@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-duotone,.fa-light,.fa-regular,.fa-solid,.fa-thin,.fab,.fad,.fal,.far,.fas,.fat{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-a:before{content:"\41"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-anchor:before{content:"\f13d"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-ankh:before{content:"\f644"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-archway:before{content:"\f557"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-arrow-trend-down:before{content:"\e097"}.fa-arrow-trend-up:before{content:"\e098"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-asterisk:before{content:"\2a"}.fa-at:before{content:"\40"}.fa-atom:before{content:"\f5d2"}.fa-audio-description:before{content:"\f29e"}.fa-austral-sign:before{content:"\e0a9"}.fa-award:before{content:"\f559"}.fa-b:before{content:"\42"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-backward:before{content:"\f04a"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-bahai:before{content:"\f666"}.fa-baht-sign:before{content:"\e0ac"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-barcode:before{content:"\f02a"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-bell:before{content:"\f0f3"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bicycle:before{content:"\f206"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blog:before{content:"\f781"}.fa-bold:before{content:"\f032"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-bookmark:before{content:"\f02e"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broom:before{content:"\f51a"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-brush:before{content:"\f55d"}.fa-bug:before{content:"\f188"}.fa-bug-slash:before{content:"\e490"}.fa-building:before{content:"\f1ad"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-c:before{content:"\43"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-week:before{content:"\f784"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-camera-rotate:before{content:"\e0d8"}.fa-campground:before{content:"\f6bb"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-cart-plus:before{content:"\f217"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cedi-sign:before{content:"\e0df"}.fa-cent-sign:before{content:"\e3f5"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-charging-station:before{content:"\f5e7"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-chart-column:before{content:"\e0e3"}.fa-chart-gantt:before{content:"\e0e4"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-double:before{content:"\f560"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-circle-notch:before{content:"\f1ce"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-city:before{content:"\f64f"}.fa-clapperboard:before{content:"\e131"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-clover:before{content:"\e139"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-compare:before{content:"\e13a"}.fa-code-fork:before{content:"\e13b"}.fa-code-merge:before{content:"\f387"}.fa-code-pull-request:before{content:"\e13c"}.fa-coins:before{content:"\f51e"}.fa-colon-sign:before{content:"\e140"}.fa-comment:before{content:"\f075"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-compress:before{content:"\f066"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-d:before{content:"\44"}.fa-database:before{content:"\f1c0"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-democrat:before{content:"\f747"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-dharmachakra:before{content:"\f655"}.fa-diagram-next:before{content:"\e476"}.fa-diagram-predecessor:before{content:"\e477"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-diagram-successor:before{content:"\e47a"}.fa-diamond:before{content:"\f219"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dna:before{content:"\f471"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-dong-sign:before{content:"\e169"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dove:before{content:"\f4ba"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-download:before{content:"\f019"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-e:before{content:"\45"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elevator:before{content:"\e16d"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-equals:before{content:"\3d"}.fa-eraser:before{content:"\f12d"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-exclamation:before{content:"\21"}.fa-expand:before{content:"\f065"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-eye-slash:before{content:"\f070"}.fa-f:before{content:"\46"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-fan:before{content:"\f863"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-file:before{content:"\f15b"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-excel:before{content:"\f1c3"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-file-medical:before{content:"\f477"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-video:before{content:"\f1c8"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-file-word:before{content:"\f1c2"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-fish:before{content:"\f578"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-florin-sign:before{content:"\e184"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-folder-tree:before{content:"\f802"}.fa-font:before{content:"\f031"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-franc-sign:before{content:"\e18f"}.fa-frog:before{content:"\f52e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-g:before{content:"\47"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-glasses:before{content:"\f530"}.fa-globe:before{content:"\f0ac"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-greater-than:before{content:"\3e"}.fa-greater-than-equal:before{content:"\f532"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-guarani-sign:before{content:"\e19a"}.fa-guitar:before{content:"\f7a6"}.fa-gun:before{content:"\e19b"}.fa-h:before{content:"\48"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-hands-clapping:before{content:"\e1a8"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-handshake:before{content:"\f2b5"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-hashtag:before{content:"\23"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-highlighter:before{content:"\f591"}.fa-hippo:before{content:"\f6ed"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hourglass-2:before,.fa-hourglass-half:before,.fa-hourglass:before{content:"\f254"}.fa-hourglass-empty:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-house-chimney-user:before{content:"\e065"}.fa-house-chimney-window:before{content:"\e00d"}.fa-house-crack:before{content:"\e3b1"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-house-medical:before{content:"\e3b2"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-i:before{content:"\49"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-images:before{content:"\f302"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-italic:before{content:"\f033"}.fa-j:before{content:"\4a"}.fa-jedi:before{content:"\f669"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-joint:before{content:"\f595"}.fa-k:before{content:"\4b"}.fa-kaaba:before{content:"\f66b"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-khanda:before{content:"\f66d"}.fa-kip-sign:before{content:"\e1c4"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-kiwi-bird:before{content:"\f535"}.fa-l:before{content:"\4c"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-lari-sign:before{content:"\e1c8"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-lemon:before{content:"\f094"}.fa-less-than:before{content:"\3c"}.fa-less-than-equal:before{content:"\f537"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-lira-sign:before{content:"\f195"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-location-arrow:before{content:"\f124"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-m:before{content:"\4d"}.fa-magnet:before{content:"\f076"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-manat-sign:before{content:"\e1d5"}.fa-map:before{content:"\f279"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-pin:before{content:"\f276"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-and-venus:before{content:"\f224"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-mask:before{content:"\f6fa"}.fa-mask-face:before{content:"\e1d7"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-medal:before{content:"\f5a2"}.fa-memory:before{content:"\f538"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-mill-sign:before{content:"\e1ed"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-mitten:before{content:"\f7b5"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-mobile-button:before{content:"\f10b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mug-hot:before{content:"\f7b6"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-music:before{content:"\f001"}.fa-n:before{content:"\4e"}.fa-naira-sign:before{content:"\e1f6"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-not-equal:before{content:"\f53e"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-notes-medical:before{content:"\f481"}.fa-o:before{content:"\4f"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-oil-can:before{content:"\f613"}.fa-om:before{content:"\f679"}.fa-otter:before{content:"\f700"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-p:before{content:"\50"}.fa-pager:before{content:"\f815"}.fa-paint-roller:before{content:"\f5aa"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-palette:before{content:"\f53f"}.fa-pallet:before{content:"\f482"}.fa-panorama:before{content:"\e209"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-passport:before{content:"\f5ab"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-pause:before{content:"\f04c"}.fa-paw:before{content:"\f1b0"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-person-booth:before{content:"\f756"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-peseta-sign:before{content:"\e221"}.fa-peso-sign:before{content:"\e222"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-plug:before{content:"\f1e6"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-plus-minus:before{content:"\e43c"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-power-off:before{content:"\f011"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-puzzle-piece:before{content:"\f12e"}.fa-q:before{content:"\51"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\3f"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-r:before{content:"\52"}.fa-radiation:before{content:"\f7b9"}.fa-rainbow:before{content:"\f75b"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-recycle:before{content:"\f1b8"}.fa-registered:before{content:"\f25d"}.fa-repeat:before{content:"\f363"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-republican:before{content:"\f75e"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-route:before{content:"\f4d7"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-rupiah-sign:before{content:"\e23d"}.fa-s:before{content:"\53"}.fa-sailboat:before{content:"\e445"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-school:before{content:"\f549"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-screwdriver:before{content:"\f54a"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-scroll:before{content:"\f70e"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-sd-card:before{content:"\f7c2"}.fa-section:before{content:"\e447"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-server:before{content:"\f233"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before,.fa-shield-blank:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-shoe-prints:before{content:"\f54b"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-shower:before{content:"\f2cc"}.fa-shrimp:before{content:"\e448"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-sim-card:before{content:"\f7c4"}.fa-sink:before{content:"\e06d"}.fa-sitemap:before{content:"\f0e8"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-spa:before{content:"\f5bb"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-spray-can:before{content:"\f5bd"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-square:before{content:"\f0c8"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-square-full:before{content:"\f45c"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-stairs:before{content:"\e289"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-stethoscope:before{content:"\f0f1"}.fa-stop:before{content:"\f04d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-slash:before{content:"\e071"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stroopwafel:before{content:"\f551"}.fa-subscript:before{content:"\f12c"}.fa-suitcase:before{content:"\f0f2"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superscript:before{content:"\f12b"}.fa-swatchbook:before{content:"\f5c3"}.fa-synagogue:before{content:"\f69b"}.fa-syringe:before{content:"\f48e"}.fa-t:before{content:"\54"}.fa-table:before{content:"\f0ce"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-tablet-button:before{content:"\f10a"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-text-width:before{content:"\f035"}.fa-thermometer:before{content:"\f491"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-timeline:before{content:"\e29c"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-torii-gate:before{content:"\f6a1"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-tractor:before{content:"\f722"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-train-tram:before,.fa-tram:before{content:"\f7da"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-u:before{content:"\55"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-universal-access:before{content:"\f29a"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-upload:before{content:"\f093"}.fa-user:before{content:"\f007"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-clock:before{content:"\f4fd"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-user-graduate:before{content:"\f501"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-user-injured:before{content:"\f728"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-user-lock:before{content:"\f502"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-v:before{content:"\56"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-vault:before{content:"\e2c5"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-virus:before{content:"\e074"}.fa-virus-covid:before{content:"\e4a8"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-vr-cardboard:before{content:"\f729"}.fa-w:before{content:"\57"}.fa-wallet:before{content:"\f555"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-wand-sparkles:before{content:"\f72b"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-wave-square:before{content:"\f83e"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-wheelchair:before{content:"\f193"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-wind:before{content:"\f72e"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-wrench:before{content:"\f0ad"}.fa-x:before{content:"\58"}.fa-x-ray:before{content:"\f497"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-y:before{content:"\59"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-z:before{content:"\5a"}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//homelive.pt/wp-content/plugins/super-forms/assets/css/fonts/webfonts/fa-brands-400.woff2) format("woff2"),url(//homelive.pt/wp-content/plugins/super-forms/assets/css/fonts/webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-family:"Font Awesome 6 Brands";font-weight:400}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-alipay:before{content:"\f642"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-amilia:before{content:"\f36d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-artstation:before{content:"\f77a"}.fa-asymmetrik:before{content:"\f372"}.fa-atlassian:before{content:"\f77b"}.fa-audible:before{content:"\f373"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-bandcamp:before{content:"\f2d5"}.fa-battle-net:before{content:"\f835"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bilibili:before{content:"\e3d9"}.fa-bimobject:before{content:"\f378"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bootstrap:before{content:"\f836"}.fa-bots:before{content:"\e340"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-buromobelexperte:before{content:"\f37f"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cmplid:before{content:"\e360"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cotton-bureau:before{content:"\f89e"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-critical-role:before{content:"\f6c9"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dhl:before{content:"\f790"}.fa-diaspora:before{content:"\f791"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-elementor:before{content:"\f430"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-evernote:before{content:"\f839"}.fa-expeditedssl:before{content:"\f23e"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-figma:before{content:"\f799"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-fulcrum:before{content:"\f50b"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-gofore:before{content:"\f3a7"}.fa-golang:before{content:"\e40f"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-gulp:before{content:"\f3ae"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hashnode:before{content:"\e499"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-hive:before{content:"\e07f"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hotjar:before{content:"\f3b1"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-ideal:before{content:"\e013"}.fa-imdb:before{content:"\f2d8"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaggle:before{content:"\f5fa"}.fa-keybase:before{content:"\f4f5"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leanpub:before{content:"\f212"}.fa-less:before{content:"\f41d"}.fa-line:before{content:"\f3c0"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-mailchimp:before{content:"\f59e"}.fa-mandalorian:before{content:"\f50f"}.fa-markdown:before{content:"\f60f"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medapps:before{content:"\f3c6"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-mendeley:before{content:"\f7b3"}.fa-microblog:before{content:"\e01a"}.fa-microsoft:before{content:"\f3ca"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-padlet:before{content:"\e4a0"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-palfed:before{content:"\f3d8"}.fa-patreon:before{content:"\f3d9"}.fa-paypal:before{content:"\f1ed"}.fa-perbyte:before{content:"\e083"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pix:before{content:"\e43a"}.fa-playstation:before{content:"\f3df"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-r-project:before{content:"\f4f7"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-renren:before{content:"\f18b"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-rev:before{content:"\f5b2"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rust:before{content:"\e07a"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-schlix:before{content:"\f3ea"}.fa-scribd:before{content:"\f28a"}.fa-searchengin:before{content:"\f3eb"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-servicestack:before{content:"\f3ec"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopify:before{content:"\e057"}.fa-shopware:before{content:"\f5b5"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sith:before{content:"\f512"}.fa-sitrox:before{content:"\e44a"}.fa-sketch:before{content:"\f7c6"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-slideshare:before{content:"\f1e7"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-square:before{content:"\f2ad"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spotify:before{content:"\f1bc"}.fa-square-font-awesome:before{content:"\f425"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-sticker-mule:before{content:"\f3f7"}.fa-strava:before{content:"\f428"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-superpowers:before{content:"\f2dd"}.fa-supple:before{content:"\f3f9"}.fa-suse:before{content:"\f7d6"}.fa-swift:before{content:"\f8e1"}.fa-symfony:before{content:"\f83d"}.fa-teamspeak:before{content:"\f4f9"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-the-red-yeti:before{content:"\f69d"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-think-peaks:before{content:"\f731"}.fa-tiktok:before{content:"\e07b"}.fa-trade-federation:before{content:"\f513"}.fa-trello:before{content:"\f181"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-uncharted:before{content:"\e084"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-vaadin:before{content:"\f408"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-viber:before{content:"\f409"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-vuejs:before{content:"\f41f"}.fa-watchman-monitoring:before{content:"\e087"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-whmcs:before{content:"\f40d"}.fa-wikipedia-w:before{content:"\f266"}.fa-windows:before{content:"\f17a"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(//homelive.pt/wp-content/plugins/super-forms/assets/css/fonts/webfonts/fa-regular-400.woff2) format("woff2"),url(//homelive.pt/wp-content/plugins/super-forms/assets/css/fonts/webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-family:"Font Awesome 6 Free";font-weight:400}:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(//homelive.pt/wp-content/plugins/super-forms/assets/css/fonts/webfonts/fa-solid-900.woff2) format("woff2"),url(//homelive.pt/wp-content/plugins/super-forms/assets/css/fonts/webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-family:"Font Awesome 6 Free";font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(//homelive.pt/wp-content/plugins/super-forms/assets/css/fonts/webfonts/fa-brands-400.woff2) format("woff2"),url(//homelive.pt/wp-content/plugins/super-forms/assets/css/fonts/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(//homelive.pt/wp-content/plugins/super-forms/assets/css/fonts/webfonts/fa-solid-900.woff2) format("woff2"),url(//homelive.pt/wp-content/plugins/super-forms/assets/css/fonts/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(//homelive.pt/wp-content/plugins/super-forms/assets/css/fonts/webfonts/fa-regular-400.woff2) format("woff2"),url(//homelive.pt/wp-content/plugins/super-forms/assets/css/fonts/webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//homelive.pt/wp-content/plugins/super-forms/assets/css/fonts/webfonts/fa-solid-900.woff2) format("woff2"),url(//homelive.pt/wp-content/plugins/super-forms/assets/css/fonts/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//homelive.pt/wp-content/plugins/super-forms/assets/css/fonts/webfonts/fa-brands-400.woff2) format("woff2"),url(//homelive.pt/wp-content/plugins/super-forms/assets/css/fonts/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//homelive.pt/wp-content/plugins/super-forms/assets/css/fonts/webfonts/fa-regular-400.woff2) format("woff2"),url(//homelive.pt/wp-content/plugins/super-forms/assets/css/fonts/webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(//homelive.pt/wp-content/plugins/super-forms/assets/css/fonts/webfonts/fa-v4compatibility.woff2) format("woff2"),url(//homelive.pt/wp-content/plugins/super-forms/assets/css/fonts/webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f250,u+f252,u+f27a}

.pac-container {
z-index: 2999999999 !important;
}
.super-shortcode[data-pdfoption=include],
.super-shortcode[data-pdfoption=header],
.super-shortcode[data-pdfoption=footer],
[data-pdfoption=include],
[data-pdfoption=header],
[data-pdfoption=footer] {
display: none !important;
}
.super-pdf-header .super-shortcode[data-pdfoption=header],
.super-pdf-header [data-pdfoption=header] {
display: block !important;
}
.super-pdf-body .super-shortcode[data-pdfoption=include],
.super-pdf-body [data-pdfoption=include] {
display: block !important;
}
.super-pdf-body .super-shortcode[data-pdfoption=exclude],
.super-pdf-body [data-pdfoption=exclude] {
display: none !important;
}
.super-pdf-footer .super-shortcode[data-pdfoption=footer],
.super-pdf-footer [data-pdfoption=footer] {
display: block !important;
}
.super-preview-elements .super-shortcode[data-pdfoption=include],
.super-preview-elements .super-shortcode[data-pdfoption=header],
.super-preview-elements .super-shortcode[data-pdfoption=footer],
.super-preview-elements [data-pdfoption=include],
.super-preview-elements [data-pdfoption=header],
.super-preview-elements [data-pdfoption=footer] {
display: block !important;
}
.super-progress-bar {
float: left;
height: 4px;
background-color: #72C55C;
}
.super-preview-elements .super-grid {
margin: 0px;
}
.super-preview-elements .super-field.super-grouped {
padding: 0px 0px 0px 0px;
}
.super-preview-elements .super-pdf_page_break {
border-bottom: 4px dashed red;
}
.super-pdf_page_break {
margin: 0 !important;
padding: 0 !important;
}
.super-initialized .super-shortcode.super-tabs > .super-tabs-contents > .super-tabs-content.super-active,
.super-preview-elements .super-shortcode.super-tabs > .super-tabs-contents > .super-tabs-content.super-active {
visibility: visible;
overflow: initial;
height: auto;
padding: 20px 0 0;
min-height: 80px;
}
.super-tip:before,
.super-multipart-step.super-error:before,
.super-active:not(.fab):before,
.super-rating-star,
.super-fileupload-button i,
.super-dropdown-arrow > .super-after,
.super-active .super-image:before,
.super-toggle-prefix-question:after,
.super-toggle-suffix-question:after,
.super-minus-button:after,
.super-plus-button:after,
.super-populating:after,
.super-calculating-distance:after,
.super-load-icon,
.super-add-duplicate,
.super-delete-duplicate {
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
.super-msg:after, .super-msg .super-close:after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
.super-back-to-top i {
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
.super-align-center {
text-align: center;
}
.super-invisible {
height: 0px;
overflow: hidden;
visibility: hidden;
}
.super-form .align-right {
float: right;
text-align: right;
}
.super-form .align-left {
float: left;
text-align: left;
}
.super-form .align-center img {
display: block;
margin-left: auto;
margin-right: auto;
}
.super-form.super-adaptive {
padding-top: 10px !important;
}
.super-noselect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: 0;
}
.super-msg .super-close, .super-msg a {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: 0;
}
.super-item,
.super-multipart-step {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: 0;
}
.super-spacer {
width: 100%;
float: left;
clear: both;
}
.super-divider {
float: left;
width: 100%;
}
.super-divider.back-1 {
padding-right: 40px;
}
.super-divider .super-divider-inner {
position: relative;
}
.super-divider .super-divider-inner.custom-thickness {
display: inline-block;
}
.super-divider .super-divider-inner .super-back-to-top {
position: absolute;
top: -9px;
right: -40px;
cursor: pointer;
}
.super-divider .super-divider-inner .super-back-to-top i {
font-size: 18px;
}
.super-divider.border-single .super-divider-inner {
border: 0px;
border-top: 1px solid;
}
.super-divider.border-double .super-divider-inner {
border: 0px;
border-top: 1px solid;
border-bottom: 1px solid;
height: 5px;
}
.super-divider.style-dashed .super-divider-inner {
border-style: dashed;
}
.super-divider.style-dotted .super-divider-inner {
border-style: dotted;
}
h1.super-thanks-title {
margin: 0px 0px 20px 0px;
}
.super-field .super-label,
.super-group-title {
font-size: 14px;
font-weight: bold;
line-height: normal;
padding: 0px 0px 5px 0px;
}
.super-field .super-label.super-bottom-margin {
padding: 0px 0px 5px 0px;
}
.super-field .super-description {
font-size: 12px;
line-height: normal;
padding: 0px 0px 5px 0px;
}
.super-field.top-right > .super-error-msg, .super-field.top-right > .super-empty-error-msg {
float: right;
text-align: right;
padding: 0px 0px 5px 0px;
}
.super-field.top-left > .super-error-msg, .super-field.top-left > .super-empty-error-msg {
float: left;
width: 100%;
clear: both;
text-align: left;
padding: 0px 0px 5px 0px;
}
.super-field.bottom-right > .super-error-msg, .super-field.bottom-right > .super-empty-error-msg {
float: right;
text-align: right;
}
.super-field.bottom-left > .super-error-msg, .super-field.bottom-left > .super-empty-error-msg {
width: 100%;
float: left;
text-align: left;
}
.super-msg {
border: 1px solid #FFCBCB;
background-color: #FFEBEB;
padding: 20px 50px 20px 60px;
position: relative;
text-align: left;
line-height: normal;
margin-bottom: 30px;
font-size: 12px;
}
.super-msg:after {
content: "\f071";
color: #FF9A9A;
font-size: 25px;
position: absolute;
left: 20px;
height: 26px;
top: 50%;
margin-top: -15px;
line-height: normal;
}
.super-msg > h1 {
margin: 0px;
padding: 0px;
font-size: 14px;
line-height: normal;
font-weight: 600;
}
.super-msg a {
font-weight: bold;
}
.super-msg .super-close {
width: 20px;
height: 20px;
display: block;
position: absolute;
right: 6px;
top: 5px;
text-align: center;
cursor: pointer;
opacity: 0.5;
font-size: 14px;
font-weight: 100;
color: #D08080;
}
.super-msg .super-close:hover {
opacity: 1;
color: #D08080;
}
.super-msg .super-close:after {
content: "\f00d";
}
.super-msg.super-error {
color: #D08080;
}
.super-msg.super-error a {
color: #943B3B;
border: 0;
text-decoration: underline;
font-weight: normal;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.super-msg a.resend-code.super-loading {
background-image: url(//homelive.pt/wp-content/plugins/super-forms/assets/images/loading.gif);
background-repeat: no-repeat;
background-position: center center;
padding: 0px 0px 0px 0px;
text-align: left;
text-indent: -9999999px;
display: inline-block;
width: 36px;
}
.super-msg.super-success {
border: 1px solid #90C397;
background-color: #C5FFCD;
color: #5E7F62;
}
.super-msg.super-success:after {
color: #9DD2A4;
content: "\f058";
}
.super-msg.super-success a {
color: #5E7F62;
}
.super-msg.super-success .super-close {
color: #5E7F62;
}
.super-msg.super-info {
border: 1px solid #DCCF6E;
background-color: #FDF3AA;
color: #ADA254;
}
.super-msg.super-info:after {
color: #DCCF6E;
content: "\f058";
}
.super-msg.super-info a {
color: #756E39;
}
.super-msg.super-info .super-close {
color: #DCCF6E;
}
.super-grid {
width: 100%;
float: left;
}
.super-preview-elements .super-grid {
margin: 0px;
}
.super-grid > .super-column {
position: relative;
float: left;
margin-bottom: 0px;
min-height: 1px;
background-size: cover;
padding-left: 25px;
}
.super-grid > .super-column > .super-column-custom-padding {
float: left;
width: 100%;
}
.super-grid > .super-column .super-duplicate-column-fields {
border-bottom: 1px dashed #CDCDCD;
padding-bottom: 0px;
margin-bottom: 20px;
float: left;
width: 100%;
}
.super-grid > .super-column .super-duplicate-column-fields:last-of-type {
padding-bottom: 15px;
}
.super-grid > .super-column .super-duplicate-column-fields > .super-duplicate-actions {
width: 100%;
float: left;
position: relative;
}
.super-grid > .super-column .super-duplicate-column-fields > .super-duplicate-actions > .super-add-duplicate, .super-grid > .super-column .super-duplicate-column-fields > .super-duplicate-actions > .super-delete-duplicate {
display: block;
width: 25px;
height: 30px;
font-size: 20px;
text-align: center;
line-height: normal;
float: right;
cursor: pointer;
opacity: 0.5;
position: absolute;
right: 0px;
top: -20px;
}
.super-grid > .super-column .super-duplicate-column-fields > .super-duplicate-actions > .super-add-duplicate, .super-grid > .super-column .super-duplicate-column-fields > .super-duplicate-actions > .super-delete-duplicate {
display: none;
}
.super-grid > .super-column [class~=super-duplicate-column-fields]:last-of-type > .super-duplicate-actions > .super-add-duplicate, .super-grid > .super-column [class~=super-duplicate-column-fields]:last-of-type > .super-duplicate-actions > .super-delete-duplicate {
display: block;
}
.super-grid > .super-column .super-duplicate-column-fields:first-child > .super-duplicate-actions > .super-delete-duplicate {
display: none;
}
.super-grid > .super-column .super-duplicate-column-fields > .super-duplicate-actions > .super-delete-duplicate {
right: 25px;
}
.super-grid > .super-column .super-duplicate-column-fields > .super-duplicate-actions > .super-add-duplicate:hover, .super-grid > .super-column .super-duplicate-column-fields > .super-duplicate-actions > .super-delete-duplicate:hover {
opacity: 1;
}
.super-grid > .super-column .super-duplicate-column-fields > .super-duplicate-actions > .super-add-duplicate:before {
content: "\f055";
color: green;
}
.super-grid > .super-column .super-duplicate-column-fields > .super-duplicate-actions > .super-delete-duplicate:before {
content: "\f057";
color: red;
}
.super-grid > .super-column.super_one_full {
width: 100%;
padding: 0 !important;
}
.super-grid > .super-column.first-column {
padding-left: 0px;
padding-right: 0px;
}
.super-grid > .super-column.last-column {
padding-left: 25px;
padding-right: 0px;
}
.super-grid > .super-column.no_margin {
padding: 0;
}
.super-grid > .first-column {
left: 0px;
}
.super-grid > .last-column {
right: 0px;
}
.super-grid > .super_one_fifth {
width: 20%;
}
.super-grid > .super-column.super_one_fifth {
width: -moz-calc(20% + 5px);
width: calc(20% + 5px);
}
.super-grid > .super-column.super_one_fifth.first-column {
width: -moz-calc(20% - 20px);
width: calc(20% - 20px);
}
.super-grid > .super_one_fourth {
width: 25%;
}
.super-grid > .super-column.super_one_fourth {
width: -moz-calc(25% + 6.20px);
width: calc(25% + 6.20px);
}
.super-grid > .super-column.super_one_fourth.first-column {
width: -moz-calc(25% - 18.75px);
width: calc(25% - 18.75px);
}
.super-grid > .super_one_third {
width: 33.333333333%;
}
.super-grid > .super-column.super_one_third {
width: -moz-calc(33.333333333% + 8.3px);
width: calc(33.333333333% + 8.3px);
}
.super-grid > .super-column.super_one_third.first-column {
width: -moz-calc(33.333333333% - 16.7px);
width: calc(33.333333333% - 16.7px);
}
.super-grid > .super_two_fifth {
width: 40%;
}
.super-grid > .super-column.super_two_fifth {
width: -moz-calc(40% + 5px);
width: calc(40% + 5px);
}
.super-grid > .super-column.super_two_fifth.first-column {
width: -moz-calc(40% - 20px);
width: calc(40% - 20px);
}
.super-grid > .super_one_half {
width: 50%;
}
.super-grid > .super-column.super_one_half {
width: -moz-calc(50% + 12.5px);
width: calc(50% + 12.5px);
}
.super-grid > .super-column.super_one_half.first-column {
width: -moz-calc(50% - 12.5px);
width: calc(50% - 12.5px);
}
.super-grid > .super_three_fifth {
width: 60%;
}
.super-grid > .super-column.super_three_fifth {
width: -moz-calc(60% + 5px);
width: calc(60% + 5px);
}
.super-grid > .super-column.super_three_fifth.first-column {
width: -moz-calc(60% - 5px);
width: calc(60% - 5px);
}
.super-grid > .super_two_third {
width: 66.6666666667%;
}
.super-grid > .super-column.super_two_third {
width: -moz-calc(66.66666666666666% + 5px);
width: calc(66.66666666666666% + 5px);
}
.super-grid > .super-column.super_two_third.first-column {
width: -moz-calc(66.66666666666666% - 8.5px);
width: calc(66.66666666666666% - 8.5px);
}
.super-grid > .super_three_fourth {
width: 75%;
}
.super-grid > .super-column.super_three_fourth {
width: -moz-calc(75% + 5px);
width: calc(75% + 5px);
}
.super-grid > .super-column.super_three_fourth.first-column {
width: -moz-calc(75% - 6.5px);
width: calc(75% - 6.5px);
}
.super-grid > .super_four_fifth {
width: 80%;
}
.super-grid > .super-column.super_four_fifth {
width: -moz-calc(80% + 5px);
width: calc(80% + 5px);
}
.super-grid > .super-column.super_four_fifth.first-column {
width: -moz-calc(80% - 5px);
width: calc(80% - 5px);
}
.super-column.super-vertical-align {
width: 50%;
float: left;
position: absolute !important;
height: 100%;
right: 0px;
top: 0px;
padding-left: 6%;
padding-right: 6%;
}
.super-column.super-vertical-align .super-vertical-align {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.super-form:hover {
z-index: 10;
}
.super-form {
min-height: 100px;
width: 100%;
padding: 0px 0px 0px 0px;
position: relative;
display: flex;
align-items: center;
flex-direction: column;
}
.super-form .super-max-width-wrapper {
position: relative;
display: inline-block;
}
.super-form.super-initialized {
align-items: initial;
min-height: inherit;
}
.super-form form {
float: left;
width: 100%;
position: relative;
z-index: 1;
outline: none !important;
}
.super-form.super-center-form {
align-items: center;
text-align: center;
}
.super-form.super-center-form form {
text-align: left;
}
@-webkit-keyframes rotating {
from {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotating {
from {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.super-form:not(.super-initialized, .super-preview-elements) *:not(.super-load-icon) {
visibility: hidden !important;
}
.super-form * {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.super-form .super-load-icon {
font-size: 34px;
-webkit-animation: rotating 2s linear infinite;
-moz-animation: rotating 2s linear infinite;
-ms-animation: rotating 2s linear infinite;
-o-animation: rotating 2s linear infinite;
animation: rotating 2s linear infinite;
display: flex;
}
.super-form .super-load-icon:before {
content: "\f1ce";
}
.super-form .super-form-button.super-loading .super-button-name {
padding-left: 20px;
}
.super-form .super-form-button.super-loading .super-button-name:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f1ce";
-webkit-animation: rotating 2s linear infinite;
-moz-animation: rotating 2s linear infinite;
-ms-animation: rotating 2s linear infinite;
-o-animation: rotating 2s linear infinite;
animation: rotating 2s linear infinite;
margin-right: 5px;
display: flex !important;
justify-content: center;
align-items: center;
align-content: center;
width: 20px;
height: 20px;
position: absolute;
left: 10px;
top: 50%;
margin-top: -10px;
font-size: 14px;
}
.super-form.super-initialized .super-load-icon, .super-form.preload-disabled .super-load-icon {
display: none;
}
.super-form input[name=super_hp] {
display: none !important;
}
.super-form:not(.super-preview-elements) * .super-column {
display: block;
}
.super-form:not(.super-preview-elements) *[data-conditional-action=show] {
display: none;
}
.super-form:not(.super-preview-elements) *[data-conditional-action=hide] {
display: block;
}
.super-form:not(.super-preview-elements) .super-conditional-visible {
display: block;
}
.super-form:not(.super-preview-elements) .super-conditional-hidden {
display: none;
}
.super-form .super-focus,
.super-form .super-focus .super-shortcode-field,
.super-form .super-focus .super-keyword-filter,
.super-form input:focus,
.super-form select:focus {
outline: 0;
}
.super-form.preload-disabled {
background: none;
} .super-adaptive ::-webkit-input-placeholder {
visibility: hidden;
opacity: 0;
}
.super-adaptive :-moz-placeholder {
visibility: hidden;
opacity: 0;
}
.super-adaptive ::-moz-placeholder {
visibility: hidden;
opacity: 0;
}
.super-adaptive :-ms-input-placeholder {
visibility: hidden;
opacity: 0;
}
.super-readonly:after {
content: "";
position: absolute;
left: 0px;
top: 0px;
background-color: white;
width: 100%;
height: 100%;
opacity: 0.6;
cursor: not-allowed;
z-index: 5;
}
.super-field {
width: 100%;
max-width: 100%;
margin: 0px 0px 25px 0px;
float: left;
position: relative;
}
.wpb_text_column :last-child .super-field {
margin-bottom: 25px !important;
}
.wpb_text_column :last-child .super-field.super-remove-margin {
margin-bottom: 0px;
}
.super-field .super-recaptcha:not(.g-recaptcha) {
display: inline-block;
}
.super-field .super-recaptcha:not(.g-recaptcha) > div {
overflow: hidden;
}
.super-image {
max-width: 100%;
}
.super-image img {
max-width: 100%;
}
.super-image .super-image-inner a {
display: block;
}
.super-field.super-tooltip {
position: initial;
display: initial;
}
.super-field input[name=super-dropdown-search] {
height: 0px !important;
min-height: 0px !important;
padding: 0px !important;
border: none !important;
margin: 0px !important;
width: 0px !important;
display: block !important;
position: absolute !important;
left: 0 !important;
top: 0 !important;
z-index: -9999 !important;
}
textarea.super-variable-conditions, textarea.super-conditional-logic, textarea.super-validate-conditions, textarea.super-hidden {
height: 0px !important;
min-height: 0px !important;
padding: 0px !important;
border: none !important;
margin: 0px !important;
width: 0px !important;
display: none !important;
position: absolute !important;
left: 0 !important;
top: 0 !important;
z-index: -9999 !important;
}
.super-field.super-spacer, .super-field.super-remove-margin, .super-field.super-divider {
margin: 0px 0px 0px 0px;
}
.super-field.hidden, .super-field.super-hidden {
display: none;
}
.super-field.super-grouped {
width: auto;
padding: 0px 15px 0px 15px;
}
.super-preview-elements .super-field.super-grouped {
padding: 0px 0px 0px 0px;
}
.super-field.super-grouped.super-grouped-start {
padding-left: 0px;
}
.super-field.super-grouped.super-grouped-end {
padding-right: 0px;
}
.super-form .super-heading-title,
.super-form .super-heading-description {
display: flex;
}
.super-form .super-heading-title.super-align-left,
.super-form .super-heading-description.super-align-left {
justify-content: flex-start;
}
.super-form .super-heading-title.super-align-center,
.super-form .super-heading-description.super-align-center {
justify-content: center;
}
.super-form .super-heading-title.super-align-right,
.super-form .super-heading-description.super-align-right {
justify-content: flex-end;
}
.super-field-wrapper {
width: 100%;
max-width: 100%;
float: left;
position: relative;
}
.super-populating:after,
.super-calculating-distance:after {
content: "\f1ce";
position: absolute;
right: 10px;
top: 0px;
z-index: 1000;
font-size: 16px;
-webkit-animation: rotating 2s linear infinite;
-moz-animation: rotating 2s linear infinite;
-ms-animation: rotating 2s linear infinite;
-o-animation: rotating 2s linear infinite;
animation: rotating 2s linear infinite;
}
.super-custom-regex {
display: none !important;
opacity: 0 !important;
visibility: hidden !important;
}
.super-focus {
z-index: 4000;
position: relative;
}
.super-string-found.super-focus {
z-index: 4500;
}
.super-form input,
.super-form select,
.super-form textarea,
.super-preview-elements input,
.super-preview-elements select,
.super-preview-elements textarea,
.super-create-form input,
.super-create-form select,
.super-create-form textarea {
outline: none;
}
.super-form input:focus,
.super-form select:focus,
.super-form textarea:focus,
.super-preview-elements input:focus,
.super-preview-elements select:focus,
.super-preview-elements textarea:focus,
.super-create-form input:focus,
.super-create-form select:focus,
.super-create-form textarea:focus {
outline: none;
}
.super-form .super-shortcode-field,
.super-form .super-keyword-filter,
.super-form input[type=text], .super-form input[type=number], .super-form input[type=email], .super-form input[type=tel], .super-form input[type=url], .super-form input[type=password], .super-form input[type=search], .super-form textarea,
.super-form .super-captcha .captcha,
.super-preview-elements .super-shortcode-field,
.super-preview-elements .super-keyword-filter,
.super-preview-elements input[type=text],
.super-preview-elements input[type=number],
.super-preview-elements input[type=email],
.super-preview-elements input[type=tel],
.super-preview-elements input[type=url],
.super-preview-elements input[type=password],
.super-preview-elements input[type=search],
.super-preview-elements textarea,
.super-preview-elements .super-captcha .captcha {
width: 100%;
margin: 0px;
line-height: normal;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline: none !important;
margin-bottom: 0 !important;
}
.super-form input[type=text], .super-form input[type=number], .super-form input[type=email], .super-form input[type=tel], .super-form input[type=url], .super-form input[type=password], .super-form input[type=search], .super-form textarea,
.super-preview-elements input[type=text],
.super-preview-elements input[type=number],
.super-preview-elements input[type=email],
.super-preview-elements input[type=tel],
.super-preview-elements input[type=url],
.super-preview-elements input[type=password],
.super-preview-elements input[type=search],
.super-preview-elements textarea {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.super-form .super-shortcode-field,
.super-form .super-keyword-filter,
.super-preview-elements .super-shortcode-field,
.super-preview-elements .super-keyword-filter {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
float: left;
}
.super-transparent-fields input,
.super-transparent-fields textarea,
.super-transparent-fields .super-field div .super-fileupload-button,
.super-transparent-fields input:focus,
.super-transparent-fields textarea:focus,
.super-transparent-fields .super-field div .super-fileupload-button {
background: none !important;
background-image: none !important;
}
.super-transparent-fields .super-dropdown .super-item:not(.super-placeholder) {
background-color: white !important;
}
.super-transparent-fields .super-dropdown .super-item:hover:not(.super-placeholder) {
background-color: #1E90FF !important;
}
.super-shortcode-field[disabled],
.super-keyword-filter[disabled] {
background: inherit;
background-color: #EAEAEA;
border: 1px solid #CDCDCD;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #EAEAEA), color-stop(1, #EAEAEA)) !important;
}
.super-google-map {
width: 100%;
float: left;
}
.super-google-map .super-google-map-directions .adp-placemark {
margin: 0;
}
.super-google-map.super-has-panel > div {
width: 50%;
min-width: initial !important;
float: left;
}
.super-first-responsiveness .super-google-map.super-has-panel > div:first-child,
.super-first-responsiveness .super-google-map.super-has-panel > .super-google-map-directions,
.super-second-responsiveness .super-google-map.super-has-panel > div:first-child,
.super-second-responsiveness .super-google-map.super-has-panel > .super-google-map-directions {
width: 100%;
}
.super-third-responsiveness .super-google-map.super-has-panel > div:first-child,
.super-third-responsiveness .super-google-map.super-has-panel > .super-google-map-directions,
.super-fourth-responsiveness .super-google-map.super-has-panel > div:first-child,
.super-fourth-responsiveness .super-google-map.super-has-panel > .super-google-map-directions,
.super-last-responsiveness .super-google-map.super-has-panel > div:first-child,
.super-last-responsiveness .super-google-map.super-has-panel > .super-google-map-directions {
width: 50%;
}
.super-captcha {
width: 100%;
float: left;
}
.super-captcha .captcha {
width: 50px;
text-align: center;
}
.super-captcha p {
max-width: inherit !important;
}
.super-field > .super-error-msg,
.super-field > .super-empty-error-msg {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: auto;
float: right;
position: relative;
margin: 0px;
padding: 5px 0px 0px 0px;
clear: both;
line-height: normal;
text-align: right;
display: none;
}
.super-field.super-recaptcha > .super-error-msg, .super-field.super-recaptcha > .super-empty-error-msg {
width: 100%;
}
.super-field.super-error-active.super-filled > .super-error-msg {
display: block;
}
.super-field.super-error-active:not(.super-filled) > .super-empty-error-msg {
display: block;
}
.super-item {
cursor: pointer;
font-weight: normal;
}
.super-field.super-quantity .super-shortcode-field,
.super-field.super-quantity .super-keyword-filter,
.super-field.super-quantity input[type=text], .super-field.super-quantity input[type=number], .super-field.super-quantity input[type=email], .super-field.super-quantity input[type=tel], .super-field.super-quantity input[type=url], .super-field.super-quantity input[type=password], .super-field.super-quantity input[type=search], .super-field.super-quantity textarea {
text-align: center;
border-right-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
float: left;
}
.super-quantity .super-minus-button i, .super-quantity .super-plus-button i {
display: none;
}
.super-quantity .super-minus-button, .super-quantity .super-plus-button {
float: left;
text-align: center;
font-size: 14px;
cursor: pointer;
}
.super-quantity .super-minus-button:after {
content: "\f068";
}
.super-quantity .super-plus-button:after {
content: "\f067";
}
.sp-container.super-form {
border: 1px solid #e4e4e4;
}
.sp-container.super-forms {
background: none !important;
border: none !important;
overflow: visible;
z-index: 2000000000;
}
.sp-container.super-forms .sp-picker-container {
border: none;
margin-bottom: 0;
padding: 5px 0px 0px 0px;
}
.sp-container.super-forms .sp-picker-container .sp-button-container {
display: none;
}
.sp-container.super-forms .sp-picker-container .sp-top {
margin-bottom: 0px;
}
.sp-container.super-forms .sp-picker-container .sp-color, .sp-container.super-forms .sp-picker-container .sp-hue, .sp-container.super-forms .sp-picker-container .sp-clear {
border: 0;
}
.sp-container.super-forms .sp-input-container {
width: 100%;
margin-top: -7px;
}
.sp-container.super-forms .sp-input {
border: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background-color: black;
font-size: 10px !important;
color: white;
padding: 5px;
width: 80%;
}
.sp-container.super-forms button {
background: none !important;
border: none !important;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
color: #333;
font-size: 14px;
line-height: normal;
padding: 5px 4px;
text-align: center;
text-shadow: none;
vertical-align: middle;
text-transform: none;
}
.sp-container.super-forms button:active {
background: none !important;
border: none !important;
-webkit-box-shadow: inherit;
-moz-box-shadow: inherit;
-ms-box-shadow: inherit;
-o-box-shadow: inherit;
box-shadow: inherit;
}
.sp-container.super-forms button:hover {
background: none !important;
border: none !important;
cursor: pointer;
text-shadow: none;
}
.super-captcha p {
position: relative;
float: left;
width: 100%;
padding: 2px 0px 2px 0px;
}
.super-field .super-dropdown-arrow {
position: absolute;
right: 0px;
top: 0px;
height: 100%;
width: 30px;
text-align: center;
z-index: 0;
cursor: pointer;
pointer-events: none;
display: flex;
align-items: center;
justify-content: center;
}
.super-field .super-dropdown-arrow > .super-after {
font-size: 18px;
line-height: normal;
}
.super-field.super-text .super-item:hover {
background-color: #1E90FF;
color: white;
}
.super-field.super-dropdown.super-string-found .super-item:not(.super-placeholder) {
font-weight: bold;
}
.super-field.super-dropdown.super-string-found .super-item span {
font-weight: normal;
}
.super-file.super-icon-inside .super-icon {
display: none;
}
.super-fileupload-button {
cursor: pointer;
width: 100%;
margin: 0px;
padding: 0px 15px 0px 15px;
position: relative;
display: flex;
align-items: center;
}
.super-fileupload-button .super-fileupload-button-text {
padding: 0px 10px;
}
.super-fileupload-button.super-fileupload-image {
height: auto !important;
border: 0px !important;
padding: 0;
width: auto;
}
.super-fileupload-button.super-fileupload-image > * {
display: none;
}
.super-fileupload-button.super-fileupload-image > img {
display: block;
max-width: 100%;
max-height: 100%;
}
.super-fileupload {
opacity: 0;
position: absolute;
left: 0;
top: 0;
width: 100%;
cursor: pointer;
z-index: -1;
}
.super-form .super-fileupload-files {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: auto;
justify-content: flex-start;
align-items: flex-start;
}
.super-form .super-fileupload-files > div {
width: auto;
margin: 0px 5px 5px 0px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 200px;
overflow-wrap: anywhere;
padding: 10px 0px 0px 0px;
background-color: #f0f0f0;
border: 1px solid #c8c8c8;
}
.super-form .super-fileupload-files > div .super-fileupload-image {
max-width: 100px;
display: flex;
border: 1px solid darkgray;
}
.super-form .super-fileupload-files > div .super-fileupload-image > * {
max-width: 100%;
}
.super-form .super-fileupload-files > div .super-fileupload-document {
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
}
.super-form .super-fileupload-files > div .super-fileupload-document:after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f15b";
font-size: 43px;
}
.super-form .super-fileupload-files > div .super-fileupload-info {
padding: 5px 10px 5px 10px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.super-form .super-fileupload-files > div .super-fileupload-info .super-fileupload-delete {
padding: 5px 10px 5px 10px;
}
.super-form .super-fileupload-files > div[data-type*="application/zip"] .super-fileupload-document:after, .super-form .super-fileupload-files > div[data-type*="application/x-zip-compressed"] .super-fileupload-document:after, .super-form .super-fileupload-files > div[data-type*="application/x-gzip"] .super-fileupload-document:after {
content: "\f1c6";
}
.super-form .super-fileupload-files > div[data-type*="application/msword"] .super-fileupload-document:after, .super-form .super-fileupload-files > div[data-type*="application/vnd.openxmlformats-officedocument.wordprocessingml.document"] .super-fileupload-document:after {
content: "\f1c2";
}
.super-form .super-fileupload-files > div[data-type*="application/vnd.ms-excel"] .super-fileupload-document:after {
content: "\f1c3";
}
.super-form .super-fileupload-files > div[data-type*="application/pdf"] .super-fileupload-document:after {
content: "\f1c1";
}
.super-progress-bar {
float: left;
height: 4px;
background-color: #72C55C;
}
.super-fileupload-files {
margin: 0px 0px 0px 0px;
float: left;
clear: both;
}
.super-fileupload-name {
padding: 0px 10px 0px 0px;
}
.super-fileupload-name .super-error {
color: red;
}
.super-fileupload-delete {
color: red;
cursor: pointer;
}
.super-fileupload-delete:hover {
font-weight: bold;
}
.super-fileupload-delete:after {
content: "\f1f8";
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
.super-rating {
display: flex;
flex-direction: column;
}
.super-rating .super-field-wrapper .super-rating {
flex-direction: row;
}
.super-rating .super-field-wrapper .super-rating .super-rating-star {
top: 0px;
left: 0px;
margin: 0px;
text-align: center;
margin-right: -1px;
font-size: 14px;
cursor: pointer;
}
.super-rtl .super-rating .super-field-wrapper .super-rating {
flex-direction: row-reverse;
}
.super-slider .slider {
width: auto;
z-index: 2;
overflow: inherit;
}
.super-slider .slider .track {
background: none;
-webkit-box-shadow: inherit;
-moz-box-shadow: inherit;
-ms-box-shadow: inherit;
-o-box-shadow: inherit;
box-shadow: inherit;
border: 0px;
-webkit-border-radius: inherit;
-moz-border-radius: inherit;
border-radius: inherit;
}
.super-slider .slider .dragger {
background: none;
-webkit-box-shadow: inherit;
-moz-box-shadow: inherit;
-ms-box-shadow: inherit;
-o-box-shadow: inherit;
box-shadow: inherit;
border: 0px;
}
.ui-datepicker {
display: none;
}
.super-datepicker {
cursor: text;
}
.super-datepicker-dialog {
margin-top: 5px;
padding: 10px;
font-size: 13px;
line-height: normal;
z-index: 2147483647 !important;
border: solid 1px #cdcdcd;
background-color: white;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.super-datepicker-dialog a {
color: #444444;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
.super-datepicker-dialog a:hover {
background-color: #f1f3f4;
}
.super-datepicker-dialog .ui-datepicker-header {
position: relative;
height: 30px;
margin-bottom: 10px;
border: 0;
background: none;
display: flex;
}
.super-datepicker-dialog .ui-datepicker-header .ui-datepicker-title {
margin: 0px 0px 0px 10px;
padding: 0px;
width: 70%;
display: flex;
}
.super-datepicker-dialog .ui-datepicker-header .ui-datepicker-month, .super-datepicker-dialog .ui-datepicker-header .ui-datepicker-year {
font-size: 16px;
line-height: normal;
margin: 0px 3px 0px 3px;
padding: 0px 5px;
min-height: initial;
background-color: white;
border: 1px solid #cdcdcd;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
height: 30px;
width: 125px;
display: flex;
align-items: center;
height: 100%;
}
.super-datepicker-dialog .ui-datepicker-header .ui-datepicker-prev, .super-datepicker-dialog .ui-datepicker-header .ui-datepicker-next {
text-align: center;
cursor: pointer;
color: #444444;
text-decoration: none;
border: 1px solid #cdcdcd;
line-height: normal;
width: 15%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: 0;
}
.super-datepicker-dialog .ui-datepicker-header .ui-datepicker-prev {
margin-right: 5px;
}
.super-datepicker-dialog .ui-datepicker-header .ui-datepicker-prev span {
display: none;
}
.super-datepicker-dialog .ui-datepicker-header .ui-datepicker-next span {
display: none;
}
.super-datepicker-dialog .ui-datepicker-header .ui-datepicker-prev::after {
content: "«";
}
.super-datepicker-dialog .ui-datepicker-header .ui-datepicker-next::after {
content: "»";
}
.super-datepicker-dialog .ui-datepicker-calendar {
border-spacing: 5px;
width: 100%;
border: 0px;
border-collapse: collapse;
margin: 0px;
}
.super-datepicker-dialog .ui-datepicker-calendar thead {
margin-bottom: 5px;
}
.super-datepicker-dialog .ui-datepicker-calendar .ui-datepicker-week-col {
background-color: #f1f3f4;
text-align: center;
color: #444444;
border-right: 4px solid white;
}
.super-datepicker-dialog .ui-datepicker-calendar .ui-datepicker-other-month {
opacity: 0.5;
}
.super-datepicker-dialog .ui-datepicker-calendar tr {
border: 0px;
background: none;
}
.super-datepicker-dialog .ui-datepicker-calendar tr:nth-child(2n) th, .super-datepicker-dialog .ui-datepicker-calendar tr:nth-child(1n) th {
border: 0px;
padding: 5px 0px 5px 0px;
text-align: center;
}
.super-datepicker-dialog .ui-datepicker-calendar tr:nth-child(2n) td, .super-datepicker-dialog .ui-datepicker-calendar tr:nth-child(1n) td {
padding: 0px;
margin: 0px;
text-align: center;
border: 0;
width: 40px;
background: none;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: 0;
}
.super-datepicker-dialog .ui-datepicker-calendar tr:nth-child(2n) td a, .super-datepicker-dialog .ui-datepicker-calendar tr:nth-child(2n) td span, .super-datepicker-dialog .ui-datepicker-calendar tr:nth-child(1n) td a, .super-datepicker-dialog .ui-datepicker-calendar tr:nth-child(1n) td span {
height: 40px;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.super-datepicker-dialog .ui-datepicker-calendar tr:nth-child(2n) td.ui-datepicker-unselectable.ui-state-disabled span, .super-datepicker-dialog .ui-datepicker-calendar tr:nth-child(1n) td.ui-datepicker-unselectable.ui-state-disabled span {
opacity: 0.5;
background: none;
cursor: not-allowed;
}
.super-datepicker-singledates .ui-datepicker-today a {
color: white;
background-color: #1a73e8;
}
.super-datepicker-singledates .ui-datepicker-current-day a {
color: #444444;
background-color: #d2e3fc;
}
.super-datepicker-multidates .ui-datepicker-today a {
color: white;
background-color: #1a73e8;
}
.super-datepicker-multidates .ui-state-highlight a {
color: #444444;
background-color: #d2e3fc;
}
.ui-timepicker-wrapper.super-timepicker-dialog {
overflow-y: auto;
height: 150px;
width: 110px;
padding: 0px;
outline: none;
z-index: 2147483647 !important;
margin-top: 5px;
color: #444444;
background-color: #ffffff;
border: solid 1px #cdcdcd;
}
.ui-timepicker-wrapper.super-timepicker-dialog.ui-timepicker-with-duration {
width: 13em;
}
.ui-timepicker-wrapper.super-timepicker-dialog.ui-timepicker-with-duration.ui-timepicker-step-30, .ui-timepicker-wrapper.super-timepicker-dialog.ui-timepicker-with-duration.ui-timepicker-step-60 {
width: 11em;
}
.super-timepicker-dialog .ui-timepicker-list {
margin: 0;
padding: 4px 0px 4px 0px;
list-style: none;
visibility: inherit;
}
.super-timepicker-dialog .ui-timepicker-duration {
margin-left: 5px;
}
.super-timepicker-dialog .ui-timepicker-list li {
padding: 2px 0px 2px 15px;
cursor: pointer;
white-space: nowrap;
list-style: none;
margin: 0;
}
.super-timepicker-dialog .ui-timepicker-list li:hover, .super-timepicker-dialog .ui-timepicker-list li.ui-timepicker-selected {
background-color: #1E90FF;
color: white;
}
.super-timepicker-dialog .ui-timepicker-list li.ui-timepicker-disabled {
cursor: default;
text-decoration: line-through;
}
.super-timepicker-dialog .ui-timepicker-list li.ui-timepicker-disabled:hover {
cursor: default;
text-decoration: line-through;
}
.super-timepicker-dialog .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
cursor: default;
text-decoration: line-through;
}
@media (max-width: 776px) {
.super-timepicker-dialog .ui-timepicker-list li {
font-size: 16px;
}
}
.super-html {
margin-bottom: 0px;
}
.super-html > textarea {
display: none !important;
visibility: hidden !important;
height: 0px !important;
width: 0px !important;
}
.super-html-title {
font-size: 14px;
font-weight: bold;
line-height: normal;
padding: 0px 0px 5px 0px;
}
.super-html-title.super-bottom-margin {
padding: 0px 0px 15px 0px;
}
.super-html-subtitle {
font-size: 12px;
line-height: normal;
padding: 0px 0px 15px 0px;
}
.super-html-subtitle.super-no-bottom-margin {
padding: 0px 0px 0px 0px;
}
.super-html-content {
font-size: 12px;
line-height: normal;
padding: 0px 0px 0px 0px;
}
.super-form .wp-editor-wrap .wp-editor-tools {
float: left;
width: 100%;
min-height: 25px;
}
.mce-container, .mce-widget {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mce-container *, .mce-widget * {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mce-reset {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mce-btn .mce-txt {
text-transform: none;
}
.super-form .wp-editor-wrap div.mce-edit-area {
border-width: 1px !important;
border: solid 1px #cdcdcd;
}
.super-form .wp-editor-wrap div.mce-toolbar-grp {
border: 1px solid #e5e5e5;
border-bottom: 0;
}
.super-form .wp-editor-wrap .wp-editor-container {
border: 0;
}
.super-form .wp-editor-wrap .quicktags-toolbar {
border: 1px solid #e5e5e5;
border-bottom: 0;
}
.super-form .wp-editor-wrap div.mce-statusbar {
border-top: 0;
}
.super-form .wp-editor-wrap .wp-editor-tools .wp-media-buttons {
margin-bottom: 6px;
}
.super-form .wp-editor-wrap .wp-editor-tools .wp-editor-tabs {
position: absolute;
right: 0px;
bottom: 0px;
}
.super-form .wp-editor-wrap .wp-editor-tools .wp-editor-tabs .wp-switch-editor {
margin: 0px 0px -1px 3px;
padding: 0px;
display: block;
float: left;
background-color: #f5f5f5;
color: #929292;
border: 0;
position: initial;
font-size: 12px;
padding: 0px 10px 0px 10px;
height: 25px;
line-height: normal;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background: #ebebeb;
color: #666;
border: 1px solid #e5e5e5;
}
.super-form .wp-editor-wrap.html-active .wp-editor-tools .wp-editor-tabs .wp-switch-editor.switch-html, .super-form .wp-editor-wrap.tmce-active .wp-editor-tools .wp-editor-tabs .wp-switch-editor.switch-tmce {
background: #f5f5f5;
color: #555;
border-bottom-color: #f5f5f5;
}
.super-form .wp-editor-wrap .mce-btn button:hover {
background: #fafafa;
border-color: #555d66;
color: #23282d;
-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
-moz-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
-ms-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
-o-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
outline: 0;
}
.super-form .mce-ico.mce-i-resize {
font-family: tinymce, Arial;
}
.super-first-responsiveness .super-field.super-grouped {
width: 50%;
}
.super-first-responsiveness .super-grid > .super-column:not(.super-not-responsive), .super-first-responsiveness .super-grid > .super-column.super-force-responsiveness-window {
width: 100% !important;
padding-left: 0px;
}
.super-first-responsiveness .super-grid > .super-column.first-column:not(.super-not-responsive) {
padding-right: 0px;
}
.super-first-responsiveness .super-grid > .super-column.last-column:not(.super-not-responsive) {
padding-left: 0px;
}
.super-first-responsiveness .super-hide-mobile {
display: none;
}
.super-second-responsiveness .super-hide-mobile,
.super-window-first-responsiveness .super-hide-mobile-window,
.super-window-second-responsiveness .super-hide-mobile-window {
display: none;
}
.super-shortcode.super-tabs {
float: left;
width: 100%;
}
.super-shortcode.super-tabs .super-tabs-tab {
display: inline-block;
padding: 15px 25px;
font-weight: 600;
text-align: center;
color: #abc;
border: 1px solid transparent;
border-top: 2px solid transparent;
border-bottom: 0;
}
.super-shortcode.super-tabs .super-tabs-tab.super-error {
position: relative;
}
.super-shortcode.super-tabs .super-tabs-tab.super-error:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f071";
position: absolute;
font-size: 14px;
color: #f2322b;
left: 50%;
top: -22px;
margin-left: -8px;
}
.super-shortcode.super-tabs .super-tabs-tab:hover {
color: #789;
cursor: pointer;
}
.super-shortcode.super-tabs .super-tabs-tab.super-active {
position: relative;
color: #49B4B6;
border: 1px solid rgba(0, 0, 0, 0.2);
border-top: 2px solid #49B4B6;
border-bottom: 0;
}
.super-shortcode.super-tabs .super-tabs-tab.super-active:after {
content: "";
position: absolute;
left: 0;
bottom: -1px;
width: 100%;
height: 1px;
}
.super-shortcode.super-tabs .super-tabs-tab .super-tab-title {
font-weight: 600;
}
.super-shortcode.super-tabs .super-tabs-tab .super-tab-desc {
font-weight: normal;
}
.super-shortcode.super-tabs > .super-tabs-contents {
float: left;
width: 100%;
border-style: solid;
border-width: 0;
position: relative;
}
.super-shortcode.super-tabs > .super-tabs-contents > .super-tabs-content {
float: left;
width: 100%;
visibility: hidden;
height: 0.005rem;
overflow: hidden;
background: none;
}
.super-shortcode.super-tabs > .super-tabs-contents > .super-tabs-content:not(.super-active) > .super-padding > .super-element-inner {
padding-bottom: 0;
}
.super-initialized .super-shortcode.super-tabs > .super-tabs-contents > .super-tabs-content.super-active, .super-preview-elements .super-shortcode.super-tabs > .super-tabs-contents > .super-tabs-content.super-active {
visibility: visible;
overflow: initial;
height: auto;
padding: 20px 0 0;
min-height: 80px;
}
.super-layout-tabs.super-vertical .super-tabs-tab.super-error {
margin-top: 0px;
}
.super-layout-tabs.super-vertical .super-tabs-tab.super-error:before {
top: initial;
left: -20px;
top: 50%;
margin-top: -11px;
}
.super-layout-tabs .super-tab-next, .super-layout-tabs .super-tab-prev {
display: none;
cursor: pointer;
}
.super-first-responsiveness .super-layout-tabs .super-tabs-tab {
display: none;
}
.super-first-responsiveness .super-layout-tabs .super-tabs-tab.super-active {
display: block;
margin-left: 50px;
margin-right: 50px;
}
.super-first-responsiveness .super-layout-tabs .super-tabs-tab.super-active .super-tab-next, .super-first-responsiveness .super-layout-tabs .super-tabs-tab.super-active .super-tab-prev {
display: block;
position: absolute;
left: -40px;
top: 50%;
margin-top: -15px;
height: 30px;
width: 30px;
}
.super-first-responsiveness .super-layout-tabs .super-tabs-tab.super-active .super-tab-next {
left: initial;
right: -40px;
}
.super-first-responsiveness .super-layout-tabs .super-tab-next:after,
.super-first-responsiveness .super-layout-tabs .super-tab-prev:after {
content: "\f054";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 14px;
position: absolute;
left: 0px;
top: 0px;
height: 100%;
width: 100%;
line-height: normal;
text-align: center;
}
.super-first-responsiveness .super-layout-tabs .super-tab-prev:after {
content: "\f053";
}
.super-tabs.super-vertical {
display: flex;
}
.super-tabs.super-vertical > .super-tabs-menu > .super-tabs-tab {
width: 100%;
border: 0;
border-left: 2px solid #fff;
}
.super-tabs.super-vertical > .super-tabs-menu > .super-tabs-tab.super-active {
border: 0;
border-left: 2px solid #49B4B6;
}
.super-tabs.super-vertical > .super-tabs-contents {
float: left;
width: 100%;
margin-top: 0px;
}
.super-tabs.super-vertical > .super-tabs-contents > .super-tabs-content {
float: left;
width: 100%;
border: 0;
}
.super-tabs-menu {
display: flex;
flex-direction: row;
}
.super-rtl .super-tabs-menu {
flex-direction: row-reverse;
}
.super-accordion-item {
position: relative;
margin-bottom: 1em;
float: left;
width: 100%;
}
.super-accordion-item.super-error {
margin-top: 30px;
}
.super-accordion-item.super-error .super-accordion-title:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f071";
font-size: 14px;
color: #f2322b;
padding: 0px 10px 0px 0px;
}
.super-accordion-header, .super-accordion-content {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}
.super-accordion-header {
border-style: solid;
border-width: 0;
padding: 1em;
font-weight: bold;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: center;
align-content: center;
position: relative;
cursor: pointer;
font-size: 0.9rem;
line-height: normal;
}
.super-accordion-header:before, .super-accordion-header:after {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
transition: transform 0.2s;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
-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);
background-color: #49B4B6;
}
.super-accordion-header:after {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.super-accordion-image {
padding: 0px 10px 0px 10px;
display: flex;
}
.super-accordion-image img {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
-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);
}
.super-accordion-title {
border-right: 1px solid rgba(0, 0, 0, 0.2);
padding: 0px 10px 0px 0px;
margin: 0px 10px 0px 0px;
font-size: 0.9rem;
}
.super-accordion-desc {
padding: 0px 10px 0px 0px;
font-size: 0.7rem;
}
.super-accordion-content {
height: 0;
border-style: solid;
border-width: 0;
font-size: 0.8rem;
float: left;
width: 100%;
visibility: hidden;
overflow: hidden;
}
.super-accordion-content > .super-padding {
padding: 10px;
}
.super-accordion-content > .super-padding > .super-element-inner {
display: none;
}
.super-accordion-item.super-active > .super-accordion-header:before {
-webkit-transform: rotate(90deg) !important;
-moz-transform: rotate(90deg) !important;
-ms-transform: rotate(90deg) !important;
-o-transform: rotate(90deg) !important;
transform: rotate(90deg) !important;
}
.super-accordion-item.super-active > .super-accordion-content {
height: auto;
overflow: initial;
visibility: visible;
}
.super-accordion-item.super-active > .super-accordion-content > .super-padding > .super-element-inner {
display: block;
}
.super-item-label > span {
width: 100%;
display: block;
float: left;
}
.super-regular-price.super-sale {
text-decoration: line-through;
color: red;
}
.super-sale-price {
color: green;
}
.super-tabs.super-prev-next > .super-tabs-contents > .super-content-prev, .super-tabs.super-prev-next > .super-tabs-contents > .super-content-next {
width: 50px;
height: 50px;
cursor: pointer;
position: absolute;
top: 0;
right: 0px;
-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);
top: 50%;
margin-top: -25px;
}
.super-tabs.super-prev-next > .super-tabs-contents > .super-content-prev i, .super-tabs.super-prev-next > .super-tabs-contents > .super-content-next i {
position: absolute;
width: 25px;
height: 3px;
background: #49B4B6;
transition: all 0.15s ease;
top: 50%;
left: -4px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}
.super-tabs.super-prev-next > .super-tabs-contents > .super-content-prev i, .super-tabs.super-prev-next > .super-tabs-contents > .super-content-next i {
transform-origin: 100% 50%;
}
.super-tabs.super-prev-next > .super-tabs-contents > .super-content-prev .top-line {
-webkit-transform: translate(0px, 1px) rotate(40deg);
-moz-transform: translate(0px, 1px) rotate(40deg);
-ms-transform: translate(0px, 1px) rotate(40deg);
-o-transform: translate(0px, 1px) rotate(40deg);
transform: translate(0px, 1px) rotate(40deg);
}
.super-tabs.super-prev-next > .super-tabs-contents > .super-content-next .top-line {
-webkit-transform: translate(0px, -2px) rotate(40deg);
-moz-transform: translate(0px, -2px) rotate(40deg);
-ms-transform: translate(0px, -2px) rotate(40deg);
-o-transform: translate(0px, -2px) rotate(40deg);
transform: translate(0px, -2px) rotate(40deg);
}
.super-tabs.super-prev-next > .super-tabs-contents > .super-content-prev .bottom-line {
-webkit-transform: translate(0px, -1px) rotate(-40deg);
-moz-transform: translate(0px, -1px) rotate(-40deg);
-ms-transform: translate(0px, -1px) rotate(-40deg);
-o-transform: translate(0px, -1px) rotate(-40deg);
transform: translate(0px, -1px) rotate(-40deg);
}
.super-tabs.super-prev-next > .super-tabs-contents > .super-content-next .bottom-line {
-webkit-transform: translate(0px, -4px) rotate(-40deg);
-moz-transform: translate(0px, -4px) rotate(-40deg);
-ms-transform: translate(0px, -4px) rotate(-40deg);
-o-transform: translate(0px, -4px) rotate(-40deg);
transform: translate(0px, -4px) rotate(-40deg);
}
.super-tabs.super-prev-next > .super-tabs-contents > .super-content-prev:hover .top-line {
-webkit-transform: translate(5px, 1px) rotate(40deg);
-moz-transform: translate(5px, 1px) rotate(40deg);
-ms-transform: translate(5px, 1px) rotate(40deg);
-o-transform: translate(5px, 1px) rotate(40deg);
transform: translate(5px, 1px) rotate(40deg);
width: 30px;
}
.super-tabs.super-prev-next > .super-tabs-contents > .super-content-next:hover .top-line {
-webkit-transform: translate(5px, -2px) rotate(40deg);
-moz-transform: translate(5px, -2px) rotate(40deg);
-ms-transform: translate(5px, -2px) rotate(40deg);
-o-transform: translate(5px, -2px) rotate(40deg);
transform: translate(5px, -2px) rotate(40deg);
width: 30px;
}
.super-tabs.super-prev-next > .super-tabs-contents > .super-content-prev:hover .bottom-line {
-webkit-transform: translate(5px, -1px) rotate(-40deg);
-moz-transform: translate(5px, -1px) rotate(-40deg);
-ms-transform: translate(5px, -1px) rotate(-40deg);
-o-transform: translate(5px, -1px) rotate(-40deg);
transform: translate(5px, -1px) rotate(-40deg);
width: 30px;
}
.super-tabs.super-prev-next > .super-tabs-contents > .super-content-next:hover .bottom-line {
-webkit-transform: translate(5px, -4px) rotate(-40deg);
-moz-transform: translate(5px, -4px) rotate(-40deg);
-ms-transform: translate(5px, -4px) rotate(-40deg);
-o-transform: translate(5px, -4px) rotate(-40deg);
transform: translate(5px, -4px) rotate(-40deg);
width: 30px;
}
.super-tabs.super-prev-next > .super-tabs-contents > .super-content-prev[data-state=disabled], .super-tabs.super-prev-next > .super-tabs-contents > .super-content-next[data-state=disabled] {
opacity: 0.3;
cursor: default;
}
.super-tabs.super-prev-next > .super-tabs-contents > .super-content-prev[data-state=disabled] .top-line, .super-tabs.super-prev-next > .super-tabs-contents > .super-content-prev[data-state=disabled] .bottom-line {
-webkit-transform: translate(5px, 0) rotate(0deg);
-moz-transform: translate(5px, 0) rotate(0deg);
-ms-transform: translate(5px, 0) rotate(0deg);
-o-transform: translate(5px, 0) rotate(0deg);
transform: translate(5px, 0) rotate(0deg);
}
.super-tabs.super-prev-next > .super-tabs-contents > .super-content-next[data-state=disabled] .top-line, .super-tabs.super-prev-next > .super-tabs-contents > .super-content-next[data-state=disabled] .bottom-line {
-webkit-transform: translate(5px, 0) rotate(0deg);
-moz-transform: translate(5px, 0) rotate(0deg);
-ms-transform: translate(5px, 0) rotate(0deg);
-o-transform: translate(5px, 0) rotate(0deg);
transform: translate(5px, 0) rotate(0deg);
}
@media (min-width: 0px) {
.super-tabs.super-prev-next > .super-tabs-contents > .super-content-prev, .super-tabs.super-prev-next > .super-tabs-contents > .super-content-next {
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
-o-transform: scale(0.7);
transform: scale(0.7);
right: -25px;
}
.super-tabs.super-prev-next > .super-tabs-contents > .super-content-prev {
right: initial;
left: -25px;
-webkit-transform: scale(0.7) rotate(180deg);
-moz-transform: scale(0.7) rotate(180deg);
-ms-transform: scale(0.7) rotate(180deg);
-o-transform: scale(0.7) rotate(180deg);
transform: scale(0.7) rotate(180deg);
}
.super-tabs.super-prev-next > .super-tabs-contents {
padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 768px) {
.super-tabs.super-prev-next > .super-tabs-contents > .super-content-prev, .super-tabs.super-prev-next > .super-tabs-contents > .super-content-next {
-webkit-transform: scale(0.85);
-moz-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85);
transform: scale(0.85);
right: -15px;
}
.super-tabs.super-prev-next > .super-tabs-contents > .super-content-prev {
right: initial;
left: -15px;
-webkit-transform: scale(0.85) rotate(180deg);
-moz-transform: scale(0.85) rotate(180deg);
-ms-transform: scale(0.85) rotate(180deg);
-o-transform: scale(0.85) rotate(180deg);
transform: scale(0.85) rotate(180deg);
}
.super-tabs.super-prev-next > .super-tabs-contents {
padding-left: 65px;
padding-right: 65px;
}
}
@media (min-width: 1200px) {
.super-tabs.super-prev-next > .super-tabs-contents > .super-content-prev, .super-tabs.super-prev-next > .super-tabs-contents > .super-content-next {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
right: -5px;
}
.super-tabs.super-prev-next > .super-tabs-contents > .super-content-prev {
right: initial;
left: -5px;
-webkit-transform: scale(1) rotate(180deg);
-moz-transform: scale(1) rotate(180deg);
-ms-transform: scale(1) rotate(180deg);
-o-transform: scale(1) rotate(180deg);
transform: scale(1) rotate(180deg);
}
.super-tabs.super-prev-next > .super-tabs-contents {
padding-left: 80px;
padding-right: 80px;
}
}
.super-loading-overlay {
position: fixed;
z-index: 2000000050;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
display: flex;
align-items: center;
justify-content: center;
background-color: rgba(0, 0, 0, 0.4);
}
.super-loading-overlay .super-loading-wrapper {
z-index: 2000000100;
padding: 0px 25px 0px 25px;
max-width: 100%;
max-width: 100%;
width: 400px;
max-width: 100%;
height: 500px;
max-height: 100%;
overflow: auto;
display: flex;
align-items: center;
justify-content: center;
color: black;
flex-direction: column-reverse;
background-color: white;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.5);
-ms-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.5);
-o-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.5);
}
.super-loading-overlay .super-loading-wrapper:after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f1ce";
color: #c5c5c5;
font-size: 34px;
margin-bottom: 25px;
-webkit-animation: rotating 2s linear infinite;
-moz-animation: rotating 2s linear infinite;
-ms-animation: rotating 2s linear infinite;
-o-animation: rotating 2s linear infinite;
animation: rotating 2s linear infinite;
}
.super-loading-overlay .super-loading-wrapper .super-progress {
width: 100%;
height: 5px;
background-color: #eee;
margin-top: 5px;
}
.super-loading-overlay .super-loading-wrapper .super-progress .super-progress-bar {
-webkit-transition: width 0.5s ease-out 0s;
-moz-transition: width 0.5s ease-out 0s;
-ms-transition: width 0.5s ease-out 0s;
-o-transition: width 0.5s ease-out 0s;
transition: width 0.5s ease-out 0s;
width: 0%;
content: "";
display: block;
height: 5px;
background-color: #4EB1B6;
}
.super-loading-overlay .super-pdf-download-btn,
.super-loading-overlay .super-close {
text-align: center;
margin: 25px 0px 0px 0px;
background-color: #53d453;
color: white;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
padding: 5px 25px 5px 25px !important;
font-size: 14px;
line-height: normal;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.super-loading-overlay .super-pdf-download-btn:hover {
background-color: #5ce45c;
}
.super-loading-overlay .super-pdf-download-btn:after {
color: white;
padding: 0px 0px 0px 15px;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f1c1";
font-size: 24px;
}
.super-loading-overlay .super-close {
padding: 5px 5px 5px 5px;
background-color: #e43434;
}
.super-loading-overlay .super-close {
display: none;
background: none;
color: #666666;
text-decoration: underline;
padding: 10px 25px;
}
.super-loading-overlay .super-close:hover {
color: #111111;
}
.super-loading-overlay .super-loading-text {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
position: relative;
}
.super-loading-overlay .super-inner-text {
width: 100%;
text-align: center;
font-size: 16px;
}
.super-loading-overlay .super-inner-text > h1 {
font-size: 36px;
line-height: normal;
}
.super-loading-overlay.super-error .super-loading-wrapper:after, .super-loading-overlay.super-success .super-loading-wrapper:after {
content: "\f00d";
-webkit-animation: none;
animation: none;
color: #e43434;
}
.super-loading-overlay.super-error .super-progress, .super-loading-overlay.super-success .super-progress {
display: none;
}
.super-loading-overlay.super-error .super-close, .super-loading-overlay.super-success .super-close {
display: block;
}
.super-loading-overlay.super-success .super-loading-wrapper:after {
content: "\f00c";
color: #4eb1b6;
}
.super-column.super-align-inner-elements-left, .super-column.super-align-inner-elements-center, .super-column.super-align-inner-elements-right {
display: flex;
justify-content: center;
flex-direction: column;
}
.super-column.super-align-inner-elements-left > .super-shortcode.super-field, .super-column.super-align-inner-elements-center > .super-shortcode.super-field, .super-column.super-align-inner-elements-right > .super-shortcode.super-field {
width: auto !important;
}
.super-align-inner-elements-left > .super-shortcode.super-field {
margin-right: auto;
}
.super-align-inner-elements-center > .super-shortcode.super-field {
margin-left: auto;
margin-right: auto;
}
.super-align-inner-elements-right > .super-shortcode.super-field {
margin-left: auto;
}
.super-column.super-builder-align-inner-elements-left > .super-element-inner > .super-element > .super-element-inner, .super-column.super-builder-align-inner-elements-center > .super-element-inner > .super-element > .super-element-inner, .super-column.super-builder-align-inner-elements-right > .super-element-inner > .super-element > .super-element-inner {
display: flex;
justify-content: center;
flex-direction: column;
}
.super-column.super-builder-align-inner-elements-left > .super-element-inner > .super-element > .super-element-inner > .super-shortcode.super-field, .super-column.super-builder-align-inner-elements-center > .super-element-inner > .super-element > .super-element-inner > .super-shortcode.super-field, .super-column.super-builder-align-inner-elements-right > .super-element-inner > .super-element > .super-element-inner > .super-shortcode.super-field {
width: auto !important;
}
.super-column.super-builder-align-inner-elements-left > .super-element-inner > .super-element > .super-element-inner > .super-shortcode.super-field {
margin-right: auto;
}
.super-column.super-builder-align-inner-elements-center > .super-element-inner > .super-element > .super-element-inner > .super-shortcode.super-field {
margin-left: auto;
margin-right: auto;
}
.super-column.super-builder-align-inner-elements-right > .super-element-inner > .super-element > .super-element-inner > .super-shortcode.super-field {
margin-left: auto;
}
.super-form .super-radio .super-item,
.super-form .super-checkbox .super-item,
.super-preview-elements .super-radio .super-item,
.super-preview-elements .super-checkbox .super-item {
display: flex;
align-items: center;
justify-content: flex-start;
height: auto;
}
.super-form .super-radio input,
.super-form .super-checkbox input,
.super-preview-elements .super-radio input,
.super-preview-elements .super-checkbox input {
display: none !important;
}
.super-form .super-radio .super-before,
.super-form .super-checkbox .super-before,
.super-preview-elements .super-radio .super-before,
.super-preview-elements .super-checkbox .super-before {
display: flex;
width: 18px;
height: 18px;
align-items: center;
justify-content: center;
margin-top: 0;
margin-bottom: 0;
margin-right: 5px;
flex-shrink: 0;
}
.super-form .super-radio .super-after,
.super-form .super-checkbox .super-after,
.super-preview-elements .super-radio .super-after,
.super-preview-elements .super-checkbox .super-after {
width: 10px;
height: 10px;
margin-top: 0;
margin-bottom: 0;
display: none;
}
.super-form .super-radio .super-item.super-active .super-after,
.super-form .super-checkbox .super-item.super-active .super-after,
.super-preview-elements .super-radio .super-item.super-active .super-after,
.super-preview-elements .super-checkbox .super-item.super-active .super-after {
display: block;
}
.super-form .super-radio .super-before,
.super-form .super-radio .super-after,
.super-preview-elements .super-radio .super-before,
.super-preview-elements .super-radio .super-after {
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
.display-slider *:before {
box-sizing: border-box !important;
}
.display-slider .super-field-wrapper,
.display-slider .super-title,
.display-slider .super-price {
display: block;
}
.display-slider .super-title {
font-weight: bold;
}
.super-c-1 .super-item {
width: 100%;
}
.super-c-2 .super-item {
width: 50%;
}
.super-c-3 .super-item {
width: 33.33%;
}
.super-c-4 .super-item {
width: 25%;
}
.super-c-5 .super-item {
width: 20%;
}
.super-c-6 .super-item {
width: 16.66%;
}
.super-c-7 .super-item {
width: 14.28%;
}
.super-c-8 .super-item {
width: 12.5%;
}
.super-c-9 .super-item {
width: 11.11%;
}
.super-c-10 .super-item {
width: 10%;
}
.display-horizontal .super-field-wrapper {
display: flex;
flex-wrap: wrap;
}
.display-horizontal .super-item,
.display-vertical .super-item,
.display-grid .super-item,
.display-slider .super-item {
flex-shrink: 0;
margin: 0px 0px 0px 0px;
padding: 5px 30px 5px 0px;
}
.display-slider .super-item {
padding: 0px 0px 0px 0px;
}
.display-slider .super-has-image {
flex-direction: column;
max-width: 100%;
flex-grow: 1;
flex-shrink: 1;
}
.display-slider .super-item-label {
text-align: center;
padding-top: 5px;
}
.display-horizontal .super-has-image {
flex-shrink: 1;
}
.display-vertical .super-item.super-has-image:before, .display-vertical .super-item.super-has-image:after,
.display-horizontal .super-item.super-has-image:before,
.display-horizontal .super-item.super-has-image:after,
.super-checkbox .super-item.super-has-image:before,
.super-checkbox .super-item.super-has-image:after,
.super-radio .super-item.super-has-image:before,
.super-radio .super-item.super-has-image:after {
display: none;
}
.display-vertical .super-item.super-has-image .super-image,
.display-horizontal .super-item.super-has-image .super-image,
.super-checkbox .super-item.super-has-image .super-image,
.super-radio .super-item.super-has-image .super-image {
display: inline-block;
position: relative;
background-image: none !important;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
.display-vertical .super-item.super-has-image .super-image > img,
.display-horizontal .super-item.super-has-image .super-image > img,
.super-checkbox .super-item.super-has-image .super-image > img,
.super-radio .super-item.super-has-image .super-image > img {
display: block;
max-width: 100%;
}
.display-vertical .super-item.super-has-image.super-active .super-image:before, .display-vertical .super-item.super-has-image.super-active .super-image:after,
.display-horizontal .super-item.super-has-image.super-active .super-image:before,
.display-horizontal .super-item.super-has-image.super-active .super-image:after,
.super-checkbox .super-item.super-has-image.super-active .super-image:before,
.super-checkbox .super-item.super-has-image.super-active .super-image:after,
.super-radio .super-item.super-has-image.super-active .super-image:before,
.super-radio .super-item.super-has-image.super-active .super-image:after {
content: "";
width: 100%;
height: 100%;
top: 0px;
left: 0px;
position: absolute;
background-color: black;
opacity: 0.4;
}
.display-vertical .super-item.super-has-image.super-active .super-image:before,
.display-horizontal .super-item.super-has-image.super-active .super-image:before,
.super-checkbox .super-item.super-has-image.super-active .super-image:before,
.super-radio .super-item.super-has-image.super-active .super-image:before {
content: "\f058";
width: 30px;
height: 30px;
z-index: 2;
top: 10px;
right: 10px;
left: inherit;
color: white;
font-size: 28px;
text-align: center;
line-height: normal;
background: none;
opacity: 1;
}
.super-dropdown-arrow {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: 0;
}
.super-open.super-focus .super-dropdown-list {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: 0;
}
.super-open.super-focus .super-dropdown-list .super-item {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: 0;
display: flex;
}
.super-open.super-focus .super-adaptive-placeholder {
z-index: 3600;
}
.super-open.super-focus .super-dropdown-arrow {
display: none;
}
.super-open.super-focus.super-filtering .super-dropdown-list .super-item {
display: none;
}
.super-open.super-focus.super-filtering .super-dropdown-list .super-item.super-match {
display: flex;
}
.super-string-found .super-item {
font-weight: bold;
}
.super-string-found .super-item span {
font-weight: normal;
}
.super-toggle,
.super-color {
flex-wrap: wrap;
}
.super-toggle .super-label,
.super-toggle .super-description,
.super-color .super-label,
.super-color .super-description {
width: 100%;
}
.super-toggle .super-break,
.super-color .super-break {
flex-basis: 100%;
height: 0;
}
.super-toggle .super-field-wrapper,
.super-color .super-field-wrapper {
margin-top: 0 !important;
width: auto;
}
.super-toggle-switch {
overflow: hidden;
border: 1px solid;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: 0;
}
.super-toggle-switch * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: 0;
}
.super-toggle-switch.super-active .super-toggle-group {
margin-left: 0;
}
.super-toggle-group {
display: flex;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-left: -100%;
}
.super-toggle-on,
.super-toggle-off {
display: flex;
margin: 0;
justify-content: center;
align-items: center;
padding: 0px 0px 0px 0px;
}
.super-toggle-handle {
display: flex;
width: 20px;
background-color: white;
margin: 0;
}
.super-dropdown-list {
flex: 1;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
max-height: 200px;
overflow: auto;
}
.super-dropdown-list .super-item {
justify-content: flex-start;
align-items: center;
margin: 0;
display: none;
white-space: nowrap;
width: 100%;
flex: 1;
overflow: hidden;
}
.super-dropdown-list .super-placeholder {
display: flex;
}
.super-fileupload-files {
margin-top: 5px;
}
.super-calculator.super-icon-inside .super-icon,
.super-radio.super-icon-inside .super-icon,
.super-checkbox.super-icon-inside .super-icon,
.super-toggle.super-icon-inside .super-icon,
.super-slider.super-icon-inside .super-icon {
display: none;
}
.super-fileupload-files {
width: 100%;
margin: 0;
}
.super-fileupload-files > div {
display: flex;
width: 100%;
justify-content: flex-end;
flex-direction: row-reverse;
align-items: center;
}
.super-fileupload-files > div .super-fileupload-name {
padding: 0px 0px 5px 0px;
text-align: center;
}
.display-grid .super-field-wrapper {
display: flex;
}
.display-grid .super-items-list {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.display-grid .super-items-list .super-item {
flex-grow: 0;
}
.display-horizontal .super-items-list {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.super-icon-outside.super-icon-right {
flex-direction: row-reverse;
justify-content: flex-end;
}
.super-icon-outside.super-icon-right .super-icon {
margin-left: 10px;
}
.super-form-button,
.super-next-multipart,
.super-prev-multipart {
display: flex !important;
flex-direction: row;
}
.super-form-button .super-button-wrap,
.super-next-multipart .super-button-wrap,
.super-prev-multipart .super-button-wrap {
cursor: pointer;
overflow: hidden;
display: flex;
align-items: center;
padding: 0px 15px 0px 15px;
}
.super-form-button .super-button-wrap .super-before,
.super-next-multipart .super-button-wrap .super-before,
.super-prev-multipart .super-button-wrap .super-before {
padding-right: 5px;
padding-left: 0px;
}
.super-form-button.super-button-align-left {
justify-content: flex-start;
}
.super-form-button.super-button-align-center {
justify-content: center;
}
.super-form-button.super-button-align-right {
justify-content: flex-end;
}
.super-next-multipart,
.super-prev-multipart {
justify-content: flex-end;
}
.super-next-multipart .super-button-wrap,
.super-prev-multipart .super-button-wrap {
flex: initial !important;
}
.super-prev-multipart {
justify-content: flex-start;
}
.super-button-icon-option-right .super-button-wrap {
flex-direction: row-reverse;
}
.super-button-icon-option-right .super-button-wrap .super-before {
padding-right: 0px;
padding-left: 5px;
}
.super-button-width-fullwidth .super-button-wrap {
flex: 1;
justify-content: center;
}
.super-button-icon-animation-vertical .super-button-wrap {
justify-content: initial;
}
.super-form-button.super-button-icon-animation-horizontal .super-before, .super-form-button.super-button-icon-animation-vertical .super-before {
opacity: 0;
}
.super-form-button.super-button-icon-animation-horizontal .super-before,
.super-form-button.super-button-icon-animation-horizontal .super-button-name, .super-form-button.super-button-icon-animation-vertical .super-before,
.super-form-button.super-button-icon-animation-vertical .super-button-name {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.super-form-button.super-button-icon-animation-horizontal .super-button-wrap:hover .super-button-name,
.super-form-button.super-button-icon-animation-horizontal .super-button-wrap:hover .super-before {
opacity: 1;
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.super-form-button.super-button-icon-animation-vertical .super-button-wrap {
flex-direction: column;
}
.super-form-button.super-button-icon-animation-vertical .super-button-wrap .super-before,
.super-form-button.super-button-icon-animation-vertical .super-button-wrap .super-button-name {
padding: 0;
flex-shrink: 0;
align-items: center;
display: flex;
-webkit-transform: translate(0, -33px);
-moz-transform: translate(0, -33px);
-ms-transform: translate(0, -33px);
-o-transform: translate(0, -33px);
transform: translate(0, -33px);
}
.super-form-button.super-button-icon-animation-vertical .super-button-wrap:hover .super-before,
.super-form-button.super-button-icon-animation-vertical .super-button-wrap:hover .super-button-name {
opacity: 1;
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.super-form-button.super-button-icon-option-right.super-button-icon-animation-horizontal .super-button-name {
-webkit-transform: translate(10px, 0);
-moz-transform: translate(10px, 0);
-ms-transform: translate(10px, 0);
-o-transform: translate(10px, 0);
transform: translate(10px, 0);
}
.super-form-button.super-button-icon-option-right.super-button-icon-animation-horizontal .super-before {
-webkit-transform: translate(40px, 0);
-moz-transform: translate(40px, 0);
-ms-transform: translate(40px, 0);
-o-transform: translate(40px, 0);
transform: translate(40px, 0);
}
.super-form-button.super-button-icon-option-left.super-button-icon-animation-horizontal .super-button-name {
-webkit-transform: translate(-10px, 0);
-moz-transform: translate(-10px, 0);
-ms-transform: translate(-10px, 0);
-o-transform: translate(-10px, 0);
transform: translate(-10px, 0);
}
.super-form-button.super-button-icon-option-left.super-button-icon-animation-horizontal .super-before {
-webkit-transform: translate(-40px, 0);
-moz-transform: translate(-40px, 0);
-ms-transform: translate(-40px, 0);
-o-transform: translate(-40px, 0);
transform: translate(-40px, 0);
}
.super-button .super-button-wrap {
position: relative;
}
.super-button.super-type-3d .super-button-wrap {
border-bottom: 1px solid;
-webkit-box-shadow: 0px 4px 0px;
-moz-box-shadow: 0px 4px 0px;
-ms-box-shadow: 0px 4px 0px;
-o-box-shadow: 0px 4px 0px;
box-shadow: 0px 4px 0px;
}
.super-button .super-button-wrap,
.super-button .super-button-name, .super-button.super-type-diagonal .super-button-wrap .super-after {
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.super-button.super-type-diagonal .super-button-wrap {
position: relative;
border-width: 2px;
border-style: solid;
background: none;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
-ms-box-shadow: none !important;
-o-box-shadow: none !important;
box-shadow: none !important;
}
.super-button.super-type-diagonal .super-button-wrap .super-button-name {
z-index: 2;
position: relative;
}
.super-button.super-type-diagonal .super-button-wrap .super-after {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
-moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
-ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
-o-transform: translateX(-50%) translateY(-50%) rotate(25deg);
transform: translateX(-50%) translateY(-50%) rotate(25deg);
height: 100%;
width: 0px;
z-index: 1;
}
.super-button.super-type-diagonal .super-button-wrap:hover .super-after {
width: 100%;
height: 3000%;
}
.super-button.super-type-2d .super-button-wrap {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
-ms-box-shadow: none !important;
-o-box-shadow: none !important;
box-shadow: none !important;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.15)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.15));
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.15));
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.15));
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.15));
}
.super-button.super-type-2d a:hover {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.2)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));
}
.super-button.super-type-2d a:active {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.1)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.1));
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.1));
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.1));
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.1));
}
.super-button.super-type-outline .super-button-wrap {
border-width: 2px;
border-style: solid;
background: none;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
-ms-box-shadow: none !important;
-o-box-shadow: none !important;
box-shadow: none !important;
}
.super-button.super-radius-rounded .super-button-wrap {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.super-button.super-radius-full-rounded .super-button-wrap {
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
}
.super-button .super-button-name, .super-button i {
text-shadow: none;
}
.super-button.super-focus.super-type-3d .super-button-wrap,
.super-button.super-type-3d .super-button-wrap:hover {
-webkit-box-shadow: 0px 1px 0px;
-moz-box-shadow: 0px 1px 0px;
-ms-box-shadow: 0px 1px 0px;
-o-box-shadow: 0px 1px 0px;
box-shadow: 0px 1px 0px;
margin: 3px 0px -3px 0px;
}
.super-icon-inside .super-icon {
border: 0;
background: none;
}
.super-icon-inside.super-icon-right .super-icon {
left: initial;
right: 0;
}
.super-icon-inside .super-shortcode-field {
padding-left: 10px;
padding-right: 40px;
}
.super-icon-inside .super-dropdown-list .super-item {
padding-left: 10px;
}
.super-open.super-focus.super-icon-inside.super-icon-right .super-icon {
display: none;
}
.super-open.super-focus.super-icon-inside.super-icon-right .super-dropdown-list {
overflow: auto;
padding-right: 0px;
}
.super-icon-inside.super-icon-left .super-shortcode-field,
.super-icon-inside.super-icon-left .super-keyword-filter {
padding-left: 40px;
padding-right: 10px;
}
.super-icon-inside.super-icon-left .super-dropdown-list {
padding-left: 0px;
padding-right: 0;
}
.super-icon-inside.super-icon-left .super-dropdown-list .super-item {
padding-left: 40px;
}
.super-rating.super-icon-inside.super-icon-left .super-icon,
.super-color.super-icon-inside.super-icon-left .super-icon {
position: initial;
margin: 0;
}
.super-rating.super-icon-inside.super-icon-left .super-rating,
.super-color.super-icon-inside.super-icon-left .super-rating {
padding: 0;
}
.super-rating.super-icon-inside.super-icon-right,
.super-color.super-icon-inside.super-icon-right {
flex-direction: row-reverse;
justify-content: flex-end;
}
.super-rating.super-icon-inside.super-icon-right .super-rating,
.super-color.super-icon-inside.super-icon-right .super-rating {
padding-left: 0;
}
.super-rating.super-icon-inside.super-icon-right .super-icon,
.super-color.super-icon-inside.super-icon-right .super-icon {
position: initial;
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.sp-replacer.super-forms {
width: 100%;
max-width: 70px;
float: left;
}
.sp-replacer.super-forms .sp-preview {
width: 42px;
height: 23px;
border: 0;
}
.sp-preview-inner {
border: 1px solid black;
}
.super-toggle,
.super-color {
display: flex;
justify-content: flex-start;
align-items: center;
}
.super-toggle .super-toggle-prefix-label,
.super-color .super-toggle-prefix-label {
padding: 0px 10px 0px 0px;
}
.super-toggle .super-toggle-suffix-label,
.super-color .super-toggle-suffix-label {
padding: 0px 0px 0px 10px;
}
.super-toggle .super-toggle-prefix-question,
.super-toggle .super-toggle-suffix-question,
.super-color .super-toggle-prefix-question,
.super-color .super-toggle-suffix-question {
padding: 0px 0px 0px 10px;
}
.super-toggle .super-toggle-prefix-question:after,
.super-toggle .super-toggle-suffix-question:after,
.super-color .super-toggle-prefix-question:after,
.super-color .super-toggle-suffix-question:after {
content: "\f059";
text-align: center;
font-weight: 100;
}
.super-multipart {
float: left;
width: 100%;
display: none;
overflow: initial;
}
.super-multipart[data-icon]:before {
content: "";
display: none;
}
.super-multipart.super-active {
display: block;
visibility: hidden;
}
.super-multipart:before {
display: none;
}
.super-initialized .super-multipart.super-active {
visibility: visible;
}
.super-initialized .super-multipart-progress *,
.super-initialized ul.super-multipart-steps * {
-webkit-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
-ms-transition: all 0.5s ease-out 0s;
-o-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
}
.super-multipart-progress {
height: 20px;
margin-bottom: 25px;
float: left;
width: 100%;
}
.super-initialized .super-multipart-progress * {
-webkit-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
-ms-transition: all 0.5s ease-out 0s;
-o-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
}
.super-multipart-progress-inner {
height: 100%;
padding: 3px;
}
.super-multipart-progress-bar {
height: 100%;
float: left;
}
.super-multipart-steps {
list-style: none;
margin: 0;
padding: 0;
margin-bottom: 25px;
width: 100%;
float: left;
}
.super-multipart-steps .super-multipart-step {
width: 56px;
height: 56px;
position: relative;
padding: 4px;
margin: 0px 20px 5px 0px;
cursor: pointer;
float: left;
list-style: none;
display: flex;
}
.super-initialized .super-multipart-steps * {
-webkit-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
-ms-transition: all 0.5s ease-out 0s;
-o-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
}
.super-multipart-steps .super-multipart-step:after {
content: "";
width: 20px;
display: inline-block;
position: absolute;
right: -21px;
top: 27px;
}
.super-multipart-steps .super-multipart-step.last-step:after {
display: none;
}
.super-multipart-steps .super-multipart-step .super-multipart-step-wrapper {
width: 100%;
}
.super-multipart-steps .super-multipart-step .super-multipart-step-image {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.super-multipart-steps .super-multipart-step .super-multipart-step-image img {
max-height: 100%;
max-width: 100%;
}
.super-multipart-steps .super-multipart-step .super-multipart-step-name,
.super-multipart-steps .super-multipart-step .super-multipart-step-description {
display: none;
}
.super-calculator {
display: block;
}
.super-calculator.super-icon-outside.super-icon-right .super-field-wrapper {
flex-direction: row;
}
.super-calculator.super-align-left .super-field-wrapper {
justify-content: flex-start;
text-align: left;
}
.super-calculator.super-align-left.super-icon-outside.super-icon-right .super-field-wrapper {
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
}
.super-calculator.super-align-left .super-label, .super-calculator.super-align-left .super-description {
text-align: left;
}
.super-calculator.super-align-center .super-field-wrapper {
justify-content: center;
text-align: center;
}
.super-calculator.super-align-center .super-field-wrapper.super-icon-outside.super-icon-right .super-field-wrapper {
display: flex;
flex-direction: row-reverse;
justify-content: center;
}
.super-calculator.super-align-center .super-label, .super-calculator.super-align-center .super-description {
text-align: center;
}
.super-calculator.super-align-right .super-field-wrapper {
justify-content: flex-end;
text-align: right;
}
.super-calculator.super-align-right .super-field-wrapper.super-icon-outside.super-icon-right .super-field-wrapper {
display: flex;
flex-direction: row-reverse;
justify-content: flex-start;
}
.super-calculator.super-align-right .super-label, .super-calculator.super-align-right .super-description {
text-align: right;
} .tooltip-super-form {
border-radius: 0px;
}
.tooltip-super-form.tooltipster-sidetip .tooltipster-box {
border-radius: 0px;
}
.tooltip-super-form.tooltipster-sidetip .tooltipster-box .tooltipster-content {
border-radius: 0px;
font-size: 14px;
line-height: normal;
} .tooltip-super-default-rounded {
border-radius: 4px;
}
.tooltip-super-default-rounded.tooltipster-sidetip .tooltipster-box {
border-radius: 4px;
}
.tooltip-super-default-rounded.tooltipster-sidetip .tooltipster-box .tooltipster-content {
border-radius: 4px;
} .tooltip-super-full-rounded {
border-radius: 16px;
}
.tooltip-super-full-rounded.tooltipster-sidetip .tooltipster-box {
border-radius: 16px;
}
.tooltip-super-full-rounded.tooltipster-sidetip .tooltipster-box .tooltipster-content {
border-radius: 16px;
}
.super-form {                  }
.super-form.super-preview-elements {
flex-wrap: wrap;
flex-direction: row;
align-items: flex-start;
}
.super-form.super-initialized .super-keyword-filter {
visibility: visible;
}
.super-form .super-flex-clear {
width: 100%;
}
.super-form .super-multipart-step.super-error:before {
content: "";
position: absolute;
width: 100%;
text-align: center;
width: 100%;
left: 0px;
top: -20px;
line-height: normal;
font-size: 14px;
}
.super-form .super-textarea .super-shortcode-field {
resize: vertical;
min-height: 100px;
}
.super-form .super-textarea .super-field-wrapper .wp-editor-wrap,
.super-form .super-textarea .super-field-wrapper .tmce-active {
width: 100%;
}
.super-form .super-quantity .super-quantity-field-wrap {
display: flex;
}
.super-form .super-quantity .super-quantity-field-wrap .super-field-wrapper {
margin-top: 0 !important;
}
.super-form .sp-replacer.super-forms {
display: flex;
justify-content: center;
align-items: center;
}
.super-form .super-icon,
.super-form .super-minus-button,
.super-form .super-plus-button {
display: flex;
justify-content: center;
align-items: flex-start;
}
.super-form .super-minus-button,
.super-form .super-plus-button {
align-items: center;
}
.super-form .super-slider .amount {
position: absolute;
top: initial;
right: initial;
z-index: 1;
}
.super-form .super-open.super-focus .super-dropdown-list {
z-index: 10;
}
.super-form .super-open.super-focus .super-dropdown-list .super-item.super-placeholder {
width: 100%;
}
.super-form .super-dropdown:not(.super-open.super-focus, .super-filled) .super-adaptive-placeholder {
white-space: nowrap;
width: calc(100% - 40px);
overflow: hidden;
justify-content: flex-start;
}
.super-form .super-i18n-switcher .super-adaptive-placeholder {
display: none;
}
.super-form .super-adaptive-placeholder {
position: absolute;
left: 0;
top: 1px;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
pointer-events: none;
z-index: 2;
overflow: initial;
margin: 0;
}
.super-form .super-adaptive-placeholder > span {
margin-left: -5px;
margin-top: -1px;
margin-top: 0;
margin-bottom: 0;
padding: 0px 5px 0px 5px;
line-height: normal;
}
.super-form .super-textarea .super-adaptive-placeholder {
align-items: flex-start;
}
.super-form .super-textarea .super-adaptive-placeholder > span {
margin-top: 8px;
}
.super-form .super-focus .super-adaptive-placeholder,
.super-form .super-filled .super-adaptive-placeholder {
align-items: flex-start;
}
.super-form .super-focus .super-adaptive-placeholder > span,
.super-form .super-filled .super-adaptive-placeholder > span {
margin-top: -8px;
}
.super-form.super-adaptive .super-item.super-placeholder {
visibility: hidden;
}
.super-form.super-adaptive .super-filled .super-item.super-placeholder {
visibility: visible;
}
.super-form.super-adaptive .super-has-label-desc .super-field-wrapper {
margin-top: 6px;
}
.super-form .display-vertical .super-item.super-has-image {
flex-direction: row;
}
.super-form .display-vertical .super-item.super-has-image .super-item-label {
padding-left: 10px;
}
.super-form .display-horizontal .super-item.super-has-image {
flex-direction: column;
}
.super-form .display-horizontal .super-item.super-has-image .super-item-label {
padding-top: 10px;
}
.super-form .display-slider .super-field-wrapper {
display: block;
}
.super-form .display-slider .super-field-wrapper .super-has-image .super-before {
display: none;
}
.super-form .display-slider .super-field-wrapper .super-item-label {
padding-top: 10px;
}
.super-form .display-grid .super-item.super-has-image {
padding-right: 0;
display: flex;
flex-grow: 0;
flex-direction: column;
align-items: center;
}
.super-form .display-grid .super-item.super-has-image .super-item-label {
padding-top: 10px;
}
.super-form:not(.super-rtl) .display-grid .super-items-list {
flex-grow: 1;
flex-direction: row;
}
.super-form .super-icon,
.super-form .super-shortcode-field,
.super-form .super-keyword-filter,
.super-form .super-dropdown-list .super-item,
.super-form .super-toggle-on,
.super-form .super-toggle-off,
.super-form .super-slider .amount,
.super-form .super-fileupload-button,
.super-form .super-rating-star {
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
.super-form .sp-replacer.super-forms {
padding: 0px 5px 0px 5px;
max-width: 70px;
height: 34px;
}
.super-form .super-minus-button,
.super-form .super-plus-button {
width: 32px;
}
.super-form .super-rating-star {
width: 32px;
padding-left: 0;
padding-right: 0;
}
.super-form .super-toggle-on,
.super-form .super-toggle-off {
padding-left: 0;
padding-right: 0;
}
.super-form .super-slider {
margin-top: 8px;
}
.super-form .super-slider .amount {
bottom: 20px;
left: 0px;
padding: 0px;
}
.super-form .super-slider .dragger {
width: 16px;
height: 16px;
}
.super-form .super-autosuggest-tags > div {
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0;
}
.super-form .super-autosuggest-tags .super-keyword-tag {
white-space: nowrap;
padding-top: 4px;
padding-bottom: 4px;
padding-right: 5px;
padding-left: 10px;
margin-right: 0px;
margin-left: 5px;
}
.super-form .super-checkbox .super-item .super-before,
.super-form .super-radio .super-item .super-before {
width: 18px;
height: 18px;
margin-top: 0;
margin-bottom: 0;
}
.super-form .super-checkbox .super-item .super-after,
.super-form .super-radio .super-item .super-after {
width: 10px;
height: 10px;
margin-top: 0;
margin-bottom: 0;
}
.super-form .super-dropdown .super-field-wrapper {
height: 34px;
}
.super-form .super-dropdown .super-dropdown-list {
max-height: 200px;
margin: 0;
padding: 0;
}
.super-form .super-dropdown .super-dropdown-list .super-item.super-placeholder {
width: calc(100% - 26px);
}
.super-form .super-dropdown .super-dropdown-arrow {
z-index: 10;
width: 34px;
}
.super-form .super-shortcode-field,
.super-form .super-keyword-filter,
.super-form .super-fileupload-button {
height: 34px;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
}
.super-form .super-textarea .super-shortcode-field {
height: 34px;
padding-top: 7px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
}
.super-form .super-textarea.super-icon-inside .super-icon {
height: auto !important;
align-items: flex-start !important;
padding-top: 10px;
}
.super-form .super-rating-star {
height: 34px;
width: 34px;
display: flex;
justify-content: center;
align-items: center;
}
.super-form .super-minus-button,
.super-form .super-plus-button {
height: 34px;
}
.super-form .super-toggle-group {
height: calc(34px - 2px);
}
.super-form .super-dropdown-list .super-item {
height: 34px;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
}
.super-form .super-dropdown-list .super-item.super-placeholder {
height: 34px;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
}
.super-form .super-icon-outside .super-icon,
.super-form .super-icon-inside .super-icon {
height: 34px;
width: 34px;
display: flex;
justify-content: center;
align-items: center;
margin-right: 10px;
}
.super-form .super-icon-outside.super-file .super-icon,
.super-form .super-icon-inside.super-file .super-icon {
display: none;
}
.super-form .super-icon-inside.super-checkbox .super-icon, .super-form .super-icon-inside.super-radio .super-icon, .super-form .super-icon-inside.super-toggle .super-icon, .super-form .super-icon-inside.super-calculator .super-icon, .super-form .super-icon-inside.super-signature .super-icon {
display: none;
}
.super-form .super-icon-outside.super-icon-right .super-icon {
margin-right: 0;
}
.super-form .super-icon-inside.super-slider .super-icon {
display: none;
}
.super-form .super-icon-inside .super-icon {
margin-right: 0px;
}
.super-form.super-adaptive .super-icon-outside.super-icon-right.super-dropdown:not(.super-open.super-focus, .super-filled) .super-adaptive-placeholder, .super-form.super-adaptive .super-icon-outside.super-icon-left.super-dropdown:not(.super-open.super-focus, .super-filled) .super-adaptive-placeholder {
white-space: nowrap;
width: calc(100% - 85px);
overflow: hidden;
justify-content: flex-start;
}
.super-form.super-adaptive.super-rtl .super-icon-outside.super-icon-left.super-dropdown:not(.super-open.super-focus, .super-filled) .super-adaptive-placeholder, .super-form.super-adaptive.super-rtl .super-icon-outside.super-icon-right.super-dropdown:not(.super-open.super-focus, .super-filled) .super-adaptive-placeholder {
justify-content: flex-end;
}
.super-form .super-i18n-switcher {
width: 100%;
display: flex;
align-items: flex-start;
}
.super-form .super-i18n-switcher .super-dropdown {
width: auto;
}
.super-form .super-i18n-switcher .super-dropdown .super-dropdown-placeholder .flag {
height: 11px;
}
.super-form .super-i18n-switcher .super-dropdown.super-focus.super-open .super-dropdown-list {
width: auto;
}
.super-form .super-i18n-switcher .super-dropdown .super-dropdown-list {
width: auto;
}
.super-form .super-i18n-switcher .super-dropdown .super-dropdown-list .super-item > span {
padding: 0px 40px 0px 10px;
margin: 0px 0px 0px 0px;
}
.super-form .super-i18n-switcher .super-dropdown .super-dropdown-list .super-item .flag {
height: 11px;
flex-shrink: 0;
}
.super-form .super-preview-elements {
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
}
.super-form .super-multipart-step-count,
.super-form .super-multipart-step-icon {
display: flex;
justify-content: center;
height: 100%;
align-items: center;
}
.super-form .super-multipart.super-active .super-form-button:nth-last-child(2) {
width: auto;
float: right;
}
.super-form.super-rtl .super-multipart.super-active .super-form-button:nth-last-child(2) {
float: left;
}
.super-form .super-dropdown.super-filled .super-dropdown-list .super-item:not(.super-placeholder):not(.super-active):hover, .super-form .super-dropdown.super-filled .super-dropdown-list .super-item:not(.super-placeholder).super-focus {
opacity: 0.7;
}
.super-form .super-slider .dragger {
border-radius: 100px;
}
.super-form .super-open.super-focus .super-dropdown-list {
position: absolute;
width: 100%;
}
.super-form .super-field-wrapper {
flex-shrink: 0;
display: flex;
flex-direction: row;
}
.super-form .super-field-wrapper .super-icon {
flex-shrink: 0;
}
.super-form .super-file .super-fileupload-button,
.super-form .super-signature .super-fileupload-button {
flex-shrink: 0;
}
.super-form .super-file .super-icon,
.super-form .super-signature .super-icon {
display: none;
}
.super-form .super-slider .slider {
width: 100%;
}
.super-form .super-signature-canvas {
width: 100%;
}
.super-form .super-dropdown-list {
overflow: hidden;
}
.super-form .super-focus.super-open .super-dropdown-list {
overflow-y: auto;
}
.super-form .super-file .super-field-wrapper {
flex-direction: column;
}
.super-form .super-field.super-rating {
flex-direction: column;
}
.super-form .super-progress-bar {
width: 0%;
}
.super-form .super-fileupload-files {
width: 100%;
margin: 0px 0px 0px 0px;
}
.super-form .super-fileupload-delete {
padding: 5px 10px 5px 10px;
}
.super-form .super-next-multipart,
.super-form .super-prev-multipart {
float: left;
width: auto;
}
.super-form .super-next-multipart {
float: right;
}
.super-form .super-button.super-prev-multipart.super-button-align-left, .super-form .super-button.super-next-multipart.super-button-align-left {
justify-content: flex-start;
width: 100%;
}
.super-form .super-button.super-prev-multipart.super-button-align-center, .super-form .super-button.super-next-multipart.super-button-align-center {
justify-content: center;
width: 100%;
}
.super-form .super-button.super-prev-multipart.super-button-align-right, .super-form .super-button.super-next-multipart.super-button-align-right {
justify-content: flex-end;
width: 100%;
}
.super-form:not(.super-rtl) .super-field:not(.super-icon-outside, .super-icon-inside) .super-autosuggest-tags > div {
border-right-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form:not(.super-rtl) .super-field:not(.super-icon-outside, .super-icon-inside) .super-keyword-filter {
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form:not(.super-rtl) .super-icon-outside.super-icon-left.super-slider .slider {
margin-top: 15px;
}
.super-form:not(.super-rtl) .super-icon-outside.super-icon-left.super-slider .amount {
padding-left: 42px;
}
.super-form:not(.super-rtl) .super-icon-outside.super-icon-left.super-open.super-focus .super-dropdown-list {
right: 0px;
width: calc(100% - 44px);
}
.super-form:not(.super-rtl) .super-icon-outside.super-icon-left .super-autosuggest-tags > div {
border-right-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form:not(.super-rtl) .super-icon-outside.super-icon-left .super-keyword-filter {
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form:not(.super-rtl) .super-icon-outside.super-icon-right .super-field-wrapper {
flex-direction: row-reverse;
justify-content: flex-end;
}
.super-form:not(.super-rtl) .super-icon-outside.super-icon-right .super-dropdown-arrow {
left: initial;
right: 45px;
}
.super-form:not(.super-rtl) .super-icon-outside.super-icon-right.super-file .super-field-wrapper {
flex-direction: column;
}
.super-form:not(.super-rtl) .super-icon-outside.super-icon-right.super-toggle {
flex-direction: row;
justify-content: flex-start;
}
.super-form:not(.super-rtl) .super-icon-outside.super-icon-right.super-open.super-focus .super-field-wrapper {
justify-content: flex-start;
}
.super-form:not(.super-rtl) .super-icon-outside.super-icon-right.super-open.super-focus .super-dropdown-list {
left: 0px;
width: calc(100% - 44px);
}
.super-form:not(.super-rtl) .super-icon-outside.super-icon-right.super-slider .slider {
margin-top: 15px;
}
.super-form:not(.super-rtl) .super-icon-outside.super-icon-right.super-slider .amount {
padding-right: 42px;
}
.super-form:not(.super-rtl) .super-icon-outside.super-icon-right .super-autosuggest-tags > div {
border-right-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form:not(.super-rtl) .super-icon-outside.super-icon-right .super-keyword-filter {
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form:not(.super-rtl) .super-icon-inside.super-icon-left .super-shortcode-field {
padding-left: 0px;
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form:not(.super-rtl) .super-icon-inside.super-icon-left .super-keyword-filter {
padding-left: 0px;
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form:not(.super-rtl) .super-icon-inside.super-icon-left .super-icon {
border-right-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form:not(.super-rtl) .super-icon-inside.super-icon-left:not(.super-focus.super-open, .super-wc-order-search) .super-dropdown-list {
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form:not(.super-rtl) .super-icon-inside.super-icon-left:not(.super-focus.super-open, .super-wc-order-search) .super-dropdown-list .super-item {
padding-left: 0px;
padding-right: 40px;
}
.super-form:not(.super-rtl) .super-icon-inside.super-icon-left.super-focus.super-open .super-dropdown-list .super-item {
padding-left: 10px;
padding-right: 40px;
}
.super-form:not(.super-rtl) .super-icon-inside.super-icon-left .super-autosuggest-tags > div {
border-right-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form:not(.super-rtl) .super-icon-inside.super-icon-left .super-autosuggest-tags .super-keyword-tag {
margin-right: 5px;
margin-left: 0px;
}
.super-form:not(.super-rtl) .super-icon-inside.super-icon-right:not(.super-calculator, .super-file) .super-field-wrapper {
flex-direction: row-reverse;
}
.super-form:not(.super-rtl) .super-icon-inside.super-icon-right.super-checkbox .super-field-wrapper, .super-form:not(.super-rtl) .super-icon-inside.super-icon-right.super-radio .super-field-wrapper, .super-form:not(.super-rtl) .super-icon-inside.super-icon-right.super-rating .super-field-wrapper, .super-form:not(.super-rtl) .super-icon-inside.super-icon-right.super-color .super-field-wrapper {
justify-content: flex-end;
}
.super-form:not(.super-rtl) .super-icon-inside.super-icon-right .super-shortcode-field {
padding-right: 0px;
border-right-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form:not(.super-rtl) .super-icon-inside.super-icon-right .super-keyword-filter {
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-right-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form:not(.super-rtl) .super-icon-inside.super-icon-right .super-icon {
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form:not(.super-rtl) .super-icon-inside.super-icon-right:not(.super-focus.super-open, .super-wc-order-search) .super-dropdown-list {
border-right-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form:not(.super-rtl) .super-icon-inside.super-icon-right:not(.super-focus.super-open, .super-wc-order-search) .super-dropdown-list .super-item {
padding-right: 0px;
}
.super-form:not(.super-rtl) .super-icon-inside.super-icon-right.super-focus.super-open .super-dropdown-list .super-item {
padding-left: 10px;
padding-right: 40px;
}
.super-form:not(.super-rtl) .super-icon-inside.super-icon-right .super-dropdown-arrow {
left: initial;
right: 25px;
}
.super-form:not(.super-rtl) .super-icon-inside.super-icon-right .super-autosuggest-tags > div {
border-right-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form:not(.super-rtl) .super-icon-inside.super-icon-right .super-autosuggest-tags .super-keyword-tag {
margin-right: 0px;
margin-left: 5px;
}
.super-form.super-rtl.super-default-rounded .super-quantity .super-minus-button {
border-radius: 0px 4px 4px 0px;
}
.super-form.super-rtl.super-default-rounded .super-quantity .super-plus-button {
border-radius: 4px 0px 0px 4px;
}
.super-form.super-rtl .super-toggle-prefix-label {
padding: 0px 0px 0px 10px;
}
.super-form.super-rtl .super-toggle-suffix-label {
padding: 0px 10px 0px 0px;
}
.super-form.super-rtl .super-autosuggest-tags {
flex-direction: row-reverse;
}
.super-form.super-rtl .super-keyword-tags .super-autosuggest-tags {
flex-direction: row-reverse;
}
.super-form.super-rtl .super-accordion-header {
display: flex;
flex-direction: row-reverse;
}
.super-form.super-rtl .super-accordion-header:after, .super-form.super-rtl .super-accordion-header:before {
right: initial;
left: 1.25em;
}
.super-form.super-rtl .super-accordion-header .super-accordion-title {
border-right-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
margin: 0px;
padding: 0px;
}
.super-form.super-rtl .super-accordion-header .super-accordion-desc {
border-right: 1px solid rgba(0, 0, 0, 0.2);
padding-right: 10px;
margin-right: 10px;
}
.super-form.super-rtl .super-field.super-calculator .super-field-wrapper {
float: none !important;
}
.super-form.super-rtl .super-label,
.super-form.super-rtl .super-description,
.super-form.super-rtl .super-html-title,
.super-form.super-rtl .super-html-subtitle,
.super-form.super-rtl .super-html-content,
.super-form.super-rtl .super-shortcode-field,
.super-form.super-rtl .super-keyword-filter {
text-align: right;
}
.super-form.super-rtl .super-shortcode-field,
.super-form.super-rtl .super-keyword-filter {
direction: rtl;
}
.super-form.super-rtl .super-dropdown .super-dropdown-list {
direction: rtl;
}
.super-form.super-rtl .super-dropdown .super-dropdown-list .super-item {
padding-right: 15px;
}
.super-form.super-rtl .super-dropdown:not(.super-open.super-focus, .super-filled) .super-adaptive-placeholder {
justify-content: flex-end;
}
.super-form.super-rtl .super-checkbox .super-item, .super-form.super-rtl .super-radio .super-item {
padding-right: 0;
padding-left: 30px;
flex-direction: row-reverse;
}
.super-form.super-rtl .super-checkbox .super-item .super-before, .super-form.super-rtl .super-radio .super-item .super-before {
margin-right: 0;
margin-left: 5px;
}
.super-form.super-rtl .super-rating .super-rating {
float: right;
}
.super-form.super-rtl .super-color.super-icon-outside.super-icon-left,
.super-form.super-rtl .super-rating.super-icon-outside.super-icon-left {
flex-direction: row;
justify-content: flex-end;
}
.super-form.super-rtl .display-grid .super-items-list {
flex-direction: row-reverse;
flex-grow: 1;
}
.super-form.super-rtl .display-horizontal .super-field-wrapper {
justify-content: flex-end;
}
.super-form.super-rtl .display-horizontal .super-items-list {
flex-direction: row-reverse;
}
.super-form.super-rtl .super-checkbox.super-icon-outside.super-icon-right,
.super-form.super-rtl .super-radio.super-icon-outside.super-icon-right,
.super-form.super-rtl .super-color.super-icon-outside.super-icon-right,
.super-form.super-rtl .super-rating.super-icon-outside.super-icon-right {
justify-content: flex-start;
}
.super-form.super-rtl .super-calculator.super-icon-outside.super-icon-right {
flex-direction: row-reverse;
}
.super-form.super-rtl .super-calculator.super-align-left.super-icon-outside.super-icon-right {
justify-content: flex-end;
}
.super-form.super-rtl .super-calculator.super-align-center.super-icon-outside.super-icon-right {
justify-content: center;
}
.super-form.super-rtl .super-calculator.super-align-right.super-icon-outside.super-icon-right {
justify-content: flex-start;
}
.super-form.super-rtl .super-checkbox.super-icon-outside.super-icon-left,
.super-form.super-rtl .super-radio.super-icon-outside.super-icon-left {
justify-content: flex-end;
}
.super-form.super-rtl .super-multipart-progress-bar {
height: 100%;
float: right;
}
.super-form.super-rtl .super-multipart-steps {
width: 100%;
overflow: hidden;
}
.super-form.super-rtl .super-multipart-steps .super-multipart-step {
float: right;
margin-right: 0;
margin-left: 20px;
}
.super-form.super-rtl .super-multipart-steps .super-multipart-step:after {
right: inherit;
left: -21px;
}
.super-form.super-rtl .super-multipart-progress-inner {
display: flex;
flex-direction: row-reverse;
}
.super-form.super-rtl .super-multipart-steps {
display: flex;
flex-direction: row-reverse;
}
.super-form.super-rtl .super-multipart-steps .super-multipart-step {
margin-right: 0;
margin-left: 20px;
}
.super-form.super-rtl .super-multipart-steps .super-multipart-step:after {
right: initial;
left: -21px;
}
.super-form.super-rtl .super-quantity {
justify-content: flex-end;
}
.super-form.super-rtl .super-toggle {
justify-content: flex-start;
flex-direction: row-reverse;
}
.super-form.super-rtl .super-color .super-field-wrapper {
justify-content: flex-end;
}
.super-form.super-rtl .super-file .super-field-wrapper {
flex-direction: column;
align-items: flex-end;
}
.super-form.super-rtl .super-file .super-field-wrapper .super-fileupload-button {
flex-direction: row-reverse;
}
.super-form.super-rtl .super-file .super-field-wrapper .super-progress-bar {
float: none;
}
.super-form.super-rtl .super-file .super-field-wrapper .super-fileupload-files {
width: 100%;
flex-direction: row-reverse;
}
.super-form.super-rtl .super-prev-multipart {
float: right;
}
.super-form.super-rtl .super-next-multipart {
float: left;
}
.super-form.super-rtl .super-field:not(.super-icon-outside, .super-icon-inside) .super-autosuggest-tags > div {
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-rtl .super-field:not(.super-icon-outside, .super-icon-inside) .super-autosuggest-tags .super-keyword-tag {
margin-right: 5px;
margin-left: 0px;
}
.super-form.super-rtl .super-field:not(.super-icon-outside, .super-icon-inside) .super-keyword-filter {
border-right-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form.super-rtl .super-field:not(.super-icon-outside, .super-icon-inside) .super-dropdown-arrow {
right: initial;
left: 0;
}
.super-form.super-rtl .super-field:not(.super-icon-outside, .super-icon-inside).super-checkbox .super-field-wrapper, .super-form.super-rtl .super-field:not(.super-icon-outside, .super-icon-inside).super-radio .super-field-wrapper, .super-form.super-rtl .super-field:not(.super-icon-outside, .super-icon-inside).super-rating .super-field-wrapper {
justify-content: flex-end;
}
.super-form.super-rtl .super-icon-outside.super-icon-left.super-slider .slider {
margin-top: 15px;
}
.super-form.super-rtl .super-icon-outside.super-icon-left.super-slider .amount {
padding-left: 42px;
}
.super-form.super-rtl .super-icon-outside.super-icon-left.super-open.super-focus .super-dropdown-list {
right: 0px;
width: calc(100% - 44px);
}
.super-form.super-rtl .super-icon-outside.super-icon-left .super-autosuggest-tags > div {
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-rtl .super-icon-outside.super-icon-left .super-autosuggest-tags .super-keyword-tag {
margin-right: 5px;
margin-left: 0px;
}
.super-form.super-rtl .super-icon-outside.super-icon-left .super-keyword-filter {
border-right-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form.super-rtl .super-icon-outside.super-icon-left .super-dropdown-arrow {
right: initial;
left: 42px;
}
.super-form.super-rtl .super-icon-outside.super-icon-left.super-checkbox .super-field-wrapper, .super-form.super-rtl .super-icon-outside.super-icon-left.super-radio .super-field-wrapper, .super-form.super-rtl .super-icon-outside.super-icon-left.super-rating .super-field-wrapper, .super-form.super-rtl .super-icon-outside.super-icon-left.super-color .super-field-wrapper {
justify-content: flex-end;
}
.super-form.super-rtl .super-icon-outside.super-icon-right .super-field-wrapper {
flex-direction: row-reverse;
justify-content: flex-end;
}
.super-form.super-rtl .super-icon-outside.super-icon-right.super-open.super-focus .super-field-wrapper {
justify-content: flex-start;
}
.super-form.super-rtl .super-icon-outside.super-icon-right.super-open.super-focus .super-dropdown-list {
left: 0px;
width: calc(100% - 44px);
}
.super-form.super-rtl .super-icon-outside.super-icon-right.super-open.super-focus .super-dropdown-list .super-item {
padding-left: 0px;
padding-right: 10px;
}
.super-form.super-rtl .super-icon-outside.super-icon-right .super-dropdown-arrow {
right: initial;
left: 0px;
}
.super-form.super-rtl .super-icon-outside.super-icon-right .super-autosuggest-tags > div {
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-rtl .super-icon-outside.super-icon-right .super-autosuggest-tags .super-keyword-tag {
margin-right: 5px;
margin-left: 0px;
}
.super-form.super-rtl .super-icon-outside.super-icon-right .super-keyword-filter {
border-right-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form.super-rtl .super-icon-outside.super-icon-right.super-file .super-field-wrapper {
flex-direction: column;
}
.super-form.super-rtl .super-icon-outside.super-icon-right.super-slider .slider {
margin-top: 15px;
}
.super-form.super-rtl .super-icon-outside.super-icon-right.super-slider .amount {
padding-right: 42px;
}
.super-form.super-rtl .super-icon-outside.super-icon-right.super-checkbox .super-field-wrapper, .super-form.super-rtl .super-icon-outside.super-icon-right.super-radio .super-field-wrapper, .super-form.super-rtl .super-icon-outside.super-icon-right.super-rating .super-field-wrapper, .super-form.super-rtl .super-icon-outside.super-icon-right.super-color .super-field-wrapper {
justify-content: flex-start;
}
.super-form.super-rtl .super-icon-inside.super-icon-left .super-shortcode-field {
padding-left: 0px;
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-rtl .super-icon-inside.super-icon-left .super-keyword-filter {
padding-left: 0px;
border-right-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-rtl .super-icon-inside.super-icon-left .super-autosuggest-tags > div {
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-rtl .super-icon-inside.super-icon-left .super-autosuggest-tags .super-keyword-tag {
margin-right: 5px;
margin-left: 0px;
}
.super-form.super-rtl .super-icon-inside.super-icon-left .super-icon {
border-right-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form.super-rtl .super-icon-inside.super-icon-left:not(.super-focus.super-open, .super-wc-order-search) .super-dropdown-list {
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-rtl .super-icon-inside.super-icon-left:not(.super-focus.super-open, .super-wc-order-search) .super-dropdown-list .super-item {
padding-left: 40px;
padding-right: 10px;
}
.super-form.super-rtl .super-icon-inside.super-icon-left.super-focus.super-open .super-dropdown-list .super-item {
padding-left: 40px;
padding-right: 10px;
}
.super-form.super-rtl .super-icon-inside.super-icon-left .super-dropdown-arrow {
right: initial;
left: 24px;
}
.super-form.super-rtl .super-icon-inside.super-icon-left.super-checkbox .super-field-wrapper, .super-form.super-rtl .super-icon-inside.super-icon-left.super-radio .super-field-wrapper, .super-form.super-rtl .super-icon-inside.super-icon-left.super-rating .super-field-wrapper, .super-form.super-rtl .super-icon-inside.super-icon-left.super-color .super-field-wrapper {
justify-content: flex-end;
}
.super-form.super-rtl .super-icon-inside.super-icon-right:not(.super-calculator, .super-file) .super-field-wrapper {
flex-direction: row-reverse;
}
.super-form.super-rtl .super-icon-inside.super-icon-right.super-color .super-field-wrapper {
justify-content: flex-start;
}
.super-form.super-rtl .super-icon-inside.super-icon-right .super-shortcode-field {
padding-right: 0px;
border-right-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form.super-rtl .super-icon-inside.super-icon-right .super-keyword-filter {
border-right-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
padding-right: 0;
}
.super-form.super-rtl .super-icon-inside.super-icon-right .super-icon {
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-rtl .super-icon-inside.super-icon-right:not(.super-focus.super-open, .super-wc-order-search) .super-dropdown-list {
border-right-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form.super-rtl .super-icon-inside.super-icon-right:not(.super-focus.super-open, .super-wc-order-search) .super-dropdown-list .super-item {
padding-right: 0px;
}
.super-form.super-rtl .super-icon-inside.super-icon-right.super-focus.super-open .super-dropdown-list .super-item {
padding-left: 10px;
}
.super-form.super-rtl .super-icon-inside.super-icon-right .super-dropdown-arrow {
right: initial;
left: 0px;
}
.super-form.super-rtl .super-icon-inside.super-icon-right .super-autosuggest-tags > div {
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-right-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form.super-rtl .super-icon-inside.super-icon-right .super-autosuggest-tags .super-keyword-tag {
margin-right: 0px;
margin-left: 5px;
}
.super-form:not(.super-rtl) .super-field:not(.super-icon-outside, .super-icon-inside) .super-adaptive-placeholder {
left: 10px;
}
.super-form:not(.super-rtl) .super-icon-outside.super-icon-left .super-adaptive-placeholder {
left: 52px;
}
.super-form:not(.super-rtl) .super-icon-outside.super-icon-right .super-adaptive-placeholder {
left: 11px;
}
.super-form:not(.super-rtl) .super-icon-inside.super-icon-left .super-adaptive-placeholder {
left: 34px;
}
.super-form:not(.super-rtl) .super-icon-inside.super-icon-right .super-adaptive-placeholder {
left: 11px;
}
.super-form.super-rtl .super-adaptive-placeholder {
left: initial;
right: 0;
}
.super-form.super-rtl .super-field:not(.super-icon-outside, .super-icon-inside) .super-adaptive-placeholder {
right: 11px;
}
.super-form.super-rtl .super-field:not(.super-icon-outside, .super-icon-inside) .super-adaptive-placeholder > span {
margin-right: -5px;
}
.super-form.super-rtl .super-icon-outside.super-icon-left .super-adaptive-placeholder {
right: 11px;
}
.super-form.super-rtl .super-icon-outside.super-icon-left .super-adaptive-placeholder > span {
margin-right: -5px;
}
.super-form.super-rtl .super-icon-outside.super-icon-right .super-adaptive-placeholder {
margin-right: 55px;
}
.super-form.super-rtl .super-icon-outside.super-icon-right .super-adaptive-placeholder > span {
margin-right: -5px;
}
.super-form.super-rtl .super-icon-inside.super-icon-left .super-adaptive-placeholder {
margin-right: 6px;
}
.super-form.super-rtl .super-icon-inside.super-icon-right .super-adaptive-placeholder {
margin-right: 29px;
}
.super-form.super-default-squared .super-shortcode-field,
.super-form.super-default-squared .super-keyword-filter,
.super-form.super-default-squared .super-dropdown-list,
.super-form.super-default-squared .super-toggle-switch,
.super-form.super-default-squared .super-icon,
.super-form.super-default-squared .super-fileupload-button,
.super-form.super-default-squared .super-signature-canvas,
.super-form.super-default-squared .super-button-wrap,
.super-form.super-default-squared .super-multipart-progress,
.super-form.super-default-squared .super-multipart-progress-inner,
.super-form.super-default-squared .super-multipart-step,
.super-form.super-default-squared .super-multipart-progress-bar,
.super-form.super-default-squared .super-multipart-step-wrapper {
border-radius: 0px;
}
.super-form.super-default-rounded .super-shortcode-field,
.super-form.super-default-rounded .super-dropdown-list,
.super-form.super-default-rounded .super-toggle-switch,
.super-form.super-default-rounded .super-icon,
.super-form.super-default-rounded .sp-replacer.super-forms,
.super-form.super-default-rounded .super-fileupload-button,
.super-form.super-default-rounded .super-signature-canvas,
.super-form.super-default-rounded .super-button-wrap,
.super-form.super-default-rounded .super-multipart-progress,
.super-form.super-default-rounded .super-multipart-progress-inner,
.super-form.super-default-rounded .super-multipart-step,
.super-form.super-default-rounded .super-color .sp-preview,
.super-form.super-default-rounded .super-color .sp-preview-inner {
border-radius: 4px;
}
.super-form.super-default-rounded .super-has-image .super-image {
border-radius: 4px;
overflow: hidden;
}
.super-form.super-default-rounded .super-tabs-menu .super-tabs-tab:first-child {
border-top-left-radius: 4px;
}
.super-form.super-default-rounded .super-tabs-menu .super-tabs-tab:last-child {
border-top-right-radius: 4px;
}
.super-form.super-default-rounded .super-tabs-contents {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.super-form.super-default-rounded .super-open.super-focus .super-dropdown-list {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form.super-default-rounded .super-textarea .super-shortcode-field,
.super-form.super-default-rounded .super-textarea .super-icon {
border-radius: 4px;
}
.super-form.super-default-rounded .super-signature-canvas {
border-radius: 4px;
}
.super-form.super-default-rounded .super-multipart-progress-bar,
.super-form.super-default-rounded .super-multipart-step-wrapper {
border-radius: 2px;
}
.super-form.super-default-rounded .super-keyword-tag {
border-radius: 3px;
}
.super-form.super-default-rounded .super-adaptive-placeholder > span {
border-radius: 3px;
}
.super-form.super-default-rounded .super-quantity .super-shortcode-field {
border-radius: 0px;
}
.super-form.super-default-rounded .super-quantity .super-minus-button {
border-radius: 4px 0px 0px 4px;
}
.super-form.super-default-rounded .super-quantity .super-plus-button {
border-radius: 0px 4px 4px 0px;
}
.super-form.super-default-rounded .super-icon-inside.super-icon-right .super-icon {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-default-rounded .super-icon-inside.super-icon-right .super-shortcode-field,
.super-form.super-default-rounded .super-icon-inside.super-icon-right .super-dropdown-list,
.super-form.super-default-rounded .super-icon-inside.super-icon-right .sp-replacer.super-forms {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form.super-default-rounded .super-icon-inside.super-icon-left .super-icon {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form.super-default-rounded .super-icon-inside.super-icon-left .super-shortcode-field,
.super-form.super-default-rounded .super-icon-inside.super-icon-left .sp-replacer.super-forms {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-default-rounded .super-icon-inside.super-icon-left:not(.super-focus.super-open, .super-wc-order-search) .super-dropdown-list {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-default-rounded.super-rtl .super-open.super-focus .super-dropdown-list {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.super-form.super-default-rounded .super-rating-star:nth-child(1) {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form.super-default-rounded .super-rating-star:nth-child(5) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.super-form.super-default-rounded .super-rating.super-icon-inside.super-icon-left .super-rating-star:nth-child(1), .super-form.super-default-rounded .super-rating.super-icon-inside.super-icon-right .super-rating-star:nth-child(5) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form.super-default-rounded:not(.super-rtl) .super-keyword-tags:not(.super-icon-outside, .super-icon-inside) .super-keyword-filter {
border-left-width: 1px;
border-right-width: 1px;
border-radius: 4px;
}
.super-form.super-default-rounded:not(.super-rtl) .super-keyword-tags:not(.super-icon-outside, .super-icon-inside) .super-autosuggest-tags > div {
border-left-width: 0;
}
.super-form.super-default-rounded:not(.super-rtl) .super-keyword-tags.super-icon-outside.super-icon-left .super-keyword-filter, .super-form.super-default-rounded:not(.super-rtl) .super-keyword-tags.super-icon-inside.super-icon-left .super-keyword-filter {
border-left-width: 1px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.super-form.super-default-rounded:not(.super-rtl) .super-keyword-tags.super-icon-outside.super-icon-left .super-autosuggest-tags > div, .super-form.super-default-rounded:not(.super-rtl) .super-keyword-tags.super-icon-inside.super-icon-left .super-autosuggest-tags > div {
border-left-width: 0;
}
.super-form.super-default-rounded:not(.super-rtl) .super-keyword-tags.super-icon-inside.super-icon-left .super-keyword-filter {
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-default-rounded:not(.super-rtl) .super-keyword-tags.super-icon-inside.super-icon-right .super-keyword-filter {
border-left-width: 1px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.super-form.super-default-rounded:not(.super-rtl) .super-keyword-tags.super-icon-inside.super-icon-right .super-autosuggest-tags > div {
border-left-width: 0px;
}
.super-form.super-default-rounded:not(.super-rtl) .super-keyword-tags.super-icon-outside.super-icon-right .super-keyword-filter {
border-left-width: 1px;
border-right-width: 1px;
border-radius: 4px;
}
.super-form.super-default-rounded:not(.super-rtl) .super-keyword-tags.super-icon-outside.super-icon-right .super-autosuggest-tags > div {
border-left-width: 0px;
}
.super-form.super-default-rounded:not(.super-rtl) .super-keyword-tags.super-icon-outside.super-icon-right.super-filled .super-keyword-filter {
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-default-rounded:not(.super-rtl) .super-keyword-tags.super-icon-outside.super-icon-right.super-filled .super-autosuggest-tags > div {
border-left-width: 1px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.super-form.super-default-rounded:not(.super-rtl) .super-keyword-tags:not(.super-icon-outside, .super-icon-inside).super-filled .super-keyword-filter, .super-form.super-default-rounded:not(.super-rtl) .super-keyword-tags.super-icon-outside.super-icon-left.super-filled .super-keyword-filter, .super-form.super-default-rounded:not(.super-rtl) .super-keyword-tags.super-icon-inside.super-icon-right.super-filled .super-keyword-filter {
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-default-rounded:not(.super-rtl) .super-keyword-tags:not(.super-icon-outside, .super-icon-inside).super-filled .super-autosuggest-tags > div, .super-form.super-default-rounded:not(.super-rtl) .super-keyword-tags.super-icon-outside.super-icon-left.super-filled .super-autosuggest-tags > div, .super-form.super-default-rounded:not(.super-rtl) .super-keyword-tags.super-icon-inside.super-icon-right.super-filled .super-autosuggest-tags > div {
border-left-width: 1px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.super-form.super-default-rounded.super-rtl .super-rating .super-rating-star:nth-child(1) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.super-form.super-default-rounded.super-rtl .super-rating .super-rating-star:nth-child(5) {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form.super-default-rounded.super-rtl .super-rating.super-icon-inside.super-icon-left .super-rating-star:nth-child(1) {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.super-form.super-default-rounded.super-rtl .super-rating.super-icon-inside.super-icon-left .super-rating-star:nth-child(5) {
border-radius: 0;
}
.super-form.super-default-rounded.super-rtl .super-rating.super-icon-inside.super-icon-right .super-rating-star:nth-child(1) {
border-radius: 0;
}
.super-form.super-default-rounded.super-rtl .super-rating.super-icon-inside.super-icon-right .super-rating-star:nth-child(5) {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.super-form.super-default-rounded.super-rtl .super-keyword-tags:not(.super-icon-outside, .super-icon-inside) .super-keyword-filter {
border-left-width: 1px;
border-right-width: 1px;
border-radius: 4px;
}
.super-form.super-default-rounded.super-rtl .super-keyword-tags:not(.super-icon-outside, .super-icon-inside) .super-autosuggest-tags > div {
border-right-width: 0;
}
.super-form.super-default-rounded.super-rtl .super-keyword-tags:not(.super-icon-outside, .super-icon-inside).super-filled .super-keyword-filter {
border-right-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form.super-default-rounded.super-rtl .super-keyword-tags:not(.super-icon-outside, .super-icon-inside).super-filled .super-autosuggest-tags > div {
border-right-width: 1px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.super-form.super-default-rounded.super-rtl .super-keyword-tags.super-icon-inside.super-icon-left .super-keyword-filter {
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-right-width: 1px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.super-form.super-default-rounded.super-rtl .super-keyword-tags.super-icon-inside.super-icon-left .super-autosuggest-tags > div {
border-right-width: 0;
}
.super-form.super-default-rounded.super-rtl .super-keyword-tags.super-icon-inside.super-icon-left.super-filled .super-keyword-filter {
border-right-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form.super-default-rounded.super-rtl .super-keyword-tags.super-icon-inside.super-icon-left.super-filled .super-autosuggest-tags > div {
border-right-width: 1px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.super-form.super-default-rounded.super-rtl .super-keyword-tags.super-icon-inside.super-icon-right .super-keyword-filter {
border-left-width: 1px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.super-form.super-default-rounded.super-rtl .super-keyword-tags.super-icon-inside.super-icon-right .super-autosuggest-tags > div {
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-default-rounded.super-rtl .super-keyword-tags.super-icon-outside.super-icon-right .super-keyword-filter {
border-left-width: 1px;
border-right-width: 1px;
border-radius: 4px;
}
.super-form.super-default-rounded.super-rtl .super-keyword-tags.super-icon-outside.super-icon-right .super-autosuggest-tags > div {
border-right-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form.super-default-rounded.super-rtl .super-keyword-tags.super-icon-outside.super-icon-right.super-filled .super-keyword-filter {
border-right-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form.super-default-rounded.super-rtl .super-keyword-tags.super-icon-outside.super-icon-right.super-filled .super-autosuggest-tags > div {
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-right-width: 1px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.super-form.super-default-rounded.super-rtl .super-keyword-tags.super-icon-outside.super-icon-left .super-keyword-filter {
border-left-width: 1px;
border-right-width: 1px;
border-radius: 4px;
}
.super-form.super-default-rounded.super-rtl .super-keyword-tags.super-icon-outside.super-icon-left .super-autosuggest-tags > div {
border-right-width: 0;
}
.super-form.super-default-rounded.super-rtl .super-keyword-tags.super-icon-outside.super-icon-left.super-filled .super-keyword-filter {
border-right-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form.super-default-rounded.super-rtl .super-keyword-tags.super-icon-outside.super-icon-left.super-filled .super-autosuggest-tags > div {
border-right-width: 1px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.super-form.super-full-rounded .super-shortcode-field,
.super-form.super-full-rounded .super-dropdown-list,
.super-form.super-full-rounded .super-toggle-switch,
.super-form.super-full-rounded .super-icon,
.super-form.super-full-rounded .sp-replacer.super-forms,
.super-form.super-full-rounded .super-fileupload-button,
.super-form.super-full-rounded .super-signature-canvas,
.super-form.super-full-rounded .super-button-wrap,
.super-form.super-full-rounded .super-multipart-progress,
.super-form.super-full-rounded .super-multipart-progress-inner,
.super-form.super-full-rounded .super-multipart-step,
.super-form.super-full-rounded .super-color .sp-preview,
.super-form.super-full-rounded .super-color .sp-preview-inner {
border-radius: 400px;
}
.super-form.super-full-rounded .super-has-image .super-image {
border-radius: 16px;
overflow: hidden;
}
.super-form.super-full-rounded .super-tabs-menu .super-tabs-tab:first-child {
border-top-left-radius: 16px;
}
.super-form.super-full-rounded .super-tabs-menu .super-tabs-tab:last-child {
border-top-right-radius: 16px;
}
.super-form.super-full-rounded .super-tabs-contents {
border-top-right-radius: 16px;
border-bottom-right-radius: 16px;
border-bottom-left-radius: 16px;
}
.super-form.super-full-rounded .super-open.super-focus .super-dropdown-list {
border-top-left-radius: 16px;
border-bottom-left-radius: 16px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form.super-full-rounded .super-textarea .super-shortcode-field,
.super-form.super-full-rounded .super-textarea .super-icon {
border-radius: 16px;
}
.super-form.super-full-rounded .super-signature-canvas {
border-radius: 16px;
}
.super-form.super-full-rounded .super-multipart-progress-bar,
.super-form.super-full-rounded .super-multipart-step-wrapper {
border-radius: 200px;
}
.super-form.super-full-rounded .super-keyword-tag {
border-radius: 300px;
}
.super-form.super-full-rounded .super-adaptive-placeholder > span {
border-radius: 300px;
}
.super-form.super-full-rounded .super-quantity .super-shortcode-field {
border-radius: 0px;
}
.super-form.super-full-rounded .super-quantity .super-minus-button {
border-radius: 400px 0px 0px 400px;
}
.super-form.super-full-rounded .super-quantity .super-plus-button {
border-radius: 0px 400px 400px 0px;
}
.super-form.super-full-rounded .super-icon-inside.super-icon-right .super-icon {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-full-rounded .super-icon-inside.super-icon-right .super-shortcode-field,
.super-form.super-full-rounded .super-icon-inside.super-icon-right .super-dropdown-list,
.super-form.super-full-rounded .super-icon-inside.super-icon-right .sp-replacer.super-forms {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form.super-full-rounded .super-icon-inside.super-icon-left .super-icon {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form.super-full-rounded .super-icon-inside.super-icon-left .super-shortcode-field,
.super-form.super-full-rounded .super-icon-inside.super-icon-left .sp-replacer.super-forms {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-full-rounded .super-icon-inside.super-icon-left:not(.super-focus.super-open, .super-wc-order-search) .super-dropdown-list {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-full-rounded.super-rtl .super-open.super-focus .super-dropdown-list {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 16px;
border-bottom-right-radius: 16px;
}
.super-form.super-full-rounded .super-rating-star:nth-child(1) {
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form.super-full-rounded .super-rating-star:nth-child(5) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
}
.super-form.super-full-rounded .super-rating.super-icon-inside.super-icon-left .super-rating-star:nth-child(1), .super-form.super-full-rounded .super-rating.super-icon-inside.super-icon-right .super-rating-star:nth-child(5) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form.super-full-rounded:not(.super-rtl) .super-keyword-tags:not(.super-icon-outside, .super-icon-inside) .super-keyword-filter {
border-left-width: 1px;
border-right-width: 1px;
border-radius: 100px;
}
.super-form.super-full-rounded:not(.super-rtl) .super-keyword-tags:not(.super-icon-outside, .super-icon-inside) .super-autosuggest-tags > div {
border-left-width: 0;
}
.super-form.super-full-rounded:not(.super-rtl) .super-keyword-tags.super-icon-outside.super-icon-left .super-keyword-filter, .super-form.super-full-rounded:not(.super-rtl) .super-keyword-tags.super-icon-inside.super-icon-left .super-keyword-filter {
border-left-width: 1px;
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
}
.super-form.super-full-rounded:not(.super-rtl) .super-keyword-tags.super-icon-outside.super-icon-left .super-autosuggest-tags > div, .super-form.super-full-rounded:not(.super-rtl) .super-keyword-tags.super-icon-inside.super-icon-left .super-autosuggest-tags > div {
border-left-width: 0;
}
.super-form.super-full-rounded:not(.super-rtl) .super-keyword-tags.super-icon-inside.super-icon-left .super-keyword-filter {
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-full-rounded:not(.super-rtl) .super-keyword-tags.super-icon-inside.super-icon-right .super-keyword-filter {
border-left-width: 1px;
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;
}
.super-form.super-full-rounded:not(.super-rtl) .super-keyword-tags.super-icon-inside.super-icon-right .super-autosuggest-tags > div {
border-left-width: 0px;
}
.super-form.super-full-rounded:not(.super-rtl) .super-keyword-tags.super-icon-outside.super-icon-right .super-keyword-filter {
border-left-width: 1px;
border-right-width: 1px;
border-radius: 100px;
}
.super-form.super-full-rounded:not(.super-rtl) .super-keyword-tags.super-icon-outside.super-icon-right .super-autosuggest-tags > div {
border-left-width: 0px;
}
.super-form.super-full-rounded:not(.super-rtl) .super-keyword-tags.super-icon-outside.super-icon-right.super-filled .super-keyword-filter {
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-full-rounded:not(.super-rtl) .super-keyword-tags.super-icon-outside.super-icon-right.super-filled .super-autosuggest-tags > div {
border-left-width: 1px;
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;
}
.super-form.super-full-rounded:not(.super-rtl) .super-keyword-tags:not(.super-icon-outside, .super-icon-inside).super-filled .super-keyword-filter, .super-form.super-full-rounded:not(.super-rtl) .super-keyword-tags.super-icon-outside.super-icon-left.super-filled .super-keyword-filter, .super-form.super-full-rounded:not(.super-rtl) .super-keyword-tags.super-icon-inside.super-icon-right.super-filled .super-keyword-filter {
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-full-rounded:not(.super-rtl) .super-keyword-tags:not(.super-icon-outside, .super-icon-inside).super-filled .super-autosuggest-tags > div, .super-form.super-full-rounded:not(.super-rtl) .super-keyword-tags.super-icon-outside.super-icon-left.super-filled .super-autosuggest-tags > div, .super-form.super-full-rounded:not(.super-rtl) .super-keyword-tags.super-icon-inside.super-icon-right.super-filled .super-autosuggest-tags > div {
border-left-width: 1px;
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;
}
.super-form.super-full-rounded.super-rtl .super-rating .super-rating-star:nth-child(1) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
}
.super-form.super-full-rounded.super-rtl .super-rating .super-rating-star:nth-child(5) {
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form.super-full-rounded.super-rtl .super-rating.super-icon-inside.super-icon-left .super-rating-star:nth-child(1) {
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
}
.super-form.super-full-rounded.super-rtl .super-rating.super-icon-inside.super-icon-left .super-rating-star:nth-child(5) {
border-radius: 0;
}
.super-form.super-full-rounded.super-rtl .super-rating.super-icon-inside.super-icon-right .super-rating-star:nth-child(1) {
border-radius: 0;
}
.super-form.super-full-rounded.super-rtl .super-rating.super-icon-inside.super-icon-right .super-rating-star:nth-child(5) {
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;
}
.super-form.super-full-rounded.super-rtl .super-keyword-tags:not(.super-icon-outside, .super-icon-inside) .super-keyword-filter {
border-left-width: 1px;
border-right-width: 1px;
border-radius: 100px;
}
.super-form.super-full-rounded.super-rtl .super-keyword-tags:not(.super-icon-outside, .super-icon-inside) .super-autosuggest-tags > div {
border-right-width: 0;
}
.super-form.super-full-rounded.super-rtl .super-keyword-tags:not(.super-icon-outside, .super-icon-inside).super-filled .super-keyword-filter {
border-right-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form.super-full-rounded.super-rtl .super-keyword-tags:not(.super-icon-outside, .super-icon-inside).super-filled .super-autosuggest-tags > div {
border-right-width: 1px;
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
}
.super-form.super-full-rounded.super-rtl .super-keyword-tags.super-icon-inside.super-icon-left .super-keyword-filter {
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-right-width: 1px;
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
}
.super-form.super-full-rounded.super-rtl .super-keyword-tags.super-icon-inside.super-icon-left .super-autosuggest-tags > div {
border-right-width: 0;
}
.super-form.super-full-rounded.super-rtl .super-keyword-tags.super-icon-inside.super-icon-left.super-filled .super-keyword-filter {
border-right-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form.super-full-rounded.super-rtl .super-keyword-tags.super-icon-inside.super-icon-left.super-filled .super-autosuggest-tags > div {
border-right-width: 1px;
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
}
.super-form.super-full-rounded.super-rtl .super-keyword-tags.super-icon-inside.super-icon-right .super-keyword-filter {
border-left-width: 1px;
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;
}
.super-form.super-full-rounded.super-rtl .super-keyword-tags.super-icon-inside.super-icon-right .super-autosuggest-tags > div {
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-full-rounded.super-rtl .super-keyword-tags.super-icon-outside.super-icon-right .super-keyword-filter {
border-left-width: 1px;
border-right-width: 1px;
border-radius: 100px;
}
.super-form.super-full-rounded.super-rtl .super-keyword-tags.super-icon-outside.super-icon-right .super-autosuggest-tags > div {
border-right-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form.super-full-rounded.super-rtl .super-keyword-tags.super-icon-outside.super-icon-right.super-filled .super-keyword-filter {
border-right-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form.super-full-rounded.super-rtl .super-keyword-tags.super-icon-outside.super-icon-right.super-filled .super-autosuggest-tags > div {
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-right-width: 1px;
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
}
.super-form.super-full-rounded.super-rtl .super-keyword-tags.super-icon-outside.super-icon-left .super-keyword-filter {
border-left-width: 1px;
border-right-width: 1px;
border-radius: 100px;
}
.super-form.super-full-rounded.super-rtl .super-keyword-tags.super-icon-outside.super-icon-left .super-autosuggest-tags > div {
border-right-width: 0;
}
.super-form.super-full-rounded.super-rtl .super-keyword-tags.super-icon-outside.super-icon-left.super-filled .super-keyword-filter {
border-right-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.super-form.super-full-rounded.super-rtl .super-keyword-tags.super-icon-outside.super-icon-left.super-filled .super-autosuggest-tags > div {
border-right-width: 1px;
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
}
.super-form.super-style-one .super-shortcode-field,
.super-form.super-style-one .super-keyword-filter,
.super-form.super-style-one .super-dropdown-list,
.super-form.super-style-one .super-toggle-switch,
.super-form.super-style-one .super-icon,
.super-form.super-style-one .super-fileupload-button,
.super-form.super-style-one .super-button-wrap,
.super-form.super-style-one .super-rating-star,
.super-form.super-style-one .super-rating-star.super-hover,
.super-form.super-style-one .super-rating-star.super-active,
.super-form.super-style-one .super-rating .super-icon,
.super-form.super-style-one .super-minus-button,
.super-form.super-style-one .super-plus-button {
background: none;
border: none;
}
.super-form.super-style-one .super-signature-canvas {
border: none;
}
.super-form.super-style-one .super-focus .super-shortcode-field,
.super-form.super-style-one .super-focus .super-keyword-filter,
.super-form.super-style-one .super-focus .super-dropdown-list,
.super-form.super-style-one .super-focus .super-toggle-switch,
.super-form.super-style-one .super-focus .super-icon,
.super-form.super-style-one .super-focus .super-fileupload-button,
.super-form.super-style-one .super-focus .super-button-wrap,
.super-form.super-style-one .super-focus .super-rating-star,
.super-form.super-style-one .super-focus .super-rating-star.super-hover,
.super-form.super-style-one .super-focus .super-rating-star.super-active,
.super-form.super-style-one .super-focus .super-rating .super-icon {
background: none;
border: none;
}
.super-form.super-style-one .super-field-wrapper {
padding-bottom: 4px;
}
.super-form.super-style-one .super-field-wrapper:after {
content: "";
position: absolute;
left: 0;
width: 100%;
bottom: 0px;
border-bottom: 2px solid #b5b5b5;
}
.super-form.super-style-one .super-field-wrapper:before {
content: "";
position: absolute;
left: 0;
width: 0%;
bottom: 1px;
margin-top: 2px;
bottom: -2px;
border-bottom: 4px solid #4EB1B6;
z-index: 2;
transition: width 0.4s ease-out;
}
.super-form.super-style-one .super-dropdown .super-field-wrapper:after {
bottom: -4px;
}
.super-form.super-style-one .super-dropdown .super-field-wrapper:before {
bottom: -6px;
}
.super-form.super-style-one .super-quantity .super-field-wrapper:before, .super-form.super-style-one .super-quantity .super-field-wrapper:after,
.super-form.super-style-one .super-radio .super-field-wrapper:before,
.super-form.super-style-one .super-radio .super-field-wrapper:after,
.super-form.super-style-one .super-checkbox .super-field-wrapper:before,
.super-form.super-style-one .super-checkbox .super-field-wrapper:after,
.super-form.super-style-one .super-slider .super-field-wrapper:before,
.super-form.super-style-one .super-slider .super-field-wrapper:after,
.super-form.super-style-one .super-rating .super-field-wrapper:before,
.super-form.super-style-one .super-rating .super-field-wrapper:after,
.super-form.super-style-one .super-color .super-field-wrapper:before,
.super-form.super-style-one .super-color .super-field-wrapper:after,
.super-form.super-style-one .super-toggle .super-field-wrapper:before,
.super-form.super-style-one .super-toggle .super-field-wrapper:after,
.super-form.super-style-one .super-signature .super-field-wrapper:before,
.super-form.super-style-one .super-signature .super-field-wrapper:after,
.super-form.super-style-one .super-open.super-focus .super-field-wrapper:before,
.super-form.super-style-one .super-open.super-focus .super-field-wrapper:after,
.super-form.super-style-one .super-calculator .super-field-wrapper:before,
.super-form.super-style-one .super-calculator .super-field-wrapper:after {
display: none;
}
.super-form.super-style-one .super-focus .super-field-wrapper:before {
width: 100%;
}
.super-form.super-style-one .super-color .super-icon,
.super-form.super-style-one .super-color .sp-replacer {
background: none;
border: none;
}
.super-form.super-style-one .super-minus-button:after {
content: "\f056";
margin-top: -3px;
}
.super-form.super-style-one .super-plus-button:after {
content: "\f055";
margin-top: -3px;
}
.super-form.super-style-one .super-minus-button,
.super-form.super-style-one .super-plus-button {
background: none;
}
.super-form.super-style-one .super-minus-button:after,
.super-form.super-style-one .super-plus-button:after {
font-size: 18px;
}
.super-form.super-style-one .super-minus-button:hover,
.super-form.super-style-one .super-plus-button:hover {
background: none;
}
.super-form.super-style-one .super-multipart-progress {
display: none;
}
.super-form.super-style-one .super-multipart-steps .super-multipart-step {
background: none;
border: none;
height: auto;
padding-left: 0;
padding-right: 0;
}
.super-form.super-style-one .super-multipart-steps .super-multipart-step:after {
display: none;
}
.super-form.super-style-one .super-multipart-steps .super-multipart-step .super-multipart-step-wrapper {
height: 4px;
position: initial;
}
.super-form.super-style-one .super-multipart-steps .super-multipart-step .super-multipart-step-wrapper .super-multipart-step-count,
.super-form.super-style-one .super-multipart-steps .super-multipart-step .super-multipart-step-wrapper .super-multipart-step-name,
.super-form.super-style-one .super-multipart-steps .super-multipart-step .super-multipart-step-wrapper .super-multipart-step-description {
display: none;
}
.super-form.super-style-one .super-dropdown:not(.super-open) .super-dropdown-list {
border: 1px solid rgba(0, 0, 0, 0) !important;
}
.super-form.super-style-one .super-dropdown-list .super-item {
background: none;
}
.super-form.super-style-one .super-icon,
.super-form.super-style-one .super-fileupload-button,
.super-form.super-style-one .super-autosuggest-tags > div {
background: none !important;
border: 0 !important;
}
.super-form.super-style-one .super-focus .super-shortcode-field,
.super-form.super-style-one .super-focus .super-keyword-filter,
.super-form.super-style-one .super-focus .super-icon,
.super-form.super-style-one .super-focus .super-autosuggest-tags > div {
background: none !important;
border: 0 !important;
}
.super-form.super-style-one .super-filled.super-focus:not(.super-open) .super-dropdown-list {
background: none;
border: 0;
}
.super-form.super-field-size-medium .super-textarea textarea.super-shortcode-field {
min-height: 100px;
}
.super-form.super-field-size-large .super-textarea textarea.super-shortcode-field {
min-height: 120px;
}
.super-form.super-field-size-huge .super-textarea textarea.super-shortcode-field {
min-height: 140px;
}
.super-form.super-field-size-large .super-shortcode-field,
.super-form.super-field-size-large .super-keyword-filter,
.super-form.super-field-size-large .super-icon,
.super-form.super-field-size-large .super-dropdown .super-field-wrapper,
.super-form.super-field-size-large .super-dropdown-list .super-item.super-placeholder,
.super-form.super-field-size-large .super-rating-star,
.super-form.super-field-size-large .super-toggle-group,
.super-form.super-field-size-large .super-minus-button,
.super-form.super-field-size-large .super-plus-button,
.super-form.super-field-size-large .sp-replacer.super-forms,
.super-form.super-field-size-large .super-fileupload-button {
height: calc(34px + 10px);
}
.super-form.super-field-size-large .super-rating-star {
width: calc(34px + 10px);
}
.super-form.super-field-size-large .super-minus-button,
.super-form.super-field-size-large .super-plus-button {
width: calc(34px + 10px);
}
.super-form.super-field-size-large .super-checkbox .super-item .super-before,
.super-form.super-field-size-large .super-radio .super-item .super-before {
width: calc(18px + 3px);
height: calc(18px + 3px);
}
.super-form.super-field-size-large .super-checkbox .super-item .super-after,
.super-form.super-field-size-large .super-radio .super-item .super-after {
width: calc(10px + 3px);
height: calc(10px + 3px);
}
.super-form.super-field-size-large .slider .track {
height: calc(4px + 2px);
}
.super-form.super-field-size-large .slider .dragger {
width: calc(16px + 2px);
height: calc(16px + 2px);
}
.super-form.super-field-size-large .super-icon-outside.super-slider .amount {
bottom: calc(20px + 5px);
}
.super-form.super-field-size-large .super-icon-outside.super-icon-right.super-slider .amount {
padding-right: calc(42px + 10px);
}
.super-form.super-field-size-large:not(.super-rtl) .super-icon-outside.super-icon-left .super-icon {
width: calc(34px + 10px);
}
.super-form.super-field-size-large:not(.super-rtl) .super-icon-outside.super-icon-left.super-slider .amount {
padding-left: calc(42px + 10px);
}
.super-form.super-field-size-large:not(.super-rtl) .super-icon-outside.super-icon-left .super-adaptive-placeholder {
left: calc(52px + 15px);
}
.super-form.super-field-size-large:not(.super-rtl) .super-icon-outside.super-icon-left.super-open.super-focus .super-dropdown-list {
width: calc(100% - 54px);
}
.super-form.super-field-size-large:not(.super-rtl) .super-icon-outside.super-icon-left .super-shortcode-field {
padding-left: 15px;
}
.super-form.super-field-size-large:not(.super-rtl) .super-icon-outside.super-icon-left .super-dropdown-list .super-item,
.super-form.super-field-size-large:not(.super-rtl) .super-icon-outside.super-icon-left .super-dropdown-list .super-item.super-placeholder {
padding-left: 15px;
}
.super-form.super-field-size-large:not(.super-rtl) .super-icon-outside.super-icon-right .super-icon {
width: calc(34px + 10px);
}
.super-form.super-field-size-large:not(.super-rtl) .super-icon-outside.super-icon-right.super-open.super-focus .super-dropdown-list {
width: calc(100% - 54px);
}
.super-form.super-field-size-large:not(.super-rtl) .super-icon-outside.super-icon-right .super-dropdown-arrow {
right: calc(45px + 10px);
}
.super-form.super-field-size-large:not(.super-rtl) .super-icon-outside.super-icon-right .super-shortcode-field,
.super-form.super-field-size-large:not(.super-rtl) .super-icon-outside.super-icon-right .super-keyword-filter,
.super-form.super-field-size-large:not(.super-rtl) .super-icon-outside.super-icon-right .super-fileupload-button {
padding-left: calc(10px + 5px);
}
.super-form.super-field-size-large:not(.super-rtl) .super-icon-outside.super-icon-right .super-adaptive-placeholder {
left: calc(11px + 5px);
}
.super-form.super-field-size-large.super-rtl .super-icon-outside.super-icon-left .super-icon {
width: calc(34px + 10px);
}
.super-form.super-field-size-large.super-rtl .super-icon-outside.super-icon-left .super-dropdown-arrow {
left: calc(42px + 10px);
}
.super-form.super-field-size-large.super-rtl .super-icon-outside.super-icon-right .super-icon {
width: calc(34px + 10px);
}
.super-form.super-field-size-large.super-rtl .super-icon-outside.super-icon-right.super-slider .amount {
padding-right: calc(42px + 10px);
}
.super-form.super-field-size-large.super-rtl .super-icon-outside.super-icon-right .super-adaptive-placeholder {
margin-right: calc(55px + 15px);
}
.super-form.super-field-size-large.super-rtl .super-icon-outside.super-icon-right.super-open.super-focus .super-dropdown-list {
width: calc(100% - 54px);
}
.super-form.super-field-size-large.super-rtl .super-field:not(.super-icon-outside, .super-icon-inside) .super-adaptive-placeholder {
right: calc(11px + 5px);
}
.super-form.super-field-size-large.super-rtl .super-shortcode-field {
padding-right: 15px;
}
.super-form.super-field-size-large.super-rtl .super-icon-inside.super-icon-right .super-adaptive-placeholder {
margin-right: calc(29px + 11px);
}
.super-form.super-field-size-huge .super-shortcode-field,
.super-form.super-field-size-huge .super-keyword-filter,
.super-form.super-field-size-huge .super-icon,
.super-form.super-field-size-huge .super-dropdown .super-field-wrapper,
.super-form.super-field-size-huge .super-dropdown-list .super-item.super-placeholder,
.super-form.super-field-size-huge .super-rating-star,
.super-form.super-field-size-huge .super-toggle-group,
.super-form.super-field-size-huge .super-minus-button,
.super-form.super-field-size-huge .super-plus-button,
.super-form.super-field-size-huge .sp-replacer.super-forms,
.super-form.super-field-size-huge .super-fileupload-button {
height: calc(34px + 20px);
}
.super-form.super-field-size-huge .super-rating-star {
width: calc(34px + 20px);
}
.super-form.super-field-size-huge .super-minus-button,
.super-form.super-field-size-huge .super-plus-button {
width: calc(34px + 20px);
}
.super-form.super-field-size-huge .super-checkbox .super-item .super-before,
.super-form.super-field-size-huge .super-radio .super-item .super-before {
width: calc(18px + 6px);
height: calc(18px + 6px);
}
.super-form.super-field-size-huge .super-checkbox .super-item .super-after,
.super-form.super-field-size-huge .super-radio .super-item .super-after {
width: calc(10px + 6px);
height: calc(10px + 6px);
}
.super-form.super-field-size-huge .slider .track {
height: calc(4px + 4px);
}
.super-form.super-field-size-huge .slider .dragger {
width: calc(16px + 4px);
height: calc(16px + 4px);
}
.super-form.super-field-size-huge .super-icon-outside.super-slider .amount {
bottom: calc(20px + 10px);
}
.super-form.super-field-size-huge .super-icon-outside.super-icon-right.super-slider .amount {
padding-right: calc(42px + 20px);
}
.super-form.super-field-size-huge:not(.super-rtl) .super-icon-outside.super-icon-left .super-icon {
width: calc(34px + 20px);
}
.super-form.super-field-size-huge:not(.super-rtl) .super-icon-outside.super-icon-left.super-slider .amount {
padding-left: calc(42px + 20px);
}
.super-form.super-field-size-huge:not(.super-rtl) .super-icon-outside.super-icon-left .super-adaptive-placeholder {
left: calc(52px + 30px);
}
.super-form.super-field-size-huge:not(.super-rtl) .super-icon-outside.super-icon-left.super-open.super-focus .super-dropdown-list {
width: calc(100% - 64px);
}
.super-form.super-field-size-huge:not(.super-rtl) .super-icon-outside.super-icon-left .super-shortcode-field {
padding-left: 15px;
}
.super-form.super-field-size-huge:not(.super-rtl) .super-icon-outside.super-icon-left .super-dropdown-list .super-item,
.super-form.super-field-size-huge:not(.super-rtl) .super-icon-outside.super-icon-left .super-dropdown-list .super-item.super-placeholder {
padding-left: 15px;
}
.super-form.super-field-size-huge:not(.super-rtl) .super-icon-outside.super-icon-right .super-icon {
width: calc(34px + 20px);
}
.super-form.super-field-size-huge:not(.super-rtl) .super-icon-outside.super-icon-right.super-open.super-focus .super-dropdown-list {
width: calc(100% - 64px);
}
.super-form.super-field-size-huge:not(.super-rtl) .super-icon-outside.super-icon-right .super-dropdown-arrow {
right: calc(45px + 20px);
}
.super-form.super-field-size-huge:not(.super-rtl) .super-icon-outside.super-icon-right .super-shortcode-field,
.super-form.super-field-size-huge:not(.super-rtl) .super-icon-outside.super-icon-right .super-keyword-filter,
.super-form.super-field-size-huge:not(.super-rtl) .super-icon-outside.super-icon-right .super-fileupload-button {
padding-left: calc(10px + 5px);
}
.super-form.super-field-size-huge:not(.super-rtl) .super-icon-outside.super-icon-right .super-adaptive-placeholder {
left: calc(11px + 5px);
}
.super-form.super-field-size-huge.super-rtl .super-icon-outside.super-icon-left .super-icon {
width: calc(34px + 20px);
}
.super-form.super-field-size-huge.super-rtl .super-icon-outside.super-icon-left.super-slider .amount {
padding-left: calc(42px + 20px);
}
.super-form.super-field-size-huge.super-rtl .super-icon-outside.super-icon-left .super-adaptive-placeholder {
right: calc(11px + 5px);
}
.super-form.super-field-size-huge.super-rtl .super-icon-outside.super-icon-left.super-open.super-focus .super-dropdown-list {
width: calc(100% - 64px);
}
.super-form.super-field-size-huge.super-rtl .super-icon-outside.super-icon-left .super-dropdown-arrow {
left: calc(42px + 20px);
}
.super-form.super-field-size-huge.super-rtl .super-icon-outside.super-icon-right .super-icon {
width: calc(34px + 20px);
}
.super-form.super-field-size-huge.super-rtl .super-icon-outside.super-icon-right .super-adaptive-placeholder {
margin-right: calc(55px + 25px);
}
.super-form.super-field-size-huge.super-rtl .super-icon-outside.super-icon-right.super-open.super-focus .super-dropdown-list {
width: calc(100% - 64px);
}
.super-form.super-field-size-huge.super-rtl .super-field:not(.super-icon-outside, .super-icon-inside) .super-adaptive-placeholder {
right: calc(11px + 5px);
}
.super-form.super-field-size-huge.super-rtl .super-shortcode-field {
padding-right: 15px;
}
.super-form .super-button-mini {
font-size: 8px;
height: calc(34px - 15px);
}
.super-form .super-button-mini .super-button-wrap {
padding-top: 0px;
padding-right: calc(14px - 6px);
padding-bottom: 0px;
padding-left: calc(14px - 6px);
}
.super-form .super-button-tiny {
font-size: 10px;
height: calc(34px - 10px);
}
.super-form .super-button-tiny .super-button-wrap {
padding-top: 0px;
padding-right: calc(14px - 4px);
padding-bottom: 0px;
padding-left: calc(14px - 4px);
}
.super-form .super-button-small {
font-size: 12px;
height: calc(34px - 5px);
}
.super-form .super-button-small .super-button-wrap {
padding-top: 0px;
padding-right: calc(14px - 2px);
padding-bottom: 0px;
padding-left: calc(14px - 2px);
}
.super-form .super-button-medium {
font-size: 14px;
height: calc(34px + 0px);
}
.super-form .super-button-medium .super-button-wrap {
padding-top: 0px;
padding-right: calc(14px + 0px);
padding-bottom: 0px;
padding-left: calc(14px + 0px);
}
.super-form .super-button-large {
font-size: 16px;
height: calc(34px + 5px);
}
.super-form .super-button-large .super-button-wrap {
padding-top: 0px;
padding-right: calc(14px + 5px);
padding-bottom: 0px;
padding-left: calc(14px + 5px);
}
.super-form .super-button-big {
font-size: 18px;
height: 34px;
height: calc(34px + 10px);
}
.super-form .super-button-big .super-button-wrap {
padding-top: 0px;
padding-right: calc(14px + 10px);
padding-bottom: 0px;
padding-left: calc(14px + 10px);
}
.super-form .super-button-huge {
font-size: 20px;
height: 34px;
height: calc(34px + 20px);
}
.super-form .super-button-huge .super-button-wrap {
padding-top: 0px;
padding-right: calc(14px + 15px);
padding-bottom: 0px;
padding-left: calc(14px + 15px);
}
.super-form .super-button-massive {
font-size: 22px;
height: calc(34px + 30px);
}
.super-form .super-button-massive .super-button-wrap {
padding-top: 0px;
padding-right: calc(14px + 20px);
padding-bottom: 0px;
padding-left: calc(14px + 20px);
}
.super-icon-inside.super-icon-left.super-overlap .super-icon {
display: none;
}
.super-overlap .super-shortcode-field,
.super-overlap input[type=text], .super-overlap input[type=number], .super-overlap input[type=email], .super-overlap input[type=tel], .super-overlap input[type=url], .super-overlap input[type=password], .super-overlap input[type=search], .super-overlap textarea {
visibility: hidden;
}
.super-field.super-text .super-overlap .super-dropdown-list .super-item {
display: none !important;
}
.super-field.super-text .super-overlap .super-dropdown-list .super-item.super-active {
display: block !important;
background: none;
color: black;
padding-left: 35px;
}
.super-field.super-auto-suggest .super-overlap .super-dropdown-list .super-item {
height: 32px;
}
.super-field.super-auto-suggest .super-overlap .super-dropdown-list .super-item.super-active {
display: flex !important;
padding-left: 6px;
}
.super-overlap .super-item.super-active:before, .super-overlap .super-item.super-active:after {
content: "\f00d";
font-size: 12px;
font-family: "Font Awesome 5 Free";
font-weight: 900;
width: 15px;
height: 15px;
line-height: 15px;
text-align: center;
position: initial;
border: 1px solid red;
background-color: red;
color: white;
margin-right: 10px;
}
.super-overlap .super-item.super-active:after {
display: none;
}
.super-auto-suggest .super-field-wrapper:not(.super-overlap) .super-dropdown-list {
display: none;
}
.super-auto-suggest .super-field-wrapper.super-overlap .super-adaptive-placeholder {
z-index: 3600;
}
.super-auto-suggest .super-field-wrapper.super-overlap .super-dropdown-list {
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
width: 100%;
}
.super-auto-suggest.super-string-found .super-field-wrapper:not(.super-overlap) .super-dropdown-list {
z-index: 1;
display: block;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 33px;
width: 100%;
}
.super-auto-suggest.super-string-found .super-field-wrapper:not(.super-overlap) .super-dropdown-list .super-item.super-match {
display: flex;
font-weight: bold;
}
.super-field-size-medium .super-field.super-auto-suggest .super-overlap .super-dropdown-list .super-item {
height: calc(32px + 0px);
}
.super-field-size-medium .super-field.super-auto-suggest.super-string-found .super-field-wrapper:not(.super-overlap) .super-dropdown-list {
top: calc(33px + 0px);
}
.super-field-size-medium .super-field.super-auto-suggest.super-icon-inside.super-icon-left .super-field-wrapper.super-overlap .super-dropdown-list {
width: calc(100% - 34px);
margin-left: 34px;
border-left-width: 0px !important;
}
.super-field-size-medium .super-field.super-auto-suggest.super-icon-inside.super-icon-left.super-string-found .super-field-wrapper:not(.super-overlap) .super-dropdown-list {
margin-left: 0px;
border-left-width: 1px;
width: calc(100% - 0px);
}
.super-field-size-medium .super-field.super-auto-suggest.super-icon-inside.super-icon-left.super-string-found .super-field-wrapper:not(.super-overlap) .super-dropdown-list .super-item {
padding-left: 10px;
}
.super-field-size-medium .super-field.super-auto-suggest.super-icon-inside.super-icon-right .super-field-wrapper.super-overlap .super-dropdown-list {
width: calc(100% - 34px);
margin-right: 34px;
border-right-width: 0px !important;
}
.super-field-size-medium .super-field.super-auto-suggest.super-icon-inside.super-icon-right.super-string-found .super-field-wrapper:not(.super-overlap) .super-dropdown-list {
margin-right: 0px;
border-right-width: 1px;
width: calc(100% - 0px);
}
.super-field-size-medium .super-field.super-auto-suggest.super-icon-inside.super-icon-right.super-string-found .super-field-wrapper:not(.super-overlap) .super-dropdown-list .super-item {
padding-right: 10px;
}
.super-field-size-medium .super-field.super-auto-suggest.super-icon-outside.super-icon-left .super-field-wrapper.super-overlap .super-dropdown-list {
width: calc(100% - 44px);
margin-left: 44px;
}
.super-field-size-medium .super-field.super-auto-suggest.super-icon-outside.super-icon-left.super-string-found .super-field-wrapper:not(.super-overlap) .super-dropdown-list {
margin-left: 44px;
width: calc(100% - 44px);
}
.super-field-size-medium .super-field.super-auto-suggest.super-icon-outside.super-icon-right .super-field-wrapper.super-overlap .super-dropdown-list {
width: calc(100% - 44px);
margin-right: 44px;
}
.super-field-size-medium .super-field.super-auto-suggest.super-icon-outside.super-icon-right.super-string-found .super-field-wrapper:not(.super-overlap) .super-dropdown-list {
margin-right: 44px;
width: calc(100% - 44px);
}
.super-field-size-large .super-field.super-auto-suggest .super-overlap .super-dropdown-list .super-item {
height: calc(32px + 10px);
}
.super-field-size-large .super-field.super-auto-suggest.super-string-found .super-field-wrapper:not(.super-overlap) .super-dropdown-list {
top: calc(33px + 10px);
}
.super-field-size-large .super-field.super-auto-suggest.super-icon-inside.super-icon-left .super-field-wrapper.super-overlap .super-dropdown-list {
width: calc(100% - 34px);
margin-left: 34px;
border-left-width: 0px !important;
}
.super-field-size-large .super-field.super-auto-suggest.super-icon-inside.super-icon-left.super-string-found .super-field-wrapper:not(.super-overlap) .super-dropdown-list {
margin-left: 0px;
border-left-width: 1px;
width: calc(100% - 0px);
}
.super-field-size-large .super-field.super-auto-suggest.super-icon-inside.super-icon-left.super-string-found .super-field-wrapper:not(.super-overlap) .super-dropdown-list .super-item {
padding-left: 10px;
}
.super-field-size-large .super-field.super-auto-suggest.super-icon-inside.super-icon-right .super-field-wrapper.super-overlap .super-dropdown-list {
width: calc(100% - 34px);
margin-right: 34px;
border-right-width: 0px !important;
}
.super-field-size-large .super-field.super-auto-suggest.super-icon-inside.super-icon-right.super-string-found .super-field-wrapper:not(.super-overlap) .super-dropdown-list {
margin-right: 0px;
border-right-width: 1px;
width: calc(100% - 0px);
}
.super-field-size-large .super-field.super-auto-suggest.super-icon-inside.super-icon-right.super-string-found .super-field-wrapper:not(.super-overlap) .super-dropdown-list .super-item {
padding-right: 10px;
}
.super-field-size-large .super-field.super-auto-suggest.super-icon-outside.super-icon-left .super-field-wrapper.super-overlap .super-dropdown-list {
width: calc(100% - 54px);
margin-left: 54px;
}
.super-field-size-large .super-field.super-auto-suggest.super-icon-outside.super-icon-left.super-string-found .super-field-wrapper:not(.super-overlap) .super-dropdown-list {
margin-left: 54px;
width: calc(100% - 54px);
}
.super-field-size-large .super-field.super-auto-suggest.super-icon-outside.super-icon-right .super-field-wrapper.super-overlap .super-dropdown-list {
width: calc(100% - 54px);
margin-right: 54px;
}
.super-field-size-large .super-field.super-auto-suggest.super-icon-outside.super-icon-right.super-string-found .super-field-wrapper:not(.super-overlap) .super-dropdown-list {
margin-right: 54px;
width: calc(100% - 54px);
}
.super-field-size-huge .super-field.super-auto-suggest .super-overlap .super-dropdown-list .super-item {
height: calc(32px + 20px);
}
.super-field-size-huge .super-field.super-auto-suggest.super-string-found .super-field-wrapper:not(.super-overlap) .super-dropdown-list {
top: calc(33px + 20px);
}
.super-field-size-huge .super-field.super-auto-suggest.super-icon-inside.super-icon-left .super-field-wrapper.super-overlap .super-dropdown-list {
width: calc(100% - 34px);
margin-left: 34px;
border-left-width: 0px !important;
}
.super-field-size-huge .super-field.super-auto-suggest.super-icon-inside.super-icon-left.super-string-found .super-field-wrapper:not(.super-overlap) .super-dropdown-list {
margin-left: 0px;
border-left-width: 1px;
width: calc(100% - 0px);
}
.super-field-size-huge .super-field.super-auto-suggest.super-icon-inside.super-icon-left.super-string-found .super-field-wrapper:not(.super-overlap) .super-dropdown-list .super-item {
padding-left: 10px;
}
.super-field-size-huge .super-field.super-auto-suggest.super-icon-inside.super-icon-right .super-field-wrapper.super-overlap .super-dropdown-list {
width: calc(100% - 34px);
margin-right: 34px;
border-right-width: 0px !important;
}
.super-field-size-huge .super-field.super-auto-suggest.super-icon-inside.super-icon-right.super-string-found .super-field-wrapper:not(.super-overlap) .super-dropdown-list {
margin-right: 0px;
border-right-width: 1px;
width: calc(100% - 0px);
}
.super-field-size-huge .super-field.super-auto-suggest.super-icon-inside.super-icon-right.super-string-found .super-field-wrapper:not(.super-overlap) .super-dropdown-list .super-item {
padding-right: 10px;
}
.super-field-size-huge .super-field.super-auto-suggest.super-icon-outside.super-icon-left .super-field-wrapper.super-overlap .super-dropdown-list {
width: calc(100% - 64px);
margin-left: 64px;
}
.super-field-size-huge .super-field.super-auto-suggest.super-icon-outside.super-icon-left.super-string-found .super-field-wrapper:not(.super-overlap) .super-dropdown-list {
margin-left: 64px;
width: calc(100% - 64px);
}
.super-field-size-huge .super-field.super-auto-suggest.super-icon-outside.super-icon-right .super-field-wrapper.super-overlap .super-dropdown-list {
width: calc(100% - 64px);
margin-right: 64px;
}
.super-field-size-huge .super-field.super-auto-suggest.super-icon-outside.super-icon-right.super-string-found .super-field-wrapper:not(.super-overlap) .super-dropdown-list {
margin-right: 64px;
width: calc(100% - 64px);
}
.super-default-rounded .super-auto-suggest.super-string-found .super-shortcode-field {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
.super-default-rounded .super-auto-suggest.super-string-found .super-dropdown-list {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.super-full-rounded .super-auto-suggest.super-string-found .super-shortcode-field {
border-top-left-radius: 26px;
border-top-right-radius: 26px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
.super-full-rounded .super-auto-suggest.super-string-found .super-dropdown-list {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 16px;
border-bottom-right-radius: 16px;
}
.super-rtl .super-auto-suggest .super-dropdown-list .super-item {
justify-content: flex-end;
}
.super-form .super-int-phone-field .super-int-phone_divider {
list-style: none;
}
.super-form .super-int-phone-field.super-focus .super-int-phone .super-int-phone_flag-container {
background: none;
}
.super-form .super-int-phone-field.super-focus.super-open.super-icon-inside.super-icon-right .super-icon {
display: flex;
}
.super-form .super-int-phone-field.super-icon-inside.super-icon-right .super-shortcode-field {
border-right: 0;
border-top-right-radius: 0px !important;
border-bottom-right-radius: 0px !important;
}
.super-form.super-rtl .super-int-phone-field.super-icon-inside.super-icon-left .super-shortcode-field {
border-left: 0;
border-top-left-radius: 0px !important;
border-bottom-left-radius: 0px !important;
}
.super-form .super-int-phone {
width: 100%;
display: flex;
}
.super-form .super-int-phone .super-int-phone_flag-container .super-int-phone_selected-flag {
background: none !important;
padding-left: 10px;
padding-right: 10px;
}
.super-form .super-int-phone_country {
display: flex;
flex: 1;
justify-content: flex-start;
align-items: center;
height: 34px;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
margin: 0;
white-space: nowrap;
width: 100%;
overflow: hidden;
}
.super-form .super-int-phone_country.super-int-phone_highlight .super-int-phone_dial-code, .super-form .super-int-phone_country.super-int-phone_active .super-int-phone_dial-code {
color: white;
}
.super-form .super-int-phone_country .super-int-phone_flag-box {
display: flex;
}
.super-form .super-int-phone_country-list {
z-index: 10;
box-shadow: initial;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin: 0px;
margin-left: -1px;
}
.super-form .super-int-phone_country-list:not(.super-int-phone_country-list--dropup) {
border-top: 0;
}
.super-form .super-int-phone_country-list.super-int-phone_country-list--dropup {
border-bottom: 0;
}
.super-form.super-rtl .super-int-phone_country-list {
right: 0;
left: initial;
}
.super-form.super-rtl .super-int-phone_country-list .super-int-phone_country {
flex-direction: row-reverse;
}
.super-form.super-rtl .super-int-phone_country-list .super-int-phone_country .super-int-phone_flag-box {
margin: 0;
padding: 0;
margin-left: 5px;
}
.super-form.super-rtl .super-int-phone_country-list .super-int-phone_country .super-int-phone_country-name {
margin: 0;
padding: 0;
margin-left: 5px;
}
.super-form.super-rtl .super-int-phone_country-list .super-int-phone_country .super-int-phone_dial-code {
margin: 0;
padding: 0;
}
.super-form.super-rtl .super-int-phone_flag-container {
right: 0px;
left: initial;
}
.super-form.super-rtl .super-int-phone_flag-container .super-int-phone_selected-flag {
flex-direction: row-reverse;
}
.super-form.super-rtl .super-int-phone_flag-container .super-int-phone_selected-flag .super-int-phone_selected-dial-code,
.super-form.super-rtl .super-int-phone_flag-container .super-int-phone_selected-flag .super-int-phone_arrow {
margin-left: 0;
margin-right: 6px;
}
.super-form:not(.super-rtl).super-default-rounded .super-shortcode:not(.super-dropup).super-focus.super-open .super-shortcode-field[type=int-phone] {
border-radius: 4px;
border-bottom-left-radius: 0px;
}
.super-form:not(.super-rtl).super-default-rounded .super-shortcode:not(.super-dropup).super-focus.super-open .super-int-phone_country-list {
border-radius: 0px;
border-bottom-left-radius: 4px;
}
.super-form:not(.super-rtl).super-default-rounded .super-shortcode:not(.super-dropup).super-focus.super-open.super-icon-inside.super-icon-left .super-shortcode-field[type=int-phone] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form:not(.super-rtl).super-default-rounded .super-shortcode.super-dropup.super-focus.super-open .super-shortcode-field[type=int-phone] {
border-radius: 4px;
border-top-left-radius: 0px;
}
.super-form:not(.super-rtl).super-default-rounded .super-shortcode.super-dropup.super-focus.super-open .super-int-phone_country-list {
border-radius: 0px;
border-top-left-radius: 4px;
}
.super-form:not(.super-rtl).super-default-rounded .super-shortcode.super-dropup.super-focus.super-open.super-icon-inside.super-icon-left .super-shortcode-field[type=int-phone] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form:not(.super-rtl).super-full-rounded .super-shortcode:not(.super-dropup).super-focus.super-open .super-shortcode-field[type=int-phone] {
border-radius: 16px;
border-bottom-left-radius: 0px;
}
.super-form:not(.super-rtl).super-full-rounded .super-shortcode:not(.super-dropup).super-focus.super-open .super-int-phone_country-list {
border-radius: 0px;
border-bottom-left-radius: 16px;
}
.super-form:not(.super-rtl).super-full-rounded .super-shortcode:not(.super-dropup).super-focus.super-open.super-icon-inside.super-icon-left .super-shortcode-field[type=int-phone] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form:not(.super-rtl).super-full-rounded .super-shortcode.super-dropup.super-focus.super-open .super-shortcode-field[type=int-phone] {
border-radius: 16px;
border-top-left-radius: 0px;
}
.super-form:not(.super-rtl).super-full-rounded .super-shortcode.super-dropup.super-focus.super-open .super-int-phone_country-list {
border-radius: 0px;
border-top-left-radius: 16px;
}
.super-form:not(.super-rtl).super-full-rounded .super-shortcode.super-dropup.super-focus.super-open.super-icon-inside.super-icon-left .super-shortcode-field[type=int-phone] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form:not(.super-rtl).super-field-size-large.super-default-rounded .super-shortcode:not(.super-dropup).super-focus.super-open .super-shortcode-field[type=int-phone] {
border-radius: 4px;
border-bottom-left-radius: 0px;
}
.super-form:not(.super-rtl).super-field-size-large.super-default-rounded .super-shortcode:not(.super-dropup).super-focus.super-open .super-int-phone_country-list {
border-radius: 0px;
border-bottom-left-radius: 4px;
}
.super-form:not(.super-rtl).super-field-size-large.super-default-rounded .super-shortcode:not(.super-dropup).super-focus.super-open.super-icon-inside.super-icon-left .super-shortcode-field[type=int-phone] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form:not(.super-rtl).super-field-size-large.super-default-rounded .super-shortcode.super-dropup.super-focus.super-open .super-shortcode-field[type=int-phone] {
border-radius: 4px;
border-top-left-radius: 0px;
}
.super-form:not(.super-rtl).super-field-size-large.super-default-rounded .super-shortcode.super-dropup.super-focus.super-open .super-int-phone_country-list {
border-radius: 0px;
border-top-left-radius: 4px;
}
.super-form:not(.super-rtl).super-field-size-large.super-default-rounded .super-shortcode.super-dropup.super-focus.super-open.super-icon-inside.super-icon-left .super-shortcode-field[type=int-phone] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form:not(.super-rtl).super-field-size-large.super-full-rounded .super-shortcode:not(.super-dropup).super-focus.super-open .super-shortcode-field[type=int-phone] {
border-radius: 22px;
border-bottom-left-radius: 0px;
}
.super-form:not(.super-rtl).super-field-size-large.super-full-rounded .super-shortcode:not(.super-dropup).super-focus.super-open .super-int-phone_country-list {
border-radius: 0px;
border-bottom-left-radius: 22px;
}
.super-form:not(.super-rtl).super-field-size-large.super-full-rounded .super-shortcode:not(.super-dropup).super-focus.super-open.super-icon-inside.super-icon-left .super-shortcode-field[type=int-phone] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form:not(.super-rtl).super-field-size-large.super-full-rounded .super-shortcode.super-dropup.super-focus.super-open .super-shortcode-field[type=int-phone] {
border-radius: 22px;
border-top-left-radius: 0px;
}
.super-form:not(.super-rtl).super-field-size-large.super-full-rounded .super-shortcode.super-dropup.super-focus.super-open .super-int-phone_country-list {
border-radius: 0px;
border-top-left-radius: 22px;
}
.super-form:not(.super-rtl).super-field-size-large.super-full-rounded .super-shortcode.super-dropup.super-focus.super-open.super-icon-inside.super-icon-left .super-shortcode-field[type=int-phone] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form:not(.super-rtl).super-field-size-huge.super-default-rounded .super-shortcode:not(.super-dropup).super-focus.super-open .super-shortcode-field[type=int-phone] {
border-radius: 4px;
border-bottom-left-radius: 0px;
}
.super-form:not(.super-rtl).super-field-size-huge.super-default-rounded .super-shortcode:not(.super-dropup).super-focus.super-open .super-int-phone_country-list {
border-radius: 0px;
border-bottom-left-radius: 4px;
}
.super-form:not(.super-rtl).super-field-size-huge.super-default-rounded .super-shortcode:not(.super-dropup).super-focus.super-open.super-icon-inside.super-icon-left .super-shortcode-field[type=int-phone] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form:not(.super-rtl).super-field-size-huge.super-default-rounded .super-shortcode.super-dropup.super-focus.super-open .super-shortcode-field[type=int-phone] {
border-radius: 4px;
border-top-left-radius: 0px;
}
.super-form:not(.super-rtl).super-field-size-huge.super-default-rounded .super-shortcode.super-dropup.super-focus.super-open .super-int-phone_country-list {
border-radius: 0px;
border-top-left-radius: 4px;
}
.super-form:not(.super-rtl).super-field-size-huge.super-default-rounded .super-shortcode.super-dropup.super-focus.super-open.super-icon-inside.super-icon-left .super-shortcode-field[type=int-phone] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form:not(.super-rtl).super-field-size-huge.super-full-rounded .super-shortcode:not(.super-dropup).super-focus.super-open .super-shortcode-field[type=int-phone] {
border-radius: 27px;
border-bottom-left-radius: 0px;
}
.super-form:not(.super-rtl).super-field-size-huge.super-full-rounded .super-shortcode:not(.super-dropup).super-focus.super-open .super-int-phone_country-list {
border-radius: 0px;
border-bottom-left-radius: 27px;
}
.super-form:not(.super-rtl).super-field-size-huge.super-full-rounded .super-shortcode:not(.super-dropup).super-focus.super-open.super-icon-inside.super-icon-left .super-shortcode-field[type=int-phone] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form:not(.super-rtl).super-field-size-huge.super-full-rounded .super-shortcode.super-dropup.super-focus.super-open .super-shortcode-field[type=int-phone] {
border-radius: 27px;
border-top-left-radius: 0px;
}
.super-form:not(.super-rtl).super-field-size-huge.super-full-rounded .super-shortcode.super-dropup.super-focus.super-open .super-int-phone_country-list {
border-radius: 0px;
border-top-left-radius: 27px;
}
.super-form:not(.super-rtl).super-field-size-huge.super-full-rounded .super-shortcode.super-dropup.super-focus.super-open.super-icon-inside.super-icon-left .super-shortcode-field[type=int-phone] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-rtl.super-default-rounded .super-shortcode:not(.super-dropup).super-focus.super-open .super-shortcode-field[type=int-phone] {
border-radius: 4px;
border-bottom-right-radius: 0px;
}
.super-form.super-rtl.super-default-rounded .super-shortcode:not(.super-dropup).super-focus.super-open .super-int-phone_country-list {
border-radius: 0px;
border-bottom-left-radius: 4px;
}
.super-form.super-rtl.super-default-rounded .super-shortcode:not(.super-dropup).super-focus.super-open.super-icon-inside.super-icon-left .super-shortcode-field[type=int-phone] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-rtl.super-default-rounded .super-shortcode.super-dropup.super-focus.super-open .super-shortcode-field[type=int-phone] {
border-radius: 4px;
border-top-right-radius: 0px;
}
.super-form.super-rtl.super-default-rounded .super-shortcode.super-dropup.super-focus.super-open .super-int-phone_country-list {
border-radius: 0px;
border-top-left-radius: 4px;
}
.super-form.super-rtl.super-default-rounded .super-shortcode.super-dropup.super-focus.super-open.super-icon-inside.super-icon-left .super-shortcode-field[type=int-phone] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-rtl.super-full-rounded .super-shortcode:not(.super-dropup).super-focus.super-open .super-shortcode-field[type=int-phone] {
border-radius: 16px;
border-bottom-right-radius: 0px;
}
.super-form.super-rtl.super-full-rounded .super-shortcode:not(.super-dropup).super-focus.super-open .super-int-phone_country-list {
border-radius: 0px;
border-bottom-left-radius: 16px;
}
.super-form.super-rtl.super-full-rounded .super-shortcode:not(.super-dropup).super-focus.super-open.super-icon-inside.super-icon-left .super-shortcode-field[type=int-phone] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-rtl.super-full-rounded .super-shortcode.super-dropup.super-focus.super-open .super-shortcode-field[type=int-phone] {
border-radius: 16px;
border-top-right-radius: 0px;
}
.super-form.super-rtl.super-full-rounded .super-shortcode.super-dropup.super-focus.super-open .super-int-phone_country-list {
border-radius: 0px;
border-top-left-radius: 16px;
}
.super-form.super-rtl.super-full-rounded .super-shortcode.super-dropup.super-focus.super-open.super-icon-inside.super-icon-left .super-shortcode-field[type=int-phone] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-rtl.super-field-size-large.super-default-rounded .super-shortcode:not(.super-dropup).super-focus.super-open .super-shortcode-field[type=int-phone] {
border-radius: 4px;
border-bottom-right-radius: 0px;
}
.super-form.super-rtl.super-field-size-large.super-default-rounded .super-shortcode:not(.super-dropup).super-focus.super-open .super-int-phone_country-list {
border-radius: 0px;
border-bottom-left-radius: 4px;
}
.super-form.super-rtl.super-field-size-large.super-default-rounded .super-shortcode:not(.super-dropup).super-focus.super-open.super-icon-inside.super-icon-left .super-shortcode-field[type=int-phone] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-rtl.super-field-size-large.super-default-rounded .super-shortcode.super-dropup.super-focus.super-open .super-shortcode-field[type=int-phone] {
border-radius: 4px;
border-top-right-radius: 0px;
}
.super-form.super-rtl.super-field-size-large.super-default-rounded .super-shortcode.super-dropup.super-focus.super-open .super-int-phone_country-list {
border-radius: 0px;
border-top-left-radius: 4px;
}
.super-form.super-rtl.super-field-size-large.super-default-rounded .super-shortcode.super-dropup.super-focus.super-open.super-icon-inside.super-icon-left .super-shortcode-field[type=int-phone] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-rtl.super-field-size-large.super-full-rounded .super-shortcode:not(.super-dropup).super-focus.super-open .super-shortcode-field[type=int-phone] {
border-radius: 22px;
border-bottom-right-radius: 0px;
}
.super-form.super-rtl.super-field-size-large.super-full-rounded .super-shortcode:not(.super-dropup).super-focus.super-open .super-int-phone_country-list {
border-radius: 0px;
border-bottom-left-radius: 22px;
}
.super-form.super-rtl.super-field-size-large.super-full-rounded .super-shortcode:not(.super-dropup).super-focus.super-open.super-icon-inside.super-icon-left .super-shortcode-field[type=int-phone] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-rtl.super-field-size-large.super-full-rounded .super-shortcode.super-dropup.super-focus.super-open .super-shortcode-field[type=int-phone] {
border-radius: 22px;
border-top-right-radius: 0px;
}
.super-form.super-rtl.super-field-size-large.super-full-rounded .super-shortcode.super-dropup.super-focus.super-open .super-int-phone_country-list {
border-radius: 0px;
border-top-left-radius: 22px;
}
.super-form.super-rtl.super-field-size-large.super-full-rounded .super-shortcode.super-dropup.super-focus.super-open.super-icon-inside.super-icon-left .super-shortcode-field[type=int-phone] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-rtl.super-field-size-huge.super-default-rounded .super-shortcode:not(.super-dropup).super-focus.super-open .super-shortcode-field[type=int-phone] {
border-radius: 4px;
border-bottom-right-radius: 0px;
}
.super-form.super-rtl.super-field-size-huge.super-default-rounded .super-shortcode:not(.super-dropup).super-focus.super-open .super-int-phone_country-list {
border-radius: 0px;
border-bottom-left-radius: 4px;
}
.super-form.super-rtl.super-field-size-huge.super-default-rounded .super-shortcode:not(.super-dropup).super-focus.super-open.super-icon-inside.super-icon-left .super-shortcode-field[type=int-phone] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-rtl.super-field-size-huge.super-default-rounded .super-shortcode.super-dropup.super-focus.super-open .super-shortcode-field[type=int-phone] {
border-radius: 4px;
border-top-right-radius: 0px;
}
.super-form.super-rtl.super-field-size-huge.super-default-rounded .super-shortcode.super-dropup.super-focus.super-open .super-int-phone_country-list {
border-radius: 0px;
border-top-left-radius: 4px;
}
.super-form.super-rtl.super-field-size-huge.super-default-rounded .super-shortcode.super-dropup.super-focus.super-open.super-icon-inside.super-icon-left .super-shortcode-field[type=int-phone] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-rtl.super-field-size-huge.super-full-rounded .super-shortcode:not(.super-dropup).super-focus.super-open .super-shortcode-field[type=int-phone] {
border-radius: 27px;
border-bottom-right-radius: 0px;
}
.super-form.super-rtl.super-field-size-huge.super-full-rounded .super-shortcode:not(.super-dropup).super-focus.super-open .super-int-phone_country-list {
border-radius: 0px;
border-bottom-left-radius: 27px;
}
.super-form.super-rtl.super-field-size-huge.super-full-rounded .super-shortcode:not(.super-dropup).super-focus.super-open.super-icon-inside.super-icon-left .super-shortcode-field[type=int-phone] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form.super-rtl.super-field-size-huge.super-full-rounded .super-shortcode.super-dropup.super-focus.super-open .super-shortcode-field[type=int-phone] {
border-radius: 27px;
border-top-right-radius: 0px;
}
.super-form.super-rtl.super-field-size-huge.super-full-rounded .super-shortcode.super-dropup.super-focus.super-open .super-int-phone_country-list {
border-radius: 0px;
border-top-left-radius: 27px;
}
.super-form.super-rtl.super-field-size-huge.super-full-rounded .super-shortcode.super-dropup.super-focus.super-open.super-icon-inside.super-icon-left .super-shortcode-field[type=int-phone] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.super-form .super-slider .super-field-wrapper {
margin-top: 0px;
}
.super-form .super-slider.super-has-only-label .super-field-wrapper {
margin-top: 20px;
}
.super-form .super-slider.super-has-only-desc .super-field-wrapper {
margin-top: 20px;
}
.super-form .super-slider.super-has-label-desc .super-field-wrapper {
margin-top: 20px;
}
.super-rtl .super-heading-title,
.super-rtl .super-heading-description {
justify-content: flex-end;
}
.super-rtl .super-heading-title.super-align-left,
.super-rtl .super-heading-description.super-align-left {
justify-content: flex-start;
}
.super-rtl .super-heading-title.super-align-center,
.super-rtl .super-heading-description.super-align-center {
justify-content: center;
}
.super-rtl .super-heading-title.super-align-right,
.super-rtl .super-heading-description.super-align-right {
justify-content: flex-end;
}
.super-rtl .super-checkbox.display-slider .carouseljs-track,
.super-rtl .super-radio.display-slider .carouseljs-track {
flex-grow: 1;
}
.super-rtl .super-checkbox.display-slider .carouseljs-track .super-item,
.super-rtl .super-radio.display-slider .carouseljs-track .super-item {
flex-grow: 1;
}
html[dir=rtl] .super-timepicker-dialog .ui-timepicker-list li {
padding-left: 0;
padding-right: 15px;
}
html[dir=rtl] .super-form.super-rtl .super-heading-title,
html[dir=rtl] .super-form.super-rtl .super-heading-description {
justify-content: flex-start;
}
html[dir=rtl] .super-form.super-rtl .super-heading-title.super-align-left,
html[dir=rtl] .super-form.super-rtl .super-heading-description.super-align-left {
justify-content: flex-end;
}
html[dir=rtl] .super-form.super-rtl .super-heading-title.super-align-center,
html[dir=rtl] .super-form.super-rtl .super-heading-description.super-align-center {
justify-content: center;
}
html[dir=rtl] .super-form.super-rtl .super-heading-title.super-align-right,
html[dir=rtl] .super-form.super-rtl .super-heading-description.super-align-right {
justify-content: flex-start;
}
html[dir=rtl] .super-form.super-rtl .super-multipart-steps {
flex-direction: row;
}
html[dir=rtl] .super-form.super-rtl .display-horizontal .super-items-list {
flex-direction: row;
}
html[dir=rtl] .super-form.super-rtl .super-checkbox .super-item,
html[dir=rtl] .super-form.super-rtl .super-radio .super-item {
flex-direction: row;
}
html[dir=rtl] .super-form.super-rtl.super-default-rounded .super-quantity .super-minus-button {
border-radius: 0px 4px 4px 0px;
}
html[dir=rtl] .super-form.super-rtl.super-default-rounded .super-quantity .super-plus-button {
border-radius: 4px 0px 0px 4px;
}
html[dir=rtl] .super-form.super-rtl .super-field:not(.super-icon-outside, .super-icon-inside).super-checkbox .super-field-wrapper, html[dir=rtl] .super-form.super-rtl .super-field:not(.super-icon-outside, .super-icon-inside).super-radio .super-field-wrapper, html[dir=rtl] .super-form.super-rtl .super-field:not(.super-icon-outside, .super-icon-inside).super-rating .super-field-wrapper {
justify-content: flex-start;
}
html[dir=rtl] .super-form.super-rtl .display-horizontal .super-field-wrapper {
justify-content: flex-start;
}
html[dir=rtl] .super-form.super-rtl .display-horizontal .super-items-list {
flex-direction: row;
}
html[dir=rtl] .super-form.super-rtl .super-multipart-progress-inner {
flex-direction: row;
}
html[dir=rtl] .super-form.super-rtl .super-dropdown:not(.super-open.super-focus, .super-filled) .super-adaptive-placeholder {
justify-content: flex-start;
}
html[dir=rtl] .super-form.super-rtl .display-grid .super-items-list {
flex-direction: row;
flex-grow: 1;
}
html[dir=rtl] .super-form.super-rtl .super-checkbox.display-slider .carouseljs-track,
html[dir=rtl] .super-form.super-rtl .super-radio.display-slider .carouseljs-track {
flex-grow: 1;
}
html[dir=rtl] .super-form.super-rtl .super-checkbox.display-slider .carouseljs-track .super-item,
html[dir=rtl] .super-form.super-rtl .super-radio.display-slider .carouseljs-track .super-item {
flex-grow: 1;
}
html[dir=rtl] .super-form.super-rtl .super-toggle {
flex-direction: row;
}
html[dir=rtl] .super-form.super-rtl .super-color .super-field-wrapper {
justify-content: flex-start;
}
html[dir=rtl] .super-form.super-rtl .super-file .super-field-wrapper .super-fileupload-button {
flex-direction: row;
}
html[dir=rtl] .super-form.super-rtl .super-calculator.super-align-left .super-field-wrapper {
justify-content: flex-end;
}
html[dir=rtl] .super-form.super-rtl .super-calculator.super-align-right .super-field-wrapper {
justify-content: flex-start;
}
html[dir=rtl] .super-form.super-rtl .super-file .super-field-wrapper {
align-items: flex-start;
}
html[dir=rtl] .super-form.super-rtl .super-file .super-field-wrapper .super-fileupload-files {
flex-direction: row;
}
html[dir=rtl] .super-form.super-rtl .super-tabs-menu,
html[dir=rtl] .super-form.super-rtl .super-accordion-header,
html[dir=rtl] .super-form.super-rtl .super-int-phone_flag-container .super-int-phone_selected-flag,
html[dir=rtl] .super-form.super-rtl .super-int-phone_country-list .super-int-phone_country {
flex-direction: row;
}
.super-form {  }
.super-form .super-wc-order-search .super-field-wrapper.super-populating:after {
top: 50%;
height: 100%;
height: 21px;
width: 21px;
margin-top: -11px;
display: flex;
align-items: center;
justify-content: center;
}
.super-form .super-wc-order-search .super-dropdown-list {
display: none;
border-right-width: 1px !important;
}
.super-form .super-wc-order-search .super-dropdown-list .super-item {
padding-left: 10px;
}
.super-form .super-wc-order-search.super-filled.super-string-found.super-focus .super-field-wrapper .super-dropdown-list {
position: absolute;
top: 33px;
width: 100%;
z-index: 1;
display: flex;
}
.super-form .super-wc-order-search.super-filled.super-string-found.super-focus .super-field-wrapper .super-dropdown-list > .super-item {
display: flex;
}
.super-form .super-wc-order-search.super-filled .super-field-wrapper.super-overlap .super-dropdown-list {
position: absolute;
top: 0px;
width: 100%;
display: flex;
}
.super-form .super-wc-order-search.super-filled .super-field-wrapper.super-overlap .super-dropdown-list > .super-item {
display: flex !important;
padding-left: 10px;
}
.super-form .super-wc-order-search.super-icon-inside.super-icon-right .super-icon {
display: flex !important;
z-index: 20 !important;
}
.super-form .super-wc-order-search.super-icon-outside.super-icon-left .super-dropdown-list {
left: calc(34px + 30px);
width: calc(100% - 64px) !important;
}
.super-form .super-wc-order-search.super-icon-outside.super-icon-right .super-dropdown-list {
right: calc(34px + 10px);
width: calc(100% - 44px) !important;
}
.super-form .super-wc-order-search.super-icon-outside.super-icon-right .super-field-wrapper.super-populating:after {
margin-right: 44px;
}
.super-form.super-field-size-medium .super-wc-order-search.super-filled.super-string-found.super-focus .super-field-wrapper .super-dropdown-list {
top: calc(33px + 0px);
}
.super-form.super-field-size-medium .super-wc-order-search.super-filled .super-field-wrapper.super-overlap .super-dropdown-list > .super-item {
height: calc(32px + 0px);
}
.super-form.super-field-size-medium .super-wc-order-search.super-icon-outside.super-icon-left .super-dropdown-list {
left: calc(34px + 10px);
width: calc(100% - 44px) !important;
}
.super-form.super-field-size-medium .super-wc-order-search.super-icon-outside.super-icon-right .super-dropdown-list {
right: calc(34px + 10px);
width: calc(100% - 44px) !important;
}
.super-form.super-field-size-medium .super-wc-order-search.super-icon-outside.super-icon-right .super-field-wrapper.super-populating:after {
margin-right: 44px;
}
.super-form.super-field-size-medium .super-wc-order-search.super-icon-inside.super-icon-right .super-field-wrapper.super-populating:after {
margin-right: 24px;
}
.super-form.super-field-size-large .super-wc-order-search.super-filled.super-string-found.super-focus .super-field-wrapper .super-dropdown-list {
top: calc(33px + 10px);
}
.super-form.super-field-size-large .super-wc-order-search.super-filled .super-field-wrapper.super-overlap .super-dropdown-list > .super-item {
height: calc(32px + 10px);
}
.super-form.super-field-size-large .super-wc-order-search.super-icon-outside.super-icon-left .super-dropdown-list {
left: calc(34px + 20px);
width: calc(100% - 54px) !important;
}
.super-form.super-field-size-large .super-wc-order-search.super-icon-outside.super-icon-right .super-dropdown-list {
right: calc(34px + 20px);
width: calc(100% - 54px) !important;
}
.super-form.super-field-size-large .super-wc-order-search.super-icon-outside.super-icon-right .super-field-wrapper.super-populating:after {
margin-right: 54px;
}
.super-form.super-field-size-large .super-wc-order-search.super-icon-inside.super-icon-left .super-overlap .super-dropdown-list {
border-left: 0;
left: calc(34px + 0px);
width: calc(100% - 34px) !important;
}
.super-form.super-field-size-large .super-wc-order-search.super-icon-inside.super-icon-right .super-field-wrapper.super-populating:after {
margin-right: 24px;
}
.super-form.super-field-size-huge .super-wc-order-search.super-filled.super-string-found.super-focus .super-field-wrapper .super-dropdown-list {
top: calc(33px + 20px);
}
.super-form.super-field-size-huge .super-wc-order-search.super-filled .super-field-wrapper.super-overlap .super-dropdown-list > .super-item {
height: calc(32px + 20px);
}
.super-form.super-field-size-huge .super-wc-order-search.super-icon-outside.super-icon-left .super-dropdown-list {
left: calc(34px + 30px);
width: calc(100% - 64px) !important;
}
.super-form.super-field-size-huge .super-wc-order-search.super-icon-outside.super-icon-right .super-dropdown-list {
right: calc(34px + 30px);
width: calc(100% - 64px) !important;
}
.super-form.super-field-size-huge .super-wc-order-search.super-icon-outside.super-icon-right .super-field-wrapper.super-populating:after {
margin-right: 64px;
}
.super-form.super-field-size-huge .super-wc-order-search.super-icon-inside.super-icon-left .super-overlap .super-dropdown-list {
border-left: 0;
left: calc(34px + 0px);
width: calc(100% - 34px) !important;
}
.super-form.super-field-size-huge .super-wc-order-search.super-icon-inside.super-icon-right .super-field-wrapper.super-populating:after {
margin-right: 24px;
}
.super-form.super-rtl .super-wc-order-search .super-field-wrapper.super-populating:after {
right: initial;
left: 10px;
}
.super-form.super-rtl .super-wc-order-search .super-dropdown-list {
text-align: right;
}
.super-form.super-rtl .super-wc-order-search .super-dropdown-list .super-item {
justify-content: flex-end;
}
.super-form.super-rtl .super-wc-order-search .super-overlap .super-item.super-active:before {
display: none;
}
.super-form.super-rtl .super-wc-order-search .super-overlap .super-item.super-active:after {
display: inline-block;
margin-right: 0px;
margin-left: 10px;
}
.super-form.super-rtl .super-wc-order-search.super-icon-inside.super-icon-right .super-overlap .super-dropdown-list {
text-align: right;
}
.super-form.super-rtl .super-wc-order-search.super-icon-inside.super-icon-right .super-overlap .super-dropdown-list .super-item {
padding-left: 0px;
padding-right: 40px;
}
.super-form.super-rtl .super-wc-order-search.super-icon-inside.super-icon-left .super-field-wrapper.super-overlap .super-icon {
z-index: 20;
}
.super-form.super-rtl .super-wc-order-search.super-icon-inside.super-icon-left .super-field-wrapper.super-populating:after {
right: initial;
left: 40px;
}
.super-form.super-rtl.super-field-size-medium .super-wc-order-search.super-icon-outside.super-icon-left .super-populating:after {
right: initial;
left: 50px;
}
.super-form.super-rtl.super-field-size-large .super-wc-order-search.super-icon-outside.super-icon-left .super-populating:after {
right: initial;
left: 65px;
}
.super-form.super-rtl.super-field-size-huge .super-wc-order-search.super-icon-outside.super-icon-left .super-populating:after {
right: initial;
left: 75px;
}
.super-form .super-keyword-tags .super-keyword-tag {
cursor: pointer;
display: flex;
align-items: center;
}
.super-form .super-keyword-tags .super-keyword-tag:after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "";
font-size: 15px;
height: 15px;
line-height: normal;
height: auto;
padding: 0px 0px 0px 5px;
}
.super-form .super-keyword-tags .super-shortcode-field {
flex-grow: 0 !important;
opacity: 0 !important;
width: 0px !important;
height: 0px !important;
padding: 0px !important;
border: none !important;
}
.super-form .super-keyword-tags .super-field-wrapper {
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.super-form .super-keyword-tags .super-field-wrapper:after {
content: "";
flex: 0 0 100%;
height: 0;
}
.super-form .super-keyword-tags .super-field-wrapper .super-autosuggest-tags {
display: flex;
flex-grow: 1;
}
.super-form .super-keyword-tags .super-field-wrapper .super-autosuggest-tags > div {
display: flex;
align-items: center;
}
.super-form .super-keyword-tags .super-field-wrapper .super-autosuggest-tags > div .super-keyword-tag {
display: flex;
align-items: center;
}
.super-form .super-keyword-tags .super-field-wrapper .super-autosuggest-tags-list {
width: 100%;
position: absolute;
top: 33px;
display: none;
z-index: 9999;
flex-wrap: wrap;
flex-flow: wrap;
align-content: flex-start;
padding: 5px 5px 0px 5px;
}
.super-form .super-keyword-tags .super-field-wrapper .super-autosuggest-tags-list .super-no-results {
padding: 8px 10px 8px 10px;
margin: 0px 0px 5px 0px;
}
.super-form .super-keyword-tags .super-field-wrapper .super-autosuggest-tags-list .super-item {
justify-content: flex-start;
flex: initial;
width: auto;
flex-wrap: wrap;
padding: 8px 10px 8px 10px;
margin: 0px 5px 5px 0px;
}
.super-form .super-keyword-tags .super-field-wrapper .super-autosuggest-tags-list .super-item.super-active {
display: flex !important;
}
.super-form .super-keyword-tags .super-field-wrapper .super-autosuggest-tags-list .super-item .super-wp-tag {
padding: 0px 10px 0px 10px;
position: relative;
}
.super-form .super-keyword-tags .super-field-wrapper .super-autosuggest-tags-list .super-item .super-wp-tag > span {
font-weight: bold;
text-decoration: underline;
}
.super-form .super-keyword-tags .super-field-wrapper .super-autosuggest-tags-list .super-item .super-wp-tag-count {
padding: 0px 0px 0px 5px;
}
.super-form .super-keyword-tags .super-field-wrapper .super-autosuggest-tags-list .super-item .super-wp-tag-desc {
padding-top: 5px;
}
.super-form .super-keyword-tags.super-string-found.super-focus .super-autosuggest-tags-list {
display: flex;
}
.super-form .super-keyword-tags .super-no-results {
display: none;
}
.super-form .super-keyword-tags.super-no-match .super-autosuggest-tags-list {
display: flex;
}
.super-form .super-keyword-tags.super-no-match .super-no-results {
display: block;
}
.super-form .super-keyword-tags .super-autosuggest-tags {
flex-wrap: wrap;
align-items: center;
justify-content: flex-start;
flex-direction: row;
}
.super-form .super-keyword-tags .super-autosuggest-tags .super-keyword-tag {
margin: 2px 0px 2px 4px;
flex-grow: 0;
flex-shrink: 1;
}
.super-form .super-keyword-tags .super-autosuggest-tags .super-keyword-filter {
width: 50px !important;
flex-grow: 1;
flex-shrink: 1;
border: none;
height: calc(34px - 2px);
}
.super-form .super-keyword-tags.super-focus .super-keyword-filter {
border: none !important;
}
.super-form .super-keyword-tags.super-filled .super-autosuggest-tags {
padding-top: 2px;
padding-right: 4px;
padding-bottom: 2px;
}
.super-form .super-keyword-tags.super-filled .super-keyword-filter {
height: calc(34px - 10px);
padding-left: 4px;
}
.super-form.super-default-rounded .super-autosuggest-tags {
border-radius: 4px;
}
.super-form.super-full-rounded .super-autosuggest-tags {
border-top-left-radius: 17px;
border-top-right-radius: 17px;
border-bottom-right-radius: 17px;
border-bottom-left-radius: 17px;
}
.super-form.super-full-rounded .super-filled .super-autosuggest-tags .super-keyword-filter {
margin-left: 10px;
}
.super-form.super-style-one .super-autosuggest-tags {
border: none !important;
}
.super-form.super-field-size-large .super-keyword-tags .super-autosuggest-tags {
padding-top: 0px !important;
padding-right: 0px !important;
padding-bottom: 0px !important;
padding-left: 0px !important;
}
.super-form.super-field-size-large .super-keyword-tags .super-keyword-tag {
padding: 10px 10px 10px 15px !important;
margin: 4px 4px 0px 0px !important;
}
.super-form.super-field-size-large .super-keyword-tags .super-keyword-filter {
height: calc(32px + 10px) !important;
}
.super-form.super-field-size-large .super-keyword-tags.super-filled .super-autosuggest-tags {
padding-top: 0px !important;
padding-right: 0px !important;
padding-bottom: 4px !important;
padding-left: 4px !important;
}
.super-form.super-field-size-large .super-keyword-tags.super-filled .super-keyword-filter {
height: calc(34px + 2px) !important;
margin-top: 4px;
}
.super-form.super-field-size-large.super-full-rounded .super-autosuggest-tags {
border-top-left-radius: 23px;
border-top-right-radius: 23px;
border-bottom-right-radius: 23px;
border-bottom-left-radius: 23px;
}
.super-form.super-field-size-huge .super-keyword-tags .super-autosuggest-tags {
padding-top: 0px !important;
padding-right: 0px !important;
padding-bottom: 0px !important;
padding-left: 0px !important;
}
.super-form.super-field-size-huge .super-keyword-tags .super-keyword-tag {
padding: 10px 10px 10px 15px !important;
margin: 9px 9px 0px 0px !important;
}
.super-form.super-field-size-huge .super-keyword-tags .super-keyword-filter {
height: calc(32px + 20px) !important;
}
.super-form.super-field-size-huge .super-keyword-tags.super-filled .super-autosuggest-tags {
padding-top: 0px !important;
padding-right: 0px !important;
padding-bottom: 9px !important;
padding-left: 10px !important;
}
.super-form.super-field-size-huge .super-keyword-tags.super-filled .super-keyword-filter {
height: calc(34px + 2px) !important;
margin-top: 9px;
}
.super-form.super-field-size-huge.super-full-rounded .super-autosuggest-tags {
border-top-left-radius: 28px;
border-top-right-radius: 28px;
border-bottom-right-radius: 28px;
border-bottom-left-radius: 28px;
}.wp-core-ui .button,.wp-core-ui .button-primary,.wp-core-ui .button-secondary{display:inline-block;text-decoration:none;font-size:13px;line-height:2.15384615;min-height:30px;margin:0;padding:0 10px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box}.wp-core-ui button::-moz-focus-inner,.wp-core-ui input[type=button]::-moz-focus-inner,.wp-core-ui input[type=reset]::-moz-focus-inner,.wp-core-ui input[type=submit]::-moz-focus-inner{border-width:0;border-style:none;padding:0}.wp-core-ui .button-group.button-large .button,.wp-core-ui .button.button-large{min-height:32px;line-height:2.30769231;padding:0 12px}.wp-core-ui .button-group.button-small .button,.wp-core-ui .button.button-small{min-height:26px;line-height:2.18181818;padding:0 8px;font-size:11px}.wp-core-ui .button-group.button-hero .button,.wp-core-ui .button.button-hero{font-size:14px;min-height:46px;line-height:3.14285714;padding:0 36px}.wp-core-ui .button.hidden{display:none}.wp-core-ui input[type=reset],.wp-core-ui input[type=reset]:active,.wp-core-ui input[type=reset]:focus,.wp-core-ui input[type=reset]:hover{background:0 0;border:none;box-shadow:none;padding:0 2px 1px;width:auto}.wp-core-ui .button,.wp-core-ui .button-secondary{color:#2271b1;border-color:#2271b1;background:#f6f7f7;vertical-align:top}.wp-core-ui p .button{vertical-align:baseline}.wp-core-ui .button-secondary:hover,.wp-core-ui .button.hover,.wp-core-ui .button:hover{background:#f0f0f1;border-color:#0a4b78;color:#0a4b78}.wp-core-ui .button-secondary:focus,.wp-core-ui .button.focus,.wp-core-ui .button:focus{background:#f6f7f7;border-color:#3582c4;color:#0a4b78;box-shadow:0 0 0 1px #3582c4;outline:2px solid transparent;outline-offset:0}.wp-core-ui .button-secondary:active,.wp-core-ui .button:active{background:#f6f7f7;border-color:#8c8f94;box-shadow:none}.wp-core-ui .button.active,.wp-core-ui .button.active:hover{background-color:#dcdcde;color:#135e96;border-color:#0a4b78;box-shadow:inset 0 2px 5px -3px #0a4b78}.wp-core-ui .button.active:focus{border-color:#3582c4;box-shadow:inset 0 2px 5px -3px #0a4b78,0 0 0 1px #3582c4}.wp-core-ui .button-disabled,.wp-core-ui .button-secondary.disabled,.wp-core-ui .button-secondary:disabled,.wp-core-ui .button-secondary[disabled],.wp-core-ui .button.disabled,.wp-core-ui .button:disabled,.wp-core-ui .button[disabled]{color:#a7aaad!important;border-color:#dcdcde!important;background:#f6f7f7!important;box-shadow:none!important;cursor:default;transform:none!important}.wp-core-ui .button-secondary[aria-disabled=true],.wp-core-ui .button[aria-disabled=true]{cursor:default}.wp-core-ui .button-link{margin:0;padding:0;box-shadow:none;border:0;border-radius:0;background:0 0;cursor:pointer;text-align:left;color:#2271b1;text-decoration:underline;transition-property:border,background,color;transition-duration:.05s;transition-timing-function:ease-in-out}.wp-core-ui .button-link:active,.wp-core-ui .button-link:hover{color:#135e96}.wp-core-ui .button-link:focus{color:#043959;box-shadow:0 0 0 2px #2271b1;outline:2px solid transparent}.wp-core-ui .button-link-delete{color:#d63638}.wp-core-ui .button-link-delete:focus,.wp-core-ui .button-link-delete:hover{color:#d63638;background:0 0}.wp-core-ui .button-link-delete:disabled{background:0 0!important}.wp-core-ui .button-primary{background:#2271b1;border-color:#2271b1;color:#fff;text-decoration:none;text-shadow:none}.wp-core-ui .button-primary.focus,.wp-core-ui .button-primary.hover,.wp-core-ui .button-primary:focus,.wp-core-ui .button-primary:hover{background:#135e96;border-color:#135e96;color:#fff}.wp-core-ui .button-primary.focus,.wp-core-ui .button-primary:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px #2271b1}.wp-core-ui .button-primary.active,.wp-core-ui .button-primary.active:focus,.wp-core-ui .button-primary.active:hover,.wp-core-ui .button-primary:active{background:#135e96;border-color:#135e96;box-shadow:none;color:#fff}.wp-core-ui .button-primary-disabled,.wp-core-ui .button-primary.disabled,.wp-core-ui .button-primary:disabled,.wp-core-ui .button-primary[disabled]{color:#a7aaad!important;background:#f6f7f7!important;border-color:#dcdcde!important;box-shadow:none!important;text-shadow:none!important;cursor:default}.wp-core-ui .button-primary[aria-disabled=true]{cursor:default}.wp-core-ui .button-group{position:relative;display:inline-block;white-space:nowrap;font-size:0;vertical-align:middle}.wp-core-ui .button-group>.button{display:inline-block;border-radius:0;margin-right:-1px}.wp-core-ui .button-group>.button:first-child{border-radius:3px 0 0 3px}.wp-core-ui .button-group>.button:last-child{border-radius:0 3px 3px 0}.wp-core-ui .button-group>.button-primary+.button{border-left:0}.wp-core-ui .button-group>.button:focus{position:relative;z-index:1}.wp-core-ui .button-group>.button.active{background-color:#dcdcde;color:#135e96;border-color:#0a4b78;box-shadow:inset 0 2px 5px -3px #0a4b78}.wp-core-ui .button-group>.button.active:focus{border-color:#3582c4;box-shadow:inset 0 2px 5px -3px #0a4b78,0 0 0 1px #3582c4}@media screen and (max-width:782px){.wp-core-ui .button,.wp-core-ui .button.button-large,.wp-core-ui .button.button-small,a.preview,input#publish,input#save-post{padding:0 14px;line-height:2.71428571;font-size:14px;vertical-align:middle;min-height:40px;margin-bottom:4px}.wp-core-ui .copy-to-clipboard-container .copy-attachment-url{margin-bottom:0}#media-upload.wp-core-ui .button{padding:0 10px 1px;min-height:24px;line-height:22px;font-size:13px}.media-frame.mode-grid .bulk-select .button{margin-bottom:0}.wp-core-ui .save-post-status.button{position:relative;margin:0 14px 0 10px}.wp-core-ui.wp-customizer .button{font-size:13px;line-height:2.15384615;min-height:30px;margin:0;vertical-align:inherit}.wp-customizer .theme-overlay .theme-actions .button{margin-bottom:5px}.media-modal-content .media-toolbar-primary .media-button{margin-top:10px;margin-left:5px}.interim-login .button.button-large{min-height:30px;line-height:2;padding:0 12px 2px}}@font-face{font-family:dashicons;src:url(//homelive.pt/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);src:url(//homelive.pt/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAHvwAAsAAAAA3EgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAQAAAAFZAuk8lY21hcAAAAXwAAAk/AAAU9l+BPsxnbHlmAAAKvAAAYwIAAKlAcWTMRWhlYWQAAG3AAAAALwAAADYXkmaRaGhlYQAAbfAAAAAfAAAAJAQ3A0hobXR4AABuEAAAACUAAAVQpgT/9mxvY2EAAG44AAACqgAAAqps5EEYbWF4cAAAcOQAAAAfAAAAIAJvAKBuYW1lAABxBAAAATAAAAIiwytf8nBvc3QAAHI0AAAJvAAAEhojMlz2eJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/Mc4gYGVgYOBhzGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHD4yfHVnAnH1mBgZGIE0CDMAAI/zCGl4nN3Y93/eVRnG8c/9JE2bstLdQIF0N8x0t8w0pSMt0BZKS5ml7F32lrL3hlKmCxEQtzjAhQMRRcEJijhQQWV4vgNBGV4nl3+B/mbTd8+reeVJvuc859znvgL0A5pkO2nW3xcJ8qee02ej7/NNDOz7fHPTw/r/LnTo60ale4ooWov2orOYXXQXPWVr2V52lrPL3qq3WlmtqlZXx1bnVFdVd9TNdWvdXnfWk+tZ9dx6wfvvQ6KgaCraio6iq+/VUbaVHWVX2V0trJb2vXpNtbZaV91YU7fUbXVH3VVPrbvrefnV//WfYJc4M86OS2N9PBCP9n08FS/E6w0agxtDG2P6ProaPY3ljaMaJzVOb1ze2NC4s3Ff46G+VzfRQn8GsBEbM4RN2YQtGMVlMY2v8COGai0Hxm6MjEWxOBZGb+zJArbidjajjUGxJHbgUzwYG/EJPsNDfJLFsYzpXM6Pmcd8Ps1BvB8LGEE7W7KSzdmGA9ifgzmau7ibcUxkB7bnHhZxb+xDgw/yYb7GU/yQp2NgDI9xMZ61sWVsFZtHkxb5+ZgQE2NSdMYmDOM5HmZrfs6H+Cbf4bt8m28xhb2YyjQWciDHxk7RGg2W8DFWxbyYE20cx/GcwImcxKmxWYyIGXr3l7MPp/MAn+PzfIFH+Co/4296Q2v+wdvRHP1iQIyKMTE2ZsZesW8QSzmHi7mFK7iWsziTs7mIG/gAl3Irl3Az13A117GeC7iSdVzIjdzGMXycP/ITfskv+B5PRk/MjT1iCPuyLAbF4Jgds2Jj7uOj7MmX+DI78hfejBa6+Kxmekp0s5TBXM/kiNg29uaNmM5p0c6fmMmMGMbLMZS/8w2+zh78lPFMYFvt9Ul0Moax/IA/s5P2+hy6mcXO7EoPu7F7bM1feSR25wzuZAN3xBasiJGxDSfH9pzLeVzF7NgxtmM0+/FK7MLrvBNTeZSXYlP+wO/5J//SV/2O3/Iiv+EFfs2veDf68xHOj53p5Yt8n72ZG6MZzhoO5wgO4VCO5CgOY3VM4S1epYxdYzKP8QSPx3xu4v7o4Fmdydbo4j1eo+IZbdaW/+Gc/L/82Tj/0zbS/4kVue5YrmzpP3L1Sw3T+SY1mU46qdl05kn9TKef1GL5J6T+popAGmCqDaRWU5UgDTTVC9JGpspB2ti4TOMmpmpC2tRUV0ibmSoMqc1Ua0iDLFfwNNhypU5DTJWINNTQGqRhFos0DrdYrHGExUKNIy16Nbabqhhpc1M9I21hqmykUaYaR9rSyM+7lZGfd2sjP2+HxRKNo01VkTTGVB9JY40HNY6zyGs23lQ9SRNMdZQ00VRRSZNMtZXUaeQ5bmOqt6RtTZWXtJ2pBpO2N1Vj0g6mukza0VShSV2mWk2abKrapClGvtumWuS1mmbkNZ5u5HWdYeQ1m2mq+KRZRl7v2UZ+9p1M9wFpZ9PNQNrFdEeQdjXdFqTdTPcGaXfTDULqNvK6zjHy+vUYed5zjbwee5juHNI8I++f+ca9GheYbiTSQiOfp17TLUVaZLqvSItNNxdpT9MdRtrLdJuR9jae1rjEIu/tpRZ5/y6zyHPZxyLvkX2NtRqXW+R13s8i780VFnmdV1rkc7+/5SKRVhnPazzAIu+7Ay3yuh1kkffdwRZ53x1ikc/0oUY+f6tNNxTpMNOtTFpj5LNyuOmmJh1hurNJR5pub9JRpnucdLTpRicdY7rbSceabnnScUbep8cbeb1PMPKePdHIe/YkI7+fJxt53muN/L1Psch781SLXPNOs8h74HQjv4dnmLoL0plGXuOzLPL+Otsi781zLHINOdfI8zjPyPM438jzuMDI8/iAkedxoZGfcZ1FrlEXWeSzebFFPpeXGLlWXWrkfXSZkffa5Uae3xWmjoh0pak3Il1l6pJIV5v6JdI1ps6JdK2phyJdZ+qmSNeb+irSDaYOi3Sjqdci3WTqukg3G29rvMUi3123WuQ74jaLfEett8j1+3aLXIM3WOQafIdFrk93WuQ9c5dFPmd3W75G0z2mbi8/ah/1fRRh6gDV85t6QYpmU1dI0c/UH1K0mDpFiv6mnpFigKl7pGg19ZEUbaaOkmKQqbekGGzqMimGmPpNiqGmzpNimKkHpRhu6kYpRpj6UoqRpg6Vot3Uq1J0mLpWitGm/pVijKmTpRhr6mkpxpm6W4rxpj6XYoKp46WYaOp9KSaZumCKTlM/TNFl6owpJpt6ZIoppm6ZYqrxpMZpFqrvxXQL1fdihoXqezHTIq/TLFOnTTHbUJ0tui3yGvdYaH3LsNDXlQ0Lvb5sMnXplM2mfp2yn6lzp2wx9fCU/U3dPOUAU19P2Wrq8CnbTL0+5SDjTY2DLXe95RBTEqAcasoElMMs195yuKH6VY4wJQbKkabsQNlu5O/dYcoTlKMNrXs5xiKvwVgL9RblOFPuoBxvvKFxgimLUE40VCvLSRb5Z3aakgpllymzUE429J6VUyzynKYaL2ucZpHnPd2UcihnmPIO5UxT8qGcZcpAlLNNaYiy28jPPsfIz95j5DnOtfybg3IPI89jnpHnMd/I67TAyOu00JSzKHtNiYtqoSl7UfWaUhjVUlMeo1pmSmZU+5gyGtW+prRGtdyU26j2MyU4qhWmLEe10lBvVK0y5Tuq1aakR7XGcq2uDrfIX3+EKQdSHWlKhFRHmbIh1dGGamh1jCkvUh1r5GdZa6E9V51iSpNUpxq6d6vTTAmT6nRT1qQ6w5Qnqc405U+qswy9l9XZFjo71TmmdEq1zpRTqS4y8jpdbLyi8RKLvP6XmvIs1WXGOxovN2VcqitMaZfqSuMljVeZEjDVjaYsTHWTKRVT3WzKx1S3mJIy1a3WN8fbTOmZar0pR1PdbkrUVBtM2ZrqDlPKztdlH+Vt6jAlb+qG8a7GJlMap2425XLqFkN9Rt3flNWpB5hSO3WrKb9Tt5mSPPUgU6anHmzozNRDTDmfeqgp8VMPM2V/6uGG9lw9wtCeq0ca6i/rdkP9Zd1haC/Wow3txXqMoV6zHmtof9fjLFRH6vHGWxonGK9qnGiUGidZ6EzVnRaqR3WX8ZjGycYTGqcaj2ucZqFaUE839N7XM4z7Nc60yPOYZTyrsdvybyfrOUZe7x6L/PPnGu9pnGe8pnG+UWlcYDzzb8iLsxoAeJysvQmcJMdZJ5qRlZmR91F5VWXdZ/bd0511zEzP9PSMPKOrS5JHEpJGI0uyRbUk27KMMMuitVU25lgW+cAyuGt3f17A2Muaw6bHwMIzC5g15jFlMNcaA7vAmp41ZtnfW1h48PbVvC8is46eGZnj97qrIiMjj7i/+H9HfMWwDPyh/wddZTRmnWEaYbfj+cl/F4dYcErIc7BgIAHDv9ftdDtnEASbkL7ZRS98qimf8DXL84pOsbr/qTWMc6Io59OWVFC0WiVfkDTFUbEr5kQX/8mnmgpniLqtmTzGQ7gb0rGH4Q5NKuTLdU0pSJZZUDHOY0yKFpfvV9CvMCpjQGyziBwdVddQaxvZbYyY7uVO5/Jzlzvdy898EP0KjXYuv/mxzvi3Pvt68ih9fohGTJph7GjTKyBHWEa4Xas2T6NWZ3DoFYteNIjcYhGNiu4VtzgY0MMk7y+iX2fKTASxTrsTNsMmruIN2hg4aZJtRFql20GdbvLv+cW4vdBvI4RYLKqYU+or9XVPVZRUyg/8SMnUcjl//ICnYlHgJT29YkoCVvOrC+iHUqwoSIKEkODnc7WMlgm8IMOynpI51lipj39AdxQ/LemylrKkak3J8VxS1hHUM2SOQT/WBOzjUMBurd0McdhthrV21OmGXb/TbUeu53d97PkR3uy0mlXB8dDoONYXOgte0At8OOq42xWMhU7o5XuBB0ddOP6l8urqzurqKOeH8Q30CT/YTZ44flzQQ5LwArltZ5UUKUXL9Qvo5xmJ0UkfICgWlMdvR9h3K22/XXPRMMx99KO5X+i3hsPx1VEfNZPzaGF/f/+lwWD6nq+i/8x4TJU5DnFoYQPpCAYs1MBATRiW28hLkVMyWh2vg7sevWWNpdd8GMzeJvqsaxhu6J7IP2uW18xnsU5OTvz2PxctX/xO0fTVZ0VI8o6fWIb7FtzjhWetyir693AP3KjjZ821svlsnpwYxvhL/1z0TYRpGNFUT9eXZ7dWSLE5WvZr6BpjM3lmielA/7RbzWUU1nCtKsCI9KLKZifc9Byh2mx1/MiKI9EmNA+G7pqcop6hLFf71WXZMGTEKMYw12i0m83RgISBgHv9KI4dXpGNKDJkOBifbLbJXeH4L+nd7LvelXuExqBYUjzJ0G8yPKPADHOZHIz2BrPIQPch2lMGCtswWqCjfHJeilMbPgwtGpArFdKNb37zm+3BINj7+n5/t4XpyX+n4XjQv4r6/auDFmq10H1PPGE///zWQw/bly61lpf3Hn88/fzzaRpGj1y69Ah8dyL4S8b076P/RtuN9jiGDjfYGoznDkw7bzZ8fyJrWdnCPfVjvWYv+6tprZA5dy7UHSfvOOjnsufOZgua+aD4ePQfG68twK3fQi7knckcJ/QhRdqia1UsPnIrVjREzPhwdJ2JBqg3Pggi1EvG4GfRLzMYWqkGcWiITpHF0Dow14GqkG46g9qtbscnFwyE7rv/2P1CxuF+079W0kqFzFNlpewpZSx9FpJtHt+P3gd3YN7xW4VrriaJZcWDW96QLVQvQbKdEe5PaNgfoD9mYDghyKxJhzWZSJTINGOiHHY9Os6Rsv6D6+6G5Vi8trZ9B3ayaU/W5LSB79hedzbSdppHB2s/sK5xEN1wyS1GWtYkP51x8e3bSfp0zo3QFRgXy8ztMGqtVrNWqQquFY/YRkSG7DKi4/M0qpFBugXV72x6rj9/VkDzd7bRyFDGB3QM9xTjOpNVDEPJirI4jQwCcjXACg5IEon0UYukja9C+F2GazQFDFWHyMsk8shNKZN5N2IRrB0R8wBzGVaAqo6cItrcRq015OsIr6Gw021WsQALXgER6t6EZux2Qph7ReRvdrpeClK7HZg/zRDuhgMl8ckS6cGITAG9F3Cne7j97Pb2s28nwTt535RWSrwh2YLEsaInNyqcqAeSXpDa60GR5QwO/x92iuU5JImKUMAqdLaPc4WgYpXltMln3DvfbZQk00McyyRvheCjVh6XI81SBFGxJA1xWgbZnosUxcgG9omKKWrjrzielrUlQ8EplktxUr6TFnguldILS0iqr4Tn0JsESTM4RWFg1s/aaAFWjlPMG29oJRtinS40BtS0RhpICGmjkVUvJO2jo2YXmsrzyaXmOnLXYCKQxvPIdCUDFK7FLUf+BZc0IcS2WeiAuTZTeUlkeV3lUq7Ga6JTNNQ0JxliKFsPWTlWQk7uQmpTcQRsBxBWNZ9nWVZjOY7n0rwoaBiX/BrmIDGFrbKSYhGbUrx7X3/M9eebcPxLWEKiyIoFQ0urCPE4lTJVhDmfFwsZS87ZXAlaS4BLLMe77xQMSYYsDF7UeFbiBMnzcx5b9FRXF6DAdU8xpAa09tqWZTptaE5rrk3TTIYpAK1YYNZgDJ5gdpjzzC5zkXmYeYx5A/PMDW3NR55fa3bbMLIAXvm1dujWyFgjIYZvJPiRW2v6pAlDWELJ9D+N4ABXyHUYpPCGELoJQpKSglO4kzyJ55p6/Ndnkdg1vti0RV6V2Mdqtwui3XyMlZpnOaMrBo9dlB4l1565wEP6ZQTpKfO4yCLpuJFqrqn+sfL/8tXVcnlV9TdKf+lrq+Vj8038f9eqlR+7z2hoeq1aO/8N9xla4w3na9Xz9Ur1wvnqbffqDc249x5I1b8hSa7Wq9VKfa9e8JbPFurL4/9aK3or54q1JW9Kh2h7nmTuuGl84s5kbIUwKEndaSQeeHS0wsgssnS+kqGKJ3fPtUjwNGAuXUqrvMilMvbpNdYo2Xb/LCBRjktrupgXZFHXontdG/NVuRMoJtAkTeXE1JGx9fndlapnq1jGHAFfkrxoq2pu+96Uk81nChYrcDbisF7K6apsqvfV1pqXli1d0hVBlmd49zfQFxgHxg1DAE6yqjRhvmAfIA3vJase+nj2Qvm77E7T/pimbZ4t3XXHXbI+/jD2DMMDBJTV9Y/Zzbb9L8rnN3XlrjvvKu18GhsE/Uzz+RlY9xxY6xlUJQ2yDjO5s+l7CdjHXUDbBTqDq+RiGzB3hBjH0CSBSwmW07MtPgUTQjWcC4VOOVerHrv/WLWaK7ZLyNYVW7e0Zr5czjc1S7cV/dx6tZPfwRIviryEdwrtygSffwHquwXHJmE0CKILm8YU2QHJIFgWlxCBr9toHU0uzI4Avj+j+2njkW2T41Kav6Zxosw5mllWXjl5SbtvLS3sfFAVRN5NYSWluT6HZdYIntR5AX1GEwT99QHQwxQGTKqlZIFzBcxrr2wL6bX7tEsnX1GrmuZwsshpGz45GKcfUhyfFF2gnYbRb1F0WwT0vcXcyzDtShv4AjZcY3G74ls1i9cJAWwDCoXx522jNehZD+gfjM5tBHO9SwhqkRDOW6QhZvtU67zjpHffsHmdObyKHta6gSqaq25g38/JmIUVBF30o4zAszLPLVRsJSVLbErncmdLgsBKAt9ZDdI0zY6w6dkPvKm1cVtGw8F4iPq/EdiaID1hibLW5VNIkgUkKk8akoBkmUdQXM3iWUHm/K6t80iCvJBQtHI8yytceYoTrgBOSAEygkXFrrQrqF1xMRx7qA95RACkaGQAseGwH83G+uQ5QBcVyydPHoyHMMyuMwckgFv5G95vAB6kediAOhsRBPDlJ3kdHqJsD/7G1+Yy3IuG0X70NcpaQNOyQqZHizp5Zjh5pgsd2k3yPdwfAZOyD+hkfPUK5DKXx/T+Btwfwt0ufNHBfmv6wLWoFTGvXj9aL8imFlGIHZevB+HhoNdLyrgfDYd/R91c0qoDWq8oadoj/RDjpF9DP8eYwFvdxzwKJRZqMOXJKh7BEg/TrNuMuX/AcQnPGwJMAoq6eQYR8ttuwVivEaLhRICaYKDDNexWAQH4ruN1XU9nARG2W+jDd97/lsspjl16+vjqgw0eL6dDI4VYw0hjWQC8YhhfcRd0Q4ZJVeU4nWP5XC3dyJR4vAJPuYEmppaW/Ry7cInlJEvWjG8tdRCXaoRBFgkpX+RUJMC6X5M5xGqNFrLSrsyyJU7Scj3ADRmF1dM1zPOsZrCaZfKmGGaUbO2fyWo2rVjmMsOIU16atKMJPFEWaHEFuCI6RslIwW6U8GptwLpd4K3dyZe0+WjcR3vjq6h1rUdY4ZNucbhH/0hahIZwuRf0epSfjqKimw32WnvBXjDpw2uzsYMIk1yxKg3CYR2OW1n6dDBEw1arB3MkCBIaegXKKxIZhwUcAhDKw1Y/OjiI+lCYUT84OAj6zFQecgXtkVFnEylAOBgM4EbUHwyyBwezewaoRWYo8DhosNdH0f7+7BrhCURaNpoVnuWBgiTb6b17cC9P3kNuTXJBcZ7Te3pQHpZKn1APhvPe1x/Np9uuhLRSEYribCaVO5oH4YF8PKRZJDlMrtP3A8CGyYr60/cnbdaoWbQa4bT004xuarMG5X6TCgxvarMeyecM8g/2+gfD4Q3pCEco2BtBHae079MwroDTtr2YlfO9WIBEVgmSoBOWhEJt36OAu0kQ9e9hFokqm0qrvl4IZN8vFng+W1jffMtl11akU43mDm4sSorI1xcUBf1ECnNKWjYV0ZSCjKDywtnOyehksZRqbyxF6/c73idMFKQ9RxcKlj2hR59Evw6UKAPlC2kJfbIA+6SJ12FMYJ+MfsLUhZMItJ/fjRp+F4e1b9D1Vmlrq9TS9ai8tVV+dOnUqQdObS3HEqRzlfbZ+s74z8qdnfoO+mfxfeT+cgT3/+KpB7fg5mwsRMqfUL/3xHee0D54ImmzX4dylZglIg9gdZagO8p9bLNrrE4Hmb/N4ma7u0EkFd0memzzJI4uv3mjvqktSQvFxgMXQn717gcu2Mdekteyl9+8LaJstvcC4tBPwtkbTuIgfbKeK22aNr0Nbm5m7v1gZvOk8EdY4V988WIHsTOaPQLqKQIuNQFHQf/CZOVxFEbJl5AKBOtYfzzid8SI38HwFccjSrtHe9ksjCHyd53IF2MsgT6PPg84YoFpM+cASbyRoKIEruKQoB0ikY3FskB6IblBZbFwreUTmEi6gkoHZidCtZtgSALunG6z1gFcAo8ChiQUXgBSHTkEVaInK2mP01Sd812loe1oWtrQ9ee0hvIRT+fG/zMSTE67y+QcQXiO1yX+OUFbmkQ5/RMQkYXnBD3FvVkWRbG44KQkvZ7VBEtkFcWtB/UsSnNekE2pluundX0HOADHAG7gLZr2MU7XT7R4XrvPFPQXBI17q6Bq3HMCWhLIgcYvvJVX9NRbgHgbb5btpbyIFUkLmpqAjaLipoNcY4Yr/jX0jUAkJg1YjmqwBLVblC1YQ1XBdQBmFaCVSIetIcS4xX7xxaUqAt4x7Zt8dZnNuyjyC0Cb3eJvbNW6MiuximXBlBK7jeN+KO/siM052jAkXB8iazX5EqFeBfKroUGvD6uOjvq6gvot+NOV0UjRp/Laa/Ac4Pxuxa3A6mi1OhHQeiLR6loE4xNJy2aHiqBg6pTJUTGMbWA94NOLVkuoVVodDwHVP4ICgqvHhzwVnKPp+2FCo8hK3r6FrBp5e1RBwyh+5+EhkbCgAGDX3tz7pu1I3nECxiJjAxyB8rnwOSr3EWoTAVByrIaThDYVAfkTMd0oWi/6+cAtFt0A8tA0CKJJJFgtR0PZIBwKOjyIiuue1ysuFUmSfJyjwp9WHHLHyWEvW149OKAMjZHMHbJmS4zP1OnseRuUmXR1t9PuNP1OE2oOk8GLNrudIxxkqhpLdoC9idUL3dm923AVGKFOd9PBG0QgC8QYLpK51N10McFDRC5C2CcBw6vpC18omTkO4ccE3TVyHBYs3TO01e7j3e7jz5Ggu3B7lrO4Uuvhpx9utR5eFXTHDDiZswyn+GjzfMbyMR8UzaKt8Szp6nwG81kvqBRE4XgtYxpcfmV1c/2e9fV70JNL3Ubt7Z4gCx/JlV1rJe2kTbSc5APB+IVCjnf5Ns0IgrfTu2yPrSOpnGM5JH9T2t/2bKyzqRTiX0wvV8sriqyXuML6Pa+7Z500a6KIgeGgAhJqAq06xewyj9+gjfHnmxQfvYKLMFbwNnCQTUzGARkPRP9A5RxRi1A3gw3pCghgdcLOI+bC286ff9t3k+DCuefPnn3+3SQ4t/XU1tZT30SCZ1y7FOpBZeVyaWVle2XlHs0xVMyzbNk1sqrU6XQaviXyLMpxItZVU9FYJnkhBFryQgiyyQshWFHxRjnwhIVcaSUgL91eGRiCqaU1Q+3kHXiZ224j18w5vl0PfJrfhHZfgbki0hm9GNNuuxVCq0B9u5MIbpOpUIgT5+I+UKcbphE8MFHFbVJYsA3tOtE2uXHznkZTdd1hVjZNx9gL6BzaiydGcuhvLPhlL/DK/sKG7S6JtqfaVaJFEpcWDkxHXZIqtmYcu/j6i8d0wy5Ljqc66CCTkwuuacjJ8b2PKIYpHw3M/Lp+xvR9c3eXhGf09eOer6WwxAkCJ+GUtvoWIWWxAD78Xn49l1vP93zFklhRSgkz3oOsoz5TY9aJlHkiR25S4gHw2sGU3vAVEtYqFHbPxxNqBDdCSHiMLn0DunTF9DxzkfXMwPTYRTgZ/+85IXKdKFAM5ToJtymVySe35uEE9aCxME8qxWPSdnFD9uLDruEZk4sQnfAMA6iHDr2/ypxmzjLnmTuZHh0DzXUK59xkJMyfpqgmKB4FUFs6JubPw66LzyDXQPER/6Eqaqqii6q/6g1VUVdUTVS9Vf8VQ45IdSLZGNKQnh9GwBomH/QmM5t2LctNZ82sbWePnI3/dkQeGZFXTGMfCSL6DzglaMF3uq78FNRznWpkiEIG10IhFov7BE/4AvbbaywlpmSF7dJlF2gw+u6qFBiR95rcbV7HCKSaZbP8Yg4bUbCqOCvbq7a8FrRNKb/IszZ6In1XzQvYwSCV82p3WxIyjcoZ05OffJ+49ZqtWg0C8QOvF7PmTsUwETO3Xo0YjeqLAOz4wK/FiNoOuyGGDyBXDGwPYo7dv1Qe991cUC81R48/rpwU/lCNxMcfln/gY2i0Uy6PD1HgZJy86Yy/4+7b5cpz2jdmxNvvVJ5+dkoT0RfRLzH3MA8xTzDPMS8y38F8ANAGUeKtI4d0sJEIvdsT+NUlgxNaCNqDDtFooh1JjvFAjm8g497zw8nS2Z3QTaLFJAMDhhGMEz8eLXESzJPO5Nyfi6Nf8FbP+KIqpSVbIpyApIr+mVXPdNI1lq8EelPiyJoMa00LviTKSaEWVDm2mguuSSYZ9A/FS/N5HtYm+Ka4gHuNxO3CJBd2BfzILtG5kKBEcQgJ/sbfWfW1Zt41RYUXVNF0cw3NX93xZU1eP6nq1ZMuLDuwxGvkWS0O4ZQ1BPdkVVdPrpvWU/F8i+LDBzgVgA+f2hGwCAhzCyuiqOAohkMJLTlEf0TXKTIHATtTxEygMqxDs5NOi5g1kI6aImPPwfz81IQGRYpSVt5PFHLvV9BptaS+T/VJ3HwjSXvjGlHlvZ8E4y8roqpIiiA5hlhFv6Mo71dLPrl2WonvgOD736iUfRWeou/wS+p70jnbteyMHeh+fiq/eRl9gXHpCsKQqUREr2GXcDmeTway3zQQgTCwWgKxCCn2wB7KfmN6uflAczn9gn6ieSbKamo6WN/4pgyAtoWglmnuOIG90/R8M0QXf6Pu2bZX/0Imh+6ub7iKId6lvmOFy6653x14q17AF1zgZyhdZpk5mZTP5IDzqgE/uAyzP2K6zBZzhmEIYvVr7Wjyxf+AOJGYUElWP4r2WsB8R6NXj/SJwAr+WKZHDtGA4OnWII7T8HCfxOZli7/KNJg1qm+Pp2IN+y4O292wGuumCBtAFk8CCrsA9SiAaaIDzcooQdpeNIMgveza2YyMJZF385X1zQvbJfOgHqqNVkMN790pe0Vd5FIrlV4+36uspDhDlUwtY+1g4BV0jNGLJ+85duy+4zP53K8yAZUUE9kKnqAeKMMWonpcWlLCS4fT4lw8HgTH12F9S/mF4nJYDJeLBT8lOO47F+FvUhbE9Or1nuo7DX+bZI7gK2z7DccX0ouL/+ekGNNyjKActzN3Q+uQpqkRAUsVC3F7dD1SlHYLmKcuEUEkIIOQNShTZ9KcIVGdxv8wZXwoNBqaWb2EspcvZ08WskG5ura4uFYtB+O/MhqczYsqLyqGnQHWTeMaJUfLcBxiBfNZU2ARx2U0Z29ra+tQF1KpzusuHw+8E3eIooAR9JUo3tE5rwoZK6jwgoB5nLJM1RRULKT0QFP8ghmGZsFXtEBPCXgleOWV6Ti4hgYwgksQq8zsLU4jAKExiCCWQJDkuUT2TMgf6kPI6+p4qOq6ivqqjgZFl16C4IAkDhRdVxiqtKH2A7GsZImi4/PMa5lLzOvi/CbacuC/mqmbpCYz8cnXuBTjQapXnyZ2iWxhcJ2hBSThoWbZvp3Wjhx6WhoIDJxNDukgnX7O9h04rUCib1vZ67Cqo9F8ZcffBhfgcxluBJj7UHw4uCExk7Gz/vdoaUe5RILjSfpDpEm0ZC3+EtCN0hF6cRsdc/cy98d8qXV0DXRrFBWRvqkK/lzcJis5kIstRMThkYtviE8oC3Dc437PL/l9+B7GK8NBfKBkBpjwPSApyWFICQsajgdokCVwLkvDHbKE7ZD1aBobfwuRm1+jJCdLiU1Aw2iCBW6u6z+sfu2K241VCvQb1wMwaB/A5y3qMWwNSbn30d7fUe5XDg+zV+gfMzcfRolNDWBnGJ90EsTygW6UmhrVDO5WDVMZP6uYhnp3rx9RId4pmOHq+DeUdFpBa6oZjQ9OPXgKPvP2IsSWhtjbkXpYNVxzuxPbpmEPDa5Fg2ul1dUzq6sIyDaMvqB1OEpMxhKbDfRtgKhX6FxiGk6i8OzW1lhCtWsTdEwbNIrDuB0rVMHmT5lMtAMtCA14eRGv7VTD4zhtFx1NbGzWL9Y3G6LmFMb/QzpXcyv4E9B+Jd//KHAJ8MRT1cgTcadZtCu6k200suTr6EW3VKvLQtknAww+Ezz8x+h/EK1fN5HeAl1M7EO2UaxXpclNCgmbVIabcHaYGlRgYi9IFYRHokKUvufC3T1b05S8bsmOKWmeKuCMVlJ9N49QvaaJMse5Ws4GUq+noctLxYqb9pfrHOIlrr6SNhdKHMvLXDFsWOkFs1qK2mWvUijIImfpHAZ4Y2IuhQQ97aTLnKcVlBNphfV0gDKqKRlmRpJUtbyaSUkim8qs5ooLHitjlnXDO7bOMsxMXzECxFWFsc90owln1rYSRo6M/gqu4ckYiKaD4XDCgFF+pacYaLd/qMVd8Fcm6TiPCngUxNBDdLDnQdrkMyfnGhLrLbtC5psPE4hIzPoHrSsB6sH46rUOZ7wmKWuBacIsPU70OVQoUaWrF4YjDjuzczQpKD81zZtE0EglUNXUntXKgdBJERSr7qJ9hYLk8X9SiA7e+P4YM0doS8joZPEwssIPy2k9lCRidqr5+DvRIIa2B0f4y+lcGs3rEOk/mVOjvagf7cWKpGB8OBrN8T5lZgNijoCtCmE3OpSB9qnoipySo1tEKQt7iZghJLo+jEaaMn7Hm3hoVtSAZRVfNjwT0IuibTwoQEcsKjD0LqKPKg43/sSPSjIhNxxvquxH1LTpp1Ip3h7/S1T4PrgCTDebxuy75nEY0c9QCSkwhW7oRlPhEGI2Lh4bXdm4+OT9x47dj5iDYxc3hleOkZMnL27EfDXLoDFgz1Wmw5xktplzzAXmLoKOPaoogVkkEDRPBN3rKBFzA49HzeLaa6gGM6wm+EnHbRoIkBU++kUbNaOUV50sQimOrWP8VdEVfxnjP8Oup7/DAGjCskjVJE9Vc/eLtIt+KP2D6V+efn/A/lz6B230V3WWwJmMq+bKel104QX4l+FVXxXP6S8Zdk5VPUnTUIpNWSLtZwueege84aW571zfEz6mfoOczY4lbLG0DZgC7APLsoEdxBx/Xbf7uudJcHzpwtLShQdIkEml0Au9LNRslFyEYLyfXIXgO1MIdS6++CKvzPPQQ8CGZYbYPLeILBSTgErN3RjMAB8adgkf/SJ/aqmwoRpK0EzVVtp1BFh7/Zcu1teerKPAkJdOl7N8Iyezwma13ulcaH3gtfW119fn5m3lVXLZQu1al8xlSsdvzOZS74UXdh+BrG7OBK70IKN52pCDY+vVq4Lenjq1VNzQZW2uEqsoSFn80mngZ2flvz2a0pFfR78FfXMnc5H5ZrLSUeUCwWik3JR+ABV0CblI6lJt8gQwd6iomTAePiH1XWroFQe+12k3G1N8Rwu8jNzYaN2jGgtPoAnkCpEeVJv/SpRVCTCwkTZYRVUV1kjDoiAi2VnLK36KXauH95cKWSwWyk+t5DVdFRSFNWXTcPzU+K+XycJ9SknBQ1gWJUmRiLxZSxsp8i6k5SWJZWWlgHlN0bEti4Yo29iQDf4Zt1jAjeWF16TTWi57d2OhWDf8vJk2RU1CuiCzrO8ET8bI4EXexrqi8bgAr+NkKS/y8Ir4dbM1hPQTBh4TRl03AcyNmA2HlZ2qRKKQtK4LLdkvekRnMx4V3QM4/H7YbofLGVtR7MyAkNknHRKOogc2Lzu5x4LpuP499HuA0pcSucBUnRZLBKhdEZ/YLPqxgeMZFKLPOW17HeYrdjEeiI6YFkVjzR5/ryMJMi9aaddVV1Tbeddl9DnbXktjnIZ7B6KYxq5ordvta44NN7hu2hJ5WZDgxjm6OIhtX7qRVbPh29sn5iSxrQbDHFnfBBhlDbdrAfFEzHAI38ceG1997LEb7kF8G1t+G42uT25CLbiJTeSTwyQ/K7JIfkQ91aOmKOQ7zY/cR/TlGoqLMiSq7CltuEJl3Izt4nal7eO23+66FTfsuoMIZff2gmh8bW8P9XrNj0a93WiYHGfl3Kd2DaQmoVuzIrdLjAuAyx+h05fHo8uXX3wRRS++OF8vYnNDauW3ocxtPBoOye2foVV78cXxVXL35P4gtgWwI8igFu0NBlAUgpjn8SkP6//5yT0NOvWcmIslmpxONyIrB2FxiRiTMr01eiWWvU8vRERwQHM4L+sZ03XNjC6zKSnFcjyyrbKlOarKcXII8A1WEJIuiaqoKBBIHCfxyNLzcel+l5PTQe11tSAtcwDmZFZK1zohAAaJk2XuPQs5XUQSL6UEUbWWLFUUUpLMs6KeY+b3FxApzXGCme3KBNcLFNcjAEaNVoxOyXaCmOndjBUwcTI98XHFrRxHL2tOWh0/r9g2+nZiEQUcuqSnc7pK2M20qSmiwPNQFNWsmyoU5o/pCDq0lfHvahabVtGiYo9HZOjsyTKVoV4h3PKeqXmmY8LH00wRK6L024SeitN+0RgPOChih0w0jncTvSjBZ3S1A1pgT9DXzVASd+NNEtNNFJXplZiZ2ew8gXbcDF3+Mp+K4dmjMTz7TzFoe+nrAMTtxXG0HV96m0GNKfu5czW6uh6vnUPZOK0VI7X48563EdnAcnc+rRe/ipnTTYqMA/U7BjzwvWRVn4h2gYUltmEA7dq41enW4tr6sN633VildpqqJWEMzieRIRmtEXNBmob6MTm3KFvaymcCQFYPXYaA6nWOXfTXgslJZUW+HDhZ7uyjxy4iJibTsQgtCoptR89oduFPdV/vaRkdTnoQfZOgZ/QenEBSFATaos8WbXJhrn4yrLRrgNFuI/jM/sdXJZo2jU+b5fDvXZnvi9tgiUgIUf8fWpW4IQ56u7ukSvP1Kty6XjdXA99Y1VvXi3Q5Dif1+sjRysxquXFDvaBve7uzer3jSEX6R2s5uLFeQOppxebHoworLtmRdPv8eHSPjsOv3Vc39e1kHP6T/datqzep08asnnNjMLh15eZ6aXC0nrfspzv//+mnkFrI/YO7yVy+K3359D+2n966Ak9vz+tGVVqvM6SP5sD/TS0f/p0JlNuaFPrviqK+nsmRYkJweLTM/Vl94KDvkavwTQ5zmG5ELSfrsxVpAmgr7QQq0/WJJ9KvCPdQn0gEBhHZFQTs/gDO0MPjq8HhIdkzdJ2RgezKQUAPRH177cqVYX+ebyFtlbmRYwrn9X4zLumne71o8jnCHR3OXWDm94hhRidWjxE1zfXJDI7aaC8aX23t9waDHuCk0WjY2h8O52wlfx19nuzIRMTGhAzGyVZaujuhGAvbO/EOrm0YeGRnG6zFnSb6abVQvuvsome7fNrAAPEVwRZ5XledQOSB3xZct1sweMPJp5csQUYve7aTquzUC13XJdt9eDlnqzrPi46gmIIi6K7g2h5b2jElKTOzF/499AcUE9qw2vrddRb7tu8JBkv3sX6k8smqUflk/csPKEj+fz9Z/3NTrXxf5ROQ9ok6Wn5AKcrj+if/pyKlZjj+t9FvA75KA11h7JpVadfIrDIQAL12t9M00Bnk9wHBjtBTFTEjQc/uYXa44791EQ3GBxG6rSKyOBiPhn0p8z3+zlsXJ+/9CXQA8zvZQ0oKCJjdI8w80eqip85LCI/eWxzh3On35t+z9978e9EPn5ey4ucL7/m8iO57X/59PwVp0zk1s7WmVltk/PHJEfWvoiygnmx8AJJElFM0ZL7W8/7k+egwsUPv3/T4qz3vJ/mTIzo4PCRm+TS84fGkLd4JmNiAFi5BG1sxO0j2FhAGF7djARyONqk9xPAb26eDohds3Vaq5YNMEC4eD/KQDG29WmlilgsLK4vvvssK08eXfG8OcxP73ijG9RExFjscDK6h4bXeXr/HzMsJeGppTq17bbJBAx/2+9nhsEdD1O+TXb3XGXqY42euUJ4c4He35nb9ShcazweEj6M2DiuY8DgfOHmy3C8/Me4/AYc4joYQR/c/MYbjXvnECQieQP1JfGqL99FYZkLkXgImwnSK5qlQD2YbEa/HWnmAxcxGlNaX9l/XsOwHP/CAbTYe23dVU7Qi9E3d9kYtl4P1qBquv+be+25bDytwpiuGWdlod0lW/LQuRN4d750FnsKtQaZhF/OkLn7Kx1C5CqlleDAcDvZKx59Ezl7pyeOl6taTpfEIolvE2rhfevLE7f3SiSfR7ZXHT5T6EH183qZfjTWZM/IPND0kBnbAqBLBBg4JGoY+BwbWxYkQoYoOEmIOwfcvqJahGJpXMCuNUsNwdbGJ9ayuZ+eXBUXRXeD2bdmo2MWs5RuKIt0rBCqQ+ilWv5aMXzIbParNrBIZCLByRBsTEaaw1iDR5Bslx95h0O9H8LnOHB7AMA/6ox4Z4kE224suPULgZ6/V2o0ich7N2viGvREomW0TXUk8a8jWiMM+0G6YNjD69qiqprXfn7Ph/hcxL4lgduBaN+rCF31L546O8aMmDWHSRdFhazpPR/Pz1AbWaP4/Fr/Ofw8I7qYqoUR/fm0qv/0a+nNi4U/XP3d+G0H89V/lGtF4VZI42RUAte/3okE0aME36s8njAbZEcpCFAHbPOj3e63p3+DatdHBwX6U/O3GqXM6Irpyo1o83rYQVVeR5Zou5TROkZIPLHzv58vtYrFd1kzbjD+BZJrmAI1K7TPt0r5smjKKSDge0XgPbtm72mdmtnNXoG3uZy4zTzBPMU8TqSCwpDCHHYOsuLVuwpOvI+KBoSoQDwcdv0kn9wakwwwgUu4OoXs4hhk+NTskeLUauqS4rdRml7wL+3w0Gz9okDJYIcUv3rFSYgWWZ/mUgkUeiYhs+dwQZRXWUlW3dZno1JEp8KoIHDyHeJlXeMzLoRdxnJOuyOO/uEb/UImFl/Apll9Mp4speI6XOY4kpFhR5j8mcgKv6ByWDZ7VeJ5Np1iOg7U9xad53VRQTby3n9XCYAj/8+0j0l26K8xF5uuodg37Z4iBFSE5wDtSC8GYPGB/mxJAWCbjy5RC+ARguBMMBotEtQntMls/yObSIVRDFdGdh4flFc1ICRw2LFnFqqCoQiplZGFZqtimo8tY5g1Fw1hXFQXrWEs7nqbJWgXWvV4/0CQsn4+CD6WRCvVUDRWzgqDzgiBAPY3A2AzuVjXF4FOqKFiCiVOcLViGrCHE6lYwoTNXbk1nanStxDAN/HbUoAQg/taS40EfZnJACA2aIzTDbJbqbG9FaGZ+Qip/nxGPBv+h3C6V2mUFWHzTIQZSAYxqMth32qUPUYvqiNhIjqlFHSJqnSlNGQFV02FmrRAkAxO8O7WP7t6kjiUG6sTBAqGh6PRt15nXnIplF98XkhePhyQMddRqXd1toVEvCHqJCimAq6NJQaxTp34Q5vvgpjJs3FQG2yJSZ5pWmxkvECM/+ER+Fz5HCvJFkv/4qk7LQ/A7NGgQtDeAqLeywZEijUdxWU6bSdm+eGUwgA+UK6Y5vwj02SaWMd3YCAawMNGDJtvQbpH2F6bipA1htVbbqi2K/Gajsvz5I0nCRrO8/GN5R4fpV7qQ3sy3tm5b74aVm1LmcP5PMQ6lez6RuydapdMo1isR/yLraCY4Rs/lTfPfGavGCcMgh3d9RBS72MM/hHFXdNF35Q0fUOq/M83jptfx4RZj/NUfwi7cgz8ieriLGeYfTm9LqP2Po7ejPpHxTuwVfo0iyHVYh04z54m0jQoEu82YZwZWpK3Htrg4CmHFhPXSfRWsSYhzaeLjgerUQvS9kiTIkrNateoVPy06kp/Jfil3Incyp291ukHBsDSjUHY8y9DN51Z0PiU+lbUsy8gBzgxGffTv2RTnynY901zEXorLHy9++3C4/Jah75oWh9i05tg7y7KnBAuWEtTVjPbBwSgY9qaY4RfQPcxZ5nbmXqCWl+gukK5LhbhhLbYUBsRZIx5YyO49GNWAUagI1IUujwgl3fTxGtQfMCSQRbjQwNE6EqANKN7CG7Uo1sW00AdlS0n7lbSRyvCFbLeeyRknjVwmU83k/LXVtCJhA7MVVpDKa46EbcnVJPbuu1lJHf8FnxMF7vmirJvWG1euoI3AND/LpVzsWAVRdTI7O8vLO8HOzk4KnnbgMVNN27KbEgzFChzZeFB3PNNcQqIvv2ZZzc5kO1eO4I7ZvsUb7O9mOxXjmRh/kn2wxDqmNYzxTDxG3011NDK8L0rVUtBqYa2L7j/2TKt/LP9G5WJzQLTRvfDtszVrSNcsl1oHNMnO/Yl2iyxKr3rycqz7P3Z4uHOLGDXNhngU7N8UmckC9tCArhpMbE8fxob11JS+7RIlej+qd9JOlCn+01LmEA2+pxHabu0D37taDsPS6k9CreM16Kvoq0wGkFsRZmebOQ6YbZtJvA8JOCSKI6AGbBi7H+J9IJEh9qncKPE85MdGp10+hPEGc8NPXBApVmc5JD6InNOWqBInRON3jYatfjQcjT5t2rXEBVH9lBValVUT8ZOL8DzxMKSK1lJIvBHZZ7qmQtwRnYWLo71+9H7rVB1Ol08c92q2uWCuViw3uUSqZE3Xuq+FS2M7LdJ6sKpaBMFHKEGdeA6B3ur4atfQsAcYfdi7zgSICbLDLDlcnQY3JaBREIwH2SzqZ8nfYBCQv2gaBJBCLkQ0IAlTe5QW1VHBcLATtb/XmNgE1SaRQXGpCB9EfH9B7HPxgSgWybEYX40/UxpN+O7V2H9Tbc6WMCSepoghQpVujiTD7QyRe3Q7RL2CDj1zvE/sItCe6VWEFPf0U5hPSannO93nUxLLC089zbGACP/Nv9FfPiSWFST4G0HhnngaCyn28Y2Nx9mUgJ9+glMEWX3nO9Up//1nUJ4i0foR7TAAiAZVQhPvCWTbaIklXpIcYE6uUqvGFoTC8ONEc8Rx3/+ulKygL78orvn/xXPFbyFH3737z19QMM8idPLjHIul2Xy6RnmnLJXkQVZQe8iIbIci0h1i0+T5bwBacGz8o8e+9CM8p1ji+78Hp+UUj4ZrX1yDzx+8hzMNln/DG3jWMDlmprcibUp8pBCL5xvsM3HNnbnCinzsu8R1WDds+0csNT9HNooVXV3t95vN3d2g2QS0V/SuEiMbCHp7RDlTFJ97GQAEDEDC/vfm91onvPuNuUOX3jq/198ql4/Nv1yYe7cNrVaClX31VvU7WquwDaOnOzXAO1LHg4Np5a6tFVumQsSt+nwJRvsvzJUhu9N01rZjqeyRtl6lnmhuUdupT6nmvD+pkHqcetW2/zNZTAluvoJNB+sKruRd2RexxApuz1X8b71VSw1EMSO5haqgati2hGreEVhJlDKKc5fLp47Nt+N8uX06Sm5uw5Aywt1XHx3RAHjiW3ZZfWOwVt07Miom+CHWp2aYPPWGdpPvq6ltWIUg9PkTdGjI4z71bjWUjfEg0Sg+NL7WmkUjRHcc0fvQd8XweH9/NInM2U0RDwRE5mwBE2ABKxAbLSFA2f3+Z56rf/zj9efQQexfY9R6rv4jP1J/jpm3uxJjz4cuGVrdmk109Ras/+7hKHpv/V8+HUXja6NWHx2MgnvfW/9X15ledICy0Wxv/ltgnXCJhQKgpBpxbbaF2k1qggkF+t27t+U7BMltZspL0Zkz0c/euZYW5bOpaLVz51TWNzoq/4/fc+Q1bqIGuAu9SQYm8um2eFpLl61iY7nd/iUJBvlIk8evyNqHt0PDOM4uh6vbH9ZkcjMzlR9cozbYs9VsTgcevxxROQpdyNp8cjzaDeNhtheMxlchoC7KhhOWZrx/7doIWEVgbAOqEpjKGr9EfXW0EwV6CbnYBbK/jtq9bKWy9sBapZId2F7FVNHLEcY8/URXDlK8qesvMUd9oLiJZ5H2xLmYK8Q29oOol615axvBci1YzrY3/GaEBuPBcCQiRGzjpZHKIowRO6Fpv0/bnOiZAXGRJk42GtamGw4npsfxcuFDF8T8RVXwYYwLc9fDVvOAF7NYga+KfUPP6IaPVwOgKuXVK7kG6zgQdRzURC9L3M6OgCfhA1aWpabyB2zWeoCTtOE+NTAfrODNmr+gf5ycfVxf8Gubc3Nusp+e+kCxcMUmIrCEC/a7tQBd3R+PdmOTleFwNBigw/FoHwE22AOIEAT9wax/rqFDsjrajQ4dCZOFBLsJY0NOWp0DRBRKd7XbDds+5KNqo9Vq2I6OPhmxpjL+xUa7fVdL+v7oT8orcJP0W3TQsdPy2gTXIjqSp15FY5vXqbdRN0zSUeC6tR7BG+6+V9wnR+haIEaoX7fXe72iS82X+nD0iru7RW9A/JDO2iZLLVepZcS85TZ1vRdvHid7GMh+nInRg9+ZGH3U2nPmHhEdrFYtFgah4SYVJnxKMWkE3a2YY6AC42sDArnLfgToQ1Q0M30trco8x6KUIGt2ThfZg6yp/AkamuRheHLTJA+Td30eZRPE/obEBGQ0VGVL1VXNkLWspsH7/0Qxs8yN9it5gq9vmrvAv9jTOk0MWax5Q5aNJJHET6Lv1tNpffyNEKLvGA8PYhTXS+xYYpvjcqAJsRFLuhyoGB0mD+jk4fEe5YFI3ywXi29U1UKmamfoXlHlIAqyUA9LVgNtNhYIP019aR2VU2DhFsKLJPH3bC3j2EJ7cWm51ky72tZyuPl/pbWMm8btxcWVatN2tJOQ9jOVjMnzfOOie9KpNlc333R2Nbw5aUoHr1GOq0g9wZ6IuXqHQlLil3KCLaKbIvgm6xrEvP3EsWMn/pYEcmyV/a0mtb3+1rhrfyVOPD3ZtX9scbh4jAZX5+2048/LyViKzWemcghSXonRAK3HfnbKk96HFbfjE7EDkT0kX7oLBBLpytoy3toKoh7wAoP4m+2Nh4P9/XgBRmhfNqgnKOIM6pDu3tijugB9ui6lKDerQ97OdN1oQh+ukN2tRJND1gu+WwPs6TZCtwuMHZSBOGMCxMHDlIJruBuWUNtAUXRwcO1g/PPN3mgA4SAMd0Kylg6Je48BAmwRhOGl5g4gkBHx+bHTHAwGcEsvbGrhdQZSgMEJw72wCbfuNBlmTlYnQPs4VLtE9EhUywYMZjuFY4UZ0ZeF3YPB2vnwjs+t3RGeX3shPL88WPub82uDtTvQaEDT4CokXmdCmkqun791HvFbqRTHjXiaU60SZ/xQ/Q54+PAOchh/jh5QH95Wh1zopTpNe4WGNH1ajy8AhiO7Y1p0X+YaIltTqf/kif57M1n1yJ4JHFtD0UXan3Bw3UkEfZ+y4A/9BSVv6IJjFKywqGfyvl5sWkXTEXTjMMgG8PkuzdHgs6Hbmmbr6AXbcezl4+2HdMWUSxnJMKRMSbIU/aH28TVyf9CUyY36kkwe02bryK9Su3rCC0fUPRu1BNz0u2sTWR1x/NAOm+gzP/88PruweZ5FpRPVldpWcEez+7rjx1/XPXlpg2VRc3dhg0XnN6tbdVQ8HuSpi4bo0ZO6fSPunOCYmyihn3jbnXjdnUcwPzdE/f2IBEcx6FXicIy6KUtoxK+gnwZezqO+h7aoTRPphk3Cy1UpcUqi/iya6naASpQQ2f0XwhG6Yh016XaCTY+wDtUw3vjyeU5R9WqgiIVq4bmU5BU8GWcL2T/kZIhKOFPIpsv6xrObRpkvheUP5ay8Vs1xOXVpVZY/v7qkQryqF6x8ipPRe6wl3Swu1TKZRb2ezdYLjmNMIuOrz60fP77+nJZOf6HZeVLU1ccW1hFaX3hM1cUnuk2OQ9P++1P0acK5Evam2wwnGwW6jWSfTgmh/1h/pO7p2W/6DuyKJYBS2a2ve+ZMLjACAb2u/lDdrQQ//M0Yl7CHxw1UzihZo4pn42OQ6BVnohIL7Qx24IOG3/7t44Nv+zbUm9z7m+iniFSqETt0IO7EBRxvUiDGIIg5vbESZHmvcTK7Ydsb2ZMNj49WNu4Klhc31h/Mr7GuabrsWv7rHl9cno6ZrwB+JLLcJnOK2WFi6+ZmTUcYcJxHBFFF1EWdFo+hwl0dxTYmJaBJmJiVLyPcKRHXA9Q7jgEx9LOiL28vLd35YpU3iivLIrIyEjovjr9S3Siu35nl3iyzsKrLP+hlsmWv8swpJ1A948xb65zGcdo39JdOoR/BeNtAd52RHbRQWBYzFpLQHVLmv1Tya+cyubuPSzkZ462ymc2UoxMBi9BWJDg8l5b6p2bt+jGYd4T3qlHLeWgwuljVKvGGd0IuCAlJPNpQvczLGmvYx9Yck9WIxen4kIRH01AAYb9TDguFsNKO+eOjZ3M8xRXoV5vKJtaZNvFEVqPMZsw9UP0rifsRkVq2a7hG3PzRG1LUIiKm1f2IiKei+uOVKKilmkHA5s08e3U3G/2vrS3zkUfWaNine5kHgGL3Bg89NLhvZ+e+QR85J7dKlx55Zetk6ZFLTOKvO1m74vWK9PhrmDuYXWgnQH54G51JdShhYl0yX1Ob3UQrhsNqst2ZjLRN4PFZYltb86catEpswEKEwsPrPE5xKUBMlibqIo8QD7yGrH4BVq2HambOEARRti090DXNteH8Cl1nqR050KT3pDAvi5LiG4KsYl6y4Iy7LYA1OrvumTm9TFwtAZCEA8eX9ZyVy2ZbQbBLQ2amoxgm9Tye1JPWkZ+rI3ZcH+rI/z3rF9dtfI0XWS7FskJaEzWoHM8Cw6IibvBdNSOvAypU0lA1Q42rdo2oqMbDPmp9IytysiTCYCfV4mSoFlSu3/d8K9DLQOFT8FIWsTypk9mmcsoomPn1A6iYBpyTgXokBr/JIgejBLgE14/a6LDfG/X7vYNe0OvvEcVln353s70DGBxTO/b/hr4wkXGiCTLmyUwn9NqfuBhFfbJl84FT4//e8JZfe5e3dPHXGq9d9u66uOShZ5eoseJ97sW73KWLd3qfdV2SfufFGSaH8hIZMSkzQ9iFCX1LAZ8KIxwwETq82rp6taUFO/0+YvqxGQbqUysMgqC1S/B3JX4fC2+E9+nJ+1y6grWJNV0jCv2KW8E1n2V68RvGf3Hl0gF5ySNXLqGA5HH1atT/KOTDTMpHfRIpVL5WINgI8G3UBva15jegrGTrrU81pyG8+mAzbYenzq/dhj4MXXk4gjwGdOPzoGY7ndtPPPRpwI6IOYyg3Ye3fD8MpG4NqI8LQKVRARIPhbdJa7SJkhZ9aPPibasXtkLbGr8L3gNvi3q7WZLBQw+duL3j2LcdEhwYXWd6B4dztlCERy1TlF4ku/aoUr4bIwoyeKvE+W3b3wZOf6e9eeLEZnvn1NPlc97ZxuLtS0u3LzbOumv7xypvQIfl4jMvPVMsd9fDQm3p9tfevlQtNltXFpeJK/fpfCIyf6IVyUOei8TrHBAHq0IaCapjQ9tFrSaBFt2IjCkSa0z4A79dpdCn5hL3iK1oPAImda/4K9lRH3irQTARnN+xVHV2nMryoIeYXg+qi6gXNeDUe3DDjw0GWcJSLRf7kQrQVR0cobVE4lakPgcJ919z426MqA3MdDt8mwCfLl+JI4BAI+LXNEK98egwLgM/Pgx61Ifs+BrxbHatFaEgGl27thdzgsPg6uHh/iA7OpzDXfP6EIZwGpXEFw/5lQMojEX3mcM3QFfHwAn/E806JH4ziRM/9OPjd6M9V01bX0e3NDPEX0WrNcfbphLvWUSSVpt6cwmPOiKj9qqx7ephq0VMChzTlM88e/r0s+8gwZmZndZg2I/1vv3kGgTjvZm117wNbqyBu8Ff14RoUGXYnFnsxWR/w7xJbLIt4vfpuJ3ZJSvQW1Q6SqSDber6DvD6vI2yPZ9lqtKuHLaojVQwZ3Fc26pWty6Q4H2EZIyoMdLw2MU3kKsQoFZ16/aT1erJ27eq40E0zf/aLH9Ec3ZpKV69SVNkngZfqwC/g/ooujH/8dVZ/sRajWSfmvYr6dUGxF8917myIeaWfem3dnfhgw5v3ZUoS662ZjxCbLtvUf8dj8/R/+5NrFJYrVVrsEoKxLGHAyslcTOyOfmdmtOIuO2lflH82GqKTHEiqSJiXmo/hc4vnFyAT/30w6fhk48R0rfxSsOu5l2OaIpYyc3X7EaxYdf0nJqk6HrNafyHSrXzb6OGkU4bS2s0gpgCedtCYYW87fQ5GFe+bm6wqqfpVbtRpm+VyCt4NWfU7Dp5K+SDWfTDD0SNSiW9mv232dU0jczJjq7QmevNpAczjokH6h/GprkxTOwRFxeJuwv0CIEsPeKRs2Wq6BXVRAe6MvGqoejR6KB/kCW/SzHf9vN+munOPbdGdvCliB6bWAYOBsPBYH9vbx8iRCUOqOMQBYAhYIkcZPeYmdyX+KWlnmuJ/qJHXENf37t6de/rmek974cxVmY249nr0p9ioro+6uuMCG/XETVmhelFfylmOblEZJGICc+FmgxcsmQofcWQgDeW9PBccygqWFcjVcOKiA6b50K35GUcMafEv8Ch5EQn45VcuHP8rOdppqppqjkb95+lbaASayxS7yk18yk8aAEj4cceL+gPPuz0ek07lwuD4IO7u5axZJg9362UTkUo/45cMwefH14ef/l7CmkTmVbpe35soxAIQmaCdY/qYTaZDtVNM93Eo8pEJ2O/qj7m1U/meefTt1TT3DoaxGx1/CTaT1xURf1JZO+mlCkt/gVKi4Gvb3TnPA9M3WP4XUCxuN0FjrRXNOxmu5E2i7GQ7dQDb//Xg8FzK5/4kFhMB81mkC6Kr4sla99SvdZqRYetxs/M7VUgFhdMvHFusr948ttdbeqhcSrkW7qw5JgFPg8sLa4aeb5gOpBUb7XuaMEiQKLVYpbznZVsdsXxuWyxWofEc9Gdrdads30EQ+rDr0G1nFN9w43aTuAvE5cEAqZaICKvHgQAUANqpMRA+HxLkTW/6CtqnQALFOwunzq1vGvKB+QWCK6c4GzZ8H1DTade3CWqvKP7P25c6Y7smD+yTX5G+I/s/zhIEiEgr535+OGovFCj2gmP0n1ikU2czPlRiKkKMpwL8WZn4lDMm3YxivbGV0e9Xn+ttLbWmwahlWFZJRIExGZMIpRWFDTaGwMHtNfTokALslor0LKBFmUh7GctqZzPFVUjd1qxFPgc6QdSznBWMpsaa0FXJP7gNgnl77rEHwmV/06KFAjcmyVeTOmOUxLNnmoLsmsZzrQc4799Nyc4rPIQ6xQcrOsPmlspXpALjnskb5lqLEnedOcNMMdk8w3NBFZPokXr9bIA1+LXjg+jVra3u9vLEl/47JE6TGswKeG0KDf2i3iTLUvyLNmoQ/oGDu1KgY3oL46F8SnlCumrgyEU62DYv870gXL3h0Qem+RFbNN7wMP1qIQQeNxsNjtlUxPsOilveqJ7nLU8LP0YuLtoHU0NnBIUOalTdBVeF5BsYgrzTb3ecNbk1/b3iVH2bgLKWq0ezdg8UvfY/3SGovo6tRA+xrQSnjkpS8IDT8ye8T8gTgt6hVjutIbQd7cKp+XtxYY5weRADXeyyaFFTXQSu6pb9dut+izZm3PLzor3ydOd7jd1VkRzh0+CESZ9RNH9pH9u9L5JdIOTfsmaco+6pZHN3WiuQ3bJEkkCYxDbm8Vj/0voT6Hl6a9/IM8lkAuo3zLy49W4G1InmWvUp8A2S382rDbdZY4SQXgsjqT7VgSq+YVFAn1BRGbJ4QSW437sBBZ6AkZBCUmu5Boidr6S4kTRWWmWTiJD9bBWMSpGSVMLpXIFi5Ysp0RdMLHBC5hV0dPFUn6zIrDoZXiIexkhUbJP5DPSd7MpjhX0WvRTnB60/FxUNlROWlp4rlD8NJvCtptRZAfuwHrG9SWNme1Lmf0mBvm9CvhaEMT2g/R72LrSQkyrNWunQeLzIHmmTdS709+nSL4D4vRv2Jo8wzIzPzhobkSwzJiZfNGAWJb19nu9adlumc9c2QiLPslnQncIT0E8m8576XXILqLYtjX5TbPpKkY3FRCNRBTzlXt3diMiY6ToIOrcBVMW1jbyczzBfqL1LbknHpTbMTBoyw+eIHeSBU425n1uD+O9hnZEERWgS7qnpj/dX4j6rcmuw6ntOrV+I7tUYocOwbT96Lp4grlAfa6R4daKf2SAuAQC6A/zihhUT2BCvGOCyoY9wrbEG4zCr8GqIsNSeJ7jMId5T/dFQ7WKjmmnTCWPNVUUZcOVVTFQjGw671mSIknp5pw37GOvPXbstU+QAAWcwkqSxPIoxaZLoizW65zlO4Gh6CleFDOqLEtq3lCMapiy5HyQwemfnXN2/a7kPRBMeCUYO4Q3aMLMJL5aGJj3tZkfGFzp6ogKSbdTAI1ifY5PpYaJNDHWeJxh6fJNnUOF2wgnu6uaLGNvVLMLiizbBWH8v38HGBcO8RiqiPkUYWJMDav4eSOjlyt6RlczYtEtitbXFxYXTzgStE3tm4NGAB90MB5VN3Ie51pfxqpgpiSR5wVJ4kSZ/MzY9xe0rEH8S2iFlIBSKcSxiycXbcPSA2z7j6RzuUa8Hk1kSteI1S+iFJxsUq3RbXyJQx0iYuzv0k9yRMzcCTlO5UUx9o5R9x3MffHMOOKfeIJr7NhbzYQvmf9hS/ITJlMWdRLBAEMAoTVRZMixW3fZiJItBUW3l02/Jp3tTawWg/FwP3F6Hx8+1HxHkzt5z0mY9onrMOPhZJPBwQiaOJ3NpqGtIVr88eEwwe5yfHAdxyatha5fT2jLg8SieWKtMTHhIG3390qbbGSeWX5Mtti4aEQZKrqrORjM4tlBMIsX3SNX3OJBvL6QIIpeJe4V58+KM19oL6GXKJ3E8Q+tEh0EeunRR+uPXmo8+mjj0qPoUXICMXKePPN+9H76zOwRH3Ue7V56tPMo/SDmUvfR5KQ7R6M4uks0rMH9qYqNtOhj6dCJUC8C8vSXP59NnNjE938efYZ6xmTs2Mx+YqvRrBIv+kVWmFjbC24tNvAgW5boXeQH3cjJnNDq91XRV2Tdz3sFP68s7VUMO7+ZZg0j1a6kzSXPGZTy6yvrGf/ia/RaaSGzoivloFbIWLvvi80Q0Gc4uRDU7bSbzmxkPC5dWm7Ki2fl7IWdS7ed7iw2TG6znc+kjdA2pEztKzETlrTXf0Z/NLMC1xFg/DUU/8YsoZ9Ev0jdkNFfJ9OpR0JiSknEfcLcD0iiK+RHS69kzuxkORJ7h3XM00TPe4cIK/s7sO7hd5DfRLI075h1xV8pplKSIAJUkDhhA/1s9ty5zKcyluFxmXPnsi9ZoiKI/hn/JWy4+CX6hvQxT00Lsmh9yttZQYjYinnEGT7LTuTB8Z52smO+CphxkzkJa2XicYvs3bYwHcg1ss3D9WPbPfpzR4m7kgiWVeLHInnkFQdWSjwYod4fO6YTrJnOM3mnXrcLj0fArvbGh1f671UURTeGARBFFBHndZ8x3GzfMdN2oZ93fEDB/eCwf9DSfWNeB6TQX8Ob+FaF9bwzdQrTnZDiKU2mJk8b9Ffrmq1pavemyBNoZ5Xyewcxth7Eh2/U72k2GqFurpbfnphjxheGiVuX43fEKv07/igmJ4uEaOn6rrbgWLv3aGZ5NRunKEcOE/nRj9P1qAR88gnqxW4zBoFk6BNOvTZ/LhRRl6ZT/8Tk1xNasfcywrV1af0hsglnpD3Qhm/qkpL2TaB096UV2TD9tCKxWvbXMpaZNn0I/rzqmemaZ1oXsyeaTbMVbBrLzRNoMZ8NPNMuZHKuadummw/yacu1wiDIZ/J2LpfN2fn7cu28HbRzmdWz+YrjVPJnV2e6qK8CN7ZKf5c5bMZChhLC5PfBsDBxtEx6hPiy9r1EDNHthHzYjB0flBBqCxKSexoPy9/eWz3V1mEJ9PDJJ+RA1OzierH0fEkgysazpiYI4vjTvMKyWk9RZR71BVmT79EQq/IvvbVYXCs5mhjI5x4RfQANSlp137oIC7LmnU1rqiF8mVdEXu3JrMTP6ZmJVQpxCk3kMV7shjkhUXQPqQDknSxe1NOxD3BJ2IjlKVNVDeI7C82wkBFSKS7lS8VK1C1kvUzN8K1UpqyoYglLiCtqLMZSOR1uV5fvRCPPOb9QaJssp6T5VP6+fLFSXFkuVVnHlI9V7TTWraxjvhhusmilLgYZzVi6cP9tzdk+n2sJxiW/17wxQ8eEV2pQ59aT7Q7dNjD8SZzKYhKGEIDHgBiTjkbou4e8IJpuobCQZweKnCkUlgrSXw/39sjG5thBd1RAgvC2VGGxkEm/lH+Eh0jB/QQW9ycOCvAN5crRPZvNoyXr3rCGElOjG4qztxc7ByXBww8+COdzpWjNfqPgSivqTX0rXP9bsqij65AzkX516CrY7ayxbeJklRrgEacblPoSQweINRtUMo5jt/BklhGXb5fvXbtX4GxX+aenT2Zydo4XO7nC+XvWz36b7Av02vhXVQmXFL+olp7M5opa8b+it5MLvs29DT9xbFM3RJUXtkvwVHThqzIn3Lt+kfNrWjmfeT0846slLGrOl5O18XfR7yZ+S4pIZ9fYbdZLzRQqLnplMZ9/7Zve9FoaXtjb24XWeGVhkgDh+CdJ2u7MB8KVxB5lakYV/+5gC7iCfRKZYcVYj3PDvQPqzqRHQvrz60k5D9BvQo9ukV9Bi61nyc+UEY0zZZfohshOy16DOnhxnCyMUJnkPuIDF118RobZyeoax4qOya2dW/OfwWmzVn3k4ddkMlUSF5/JWNaxc2czJZwVBMMRKsqHn5EDJ5XK6LLJif9fZVce3MZ13vft9fbGsVgssABxElyKBEGRi0MSKZKSTOowoYOU4viWFQW04qN2bcty3ThIrXQSJemRNrXJmcTNjNI2mTRNQ9e5HWfGaTIxWTfH1E3SNskfISepp+00bqedNlDf9xYAQcpuEhDcA8Du2337ju/4fb8vFMyMlg6Rw/QI4rK2feiWm7MXpGCIHHfwwO5QKJa5rYAjmiCV3w6X7ev/LVInJrn6GkVF5wHLRBE4E4gmUhCxnfedHpyYJ0IrGaHIx76wCzZ3PyFQgYahT1DAaWNBUtFg3BFZQ74cEQKnJZV9uIElXMPKU1oE/YFisMNIwQsKvoto22z4QVFhizza/wBPtHG8T8M8i5qacu38haQiTYZknNd1vfVtU1X+XlYKvIJ5vh+LX7R/KEoC0JxvPYcl8sx8zz/opmAuGOvopLjDlowaw1lH17PDRAFtm6hRI1+TPhw0ZfxNqZYnSmfIl7d79M5NonWCN8sPD3cxEOpOoTZqlA58oCn6/SSKfiM3NpaT5URr4zWulItls7uz4oIcMAVWilt4UUMbu2fH2ETrZ6hZcN+XG83liA60KNsJHoUMaVHs9Uv740UnCo0pgCeR/AOgpkbDxzo6Bxju/TGMy9NO4kcyes2ms7JSr9dpMAT4bzxE1zevkVfZcTbidaceX1taMtSmZjSblMK9tbnaqC/He3yaOvUiwUzWZgH2XMgf5ULxHqllF1t+go4K3qYFQMC97Qv9jGYoopTFAVaXjegsGw6usudOnDjH1g11BcwDEjtYHWQl1UAK2VFZ0HJV4/6Q7rp66Ey9fvpKOn3ldH2dkuaphgvmftdQmS285ia1NfYD43KHZRyC+4EBIUVqCFJ11cZyogCW3zEy2Lr06sto1Wk1nNxEPhGLJfITuda652RGEDOScepOmYhkmyjukc8VhfzG84byI4teZiQ/5N1r5zwv18uhCFbeuK9jYhpBWxE8oj/kBfIBmeSJlrm+1GjWyWNprdf7kgkPrSw1+/qcBmrMe+tgeNlT8p6dh6W3dV/PUZbfObCiFWiyKKKm1+xu4B45f87COUxT10W9LrXVFBK64p/o5lw/jzHwcUd9wnwiqaP1hCmFxMnJyCEzEY4YcoA/LLLOwao+4OiSQD2tmtFaD8fDZjy0OlgYyvM8i1E6m0sJAU0PR2Jh1vx5xGGJHHNXUA+RsyhSWLjfNRIFQ9Jy4CLOaWI0Arz6kfDhBG/zEstaPG8JUtGMmWY83KujQ+5lsPCAZcdHtFl536yy3lxebg7t3z/UbFImX6LlLjXqk2cmvV2HFw/vYnb6n/v+P/8zGLvfwO/81NobuZzXy+UeW0KFPA1S+fmyWxvvAMZhMBjIV3q8WFY7brxa8yi8nfQatBJ3pXu1v+KDXKJQqAyIz1p5O1k8UEzadnJyqK+kXZIGY+kSO7KatOPWF7iBSqGQUAKfC98rufFMsZghx18yRp3hyaRtpUYyqeJWG/wa6asxmuHPTyFGkTlE4vTAfGMRlRJ3A+meOLGndtvZX7ulfmNx5L0njr79qDtb63tPNJMZyWS8++64rVKrF4tH528+8vjherI6W0gXM5liuvusPoEe83OYUrLod3/ySP+930KXyOqebzLXj2FbGBLgiWmz4gCEXKDpYdvoQWCMoTTe15jGNWZpjYzpS8sNSHBCptzmChG7INLodfiizB0I4I1l1CBTOqB+nS2gb3dM/wJ6kWJ9aLYm38QHiTMByQOeY2qUJlM0blfVOKrllYQsa6GgpIdVFIo7CU1WHVEcvDWbMM3qkaOyUzlWLh9DH+x/yy4JS5om6URNCLKqqcmBgiRYejZx9EjVNJ93biyXb+yx/W6ir9I4yAWwkUNu0xJHZDKDx5ZIx5ApDhi9uS5lJx6APMIAWqhN8bVKlQaKGxzpfyUOPSOLTloWiZ6i2rZqhUMa6a4Xb+AUJ5MLu244l3HODJQHyPsHnV+aejSmm+Gg3v1l1nRdM5tx0L1GOiwaOKzJrCCw5PbDCpKUeTHgWAFOkriA5TzuwMkGFjq/lDhB4CQtGJE7vzTArG5YTi9XrkKxbrgCSFWYNbisH4JH7pj08339uwvCrYubyPFazX+fGz6OvMY80sPF2ePC8damt+v3kKO5nXb4FdLGcsBlQEc6MsS7PszDbjO9g4kSR4HuHT1EU61yD9gHR0YOxB7gIL/CAftBjnswSnMtZGR5wiEbzoQs05+SjTD5aJtcCFwo7exynk+Q20n70k5sBUgSxGAciiT7+vOlbNWJSIoSMIimaYQ0Q5RmZjImWud5BcwTT9x2aDgq84KkaEEzGk9lC7tKXrwnhsYvc88vUyqRCqgKWaGfUYIGCuT+RRfT5AXyx+fdvkG1KUdDTjgS/IUXuC6Sx2wn85Ks6Opqvr8vGQnrPXMhpihBpkblkZBne2be9tN9h1bK5aWlZPWO6gLZWFkrt9YgnL28Vka0X3T0uKXtfA01wETCyEHGCpgW3LZ61ERMa9UjR5NRYoW81tbiK/S11Cay6fhY1tt4GDK/dOIufTSMSXOX45U10K5g8fyK02jsCHek1L0bzW6//TZ6nNosimC9A32Y2ifG/HwC2/c5PytVbsDFKbRqpbAWDMZNnPoLsqkHgk4Y99UOP2LnzHOXzpk5+xH0OMRtc6yg0QQJ3c3WRxZvUPfMze1Rb1hktuLt6j5eBmVtL+si5xrTnEdME9UhC/MWD6hG7t0hsuQQ1Yl7GdMKNmlNRFrAFGTZJZ0AUwUuIdut1mxjO1X+qwNx9awxhtSzanwgPfaUDzD8vL/3T+0ve0AF/+h/c9L/Ztn3C0X8vWn/O6Y37kZjksxuyK+6bQY3aZwJzrngqoGomFzeDz2hjkH4KIV8hbaEqDGRqliI2XKrDLIav+uOosYLwvjSqBhFiOV1sfS2iqCznL7vsbLAs7uPHPIkncfSxNHFKlE3VHLnW96U73I8a6u6IsgooDnqqMjxCS3IYsGQw4E0r1eSokB2gwYXEsUsFxSDvXGRMmVqI0o2rtmQMzqNIHqq5pLxor58oW9lpe/Ccn3y0VPRS5eipx5FG8vmox+bn//Yo+bZS4FbL09OXr41sM2fIZP1652j50hme/mB68u/ruzryu2WuYQ2YPyDgGmfW8Emcw8djsA5RpPb+sGzzY1YOh27CZHZABuYTAlvJvvo6gF0UHDjenxAOHhQTqSseNxKJeSDB4UB8qHbnZ8pxjgDyHaTUpO0GUq2rfYjN0vUPNuPOvDHwAimnWzHBnYCpYCzY1FvER2n2WjqWoDHmO8bTfWsEjpiVNXMZMydS8h/nvnvZnOVlRVRDhCVxrK6a8Uga5PtznPALAXcqFkM+b/JI5qGCof8VPX19Y8Ui1L/mG2P9RNBdn39PGxJwyUp2+ufBD4q0GhrgocLOD8NilbErnkBMhdMsW7FRcm/bG14q8h55tjMC+dXB35wZOq5wfHKYhEJiFknL6f0/mK9fvzAxdJv9wfM+tLeOuePCazexrF3cQaFHuuKANw4vkmb/kP8LLr7jjuKd97ZepHVWk8/SV/oSOu7yP3M7aXbyfu30EutCvr4uSz5Q3e3nn6jcswt6GeFI+Vw5NxmT1lXaTF/y2ovwsmvXqYv9IxfSOuP/FJaT6O7aUlMx6epd/Py5WmkYq3i2jXLBVBDIV+hhAi4za1vV/wF1/XsYPtqNns1k3nx56+hVy+LzpMJ8cknw4EnY9LlPzx52l08OXhywV04iVAGZ7OZuey/wFUcdHCiVEpgB909GQ5MTMSk4dbayUV38ZR7cmFw4WR3Lnuduu5UNOC423Vda/8DjyI6d6z/GHm3PuxX9lXyvnyZ3PhL/3PsWO7YsavtuoZXevONyzE7FU1Kg7ouANEfYG5BCidlfdwv5uOklM/RUuh5XyL1fSstp/VZeqOkFCRups91sAedcvJg9doiEoY7cfOu75vP+rYKTARy9NcnT5HacxdOu6dPts6yWkbLjpQyRqvyTObLz2c/hF76PlTvqQH4waknoMir8GzbD3grN19n/n69SGgPN3oS2aL+awyR/HdSFvgggGYvNo6HvGzIs5DbRfUjZ/Uas4rm/UBntA57DR+gD4cp7fH0Web1eCwpd+UWw0+W4pp6GX86fJUwU6O11eYyIOfja2hto0FEmaVVb7WBVsHj3IToIZrdse60Xz0cnB32P1obvuW4G2sP8F4/dsTyGpThxnKaQP6BRgF061B87+YmWqW5QppNuvIcL16OM1v8optML6YXemqe8lRQ+1LFz1JJlHJvjb4o5eZa69m4nx+XeUPeLdQmL+itE6DWo2FINLPG0vIKWllvEJHLN29Tsl/for2lQ1Dew1rOHSsh6kZspzkeo7ZICwL9DES6mfd5Dqsyx9m2VlcNjxcl/NOqdFzkDaRC3kw+oipzVtBQg1dlLG9ID6uSsrzRLueb6G8oVzdEooylECWtAm92hPJVg+uPaC9EciKPE831lhN3egpq/QcA+7olWW863VvSFiZjkwmSeyozpyh+HVcofxAu1KJTRCusQQZ2opzSFOxpSHdadW24JAOBQdknyjajnp2tULtQxcO2P0f72WLsqECd8nYbjcAyTmQgELac1hOO6RrhiIO4vKBpX9FiQp5Xta+IghL69AsS5vJcAL8giWyeVURuVQ+hFhDIWAl8VNFNfV03LaG1oeHoN1RpHWvo9qMIEwUSH3nPESk86OKjrR+fJeecI+c+q8f4OVZdn+MMfBfGHFlLZwXc+rpSnycC4fFIgguqDd009REpFGlI6pExSVUZzccksAy1rk0SufAYqaMLzGPMO5h3Me+HDMOICNrbasuuQqhXClXdqJ0nX9ljUbBY1+xodZQdENMsBnbHUVJrmIi3JXB7TIP67Vo2iDKAcNlWlX5iajKliBGPTOJubXwggPJVXIaDa9TBDZioaSC8qgG1/vX1+5+Bwol6H/n3ckEkqkTU5Fk9wiocy8WiPMdLyKU7feHSWayjsPZgVRM4PlQYQsGArpypCImtur8vMXlm8k8LLKcYkZzKIz4mChGpGEveU+REpRS3kryOLib6AgENXTyCw4MD+OiVw7CWjv5wsJ7sP0n+P6KlWVEPBlUcSl7gkISwjESWHxq/wGEkG3g6bDRN7+whIyDbpczxBVbkpZvNkDV/IxkJj1tunwsgrRkdiWhw8jw5Hkn7zPAldWQ6KAUi2T3OkHZKE/jbT53osdP7/D1EDiUaf0XEFbGQtYjqWq2R0eSOM7ehQGsF8u989p7n7Oqx6k+ei9fqnsUI0AbomGuTUW+IuZHaS3zrJ6aRpltYEwvna/ZOd1pHtEkh0i3y5CkRnYw844FpEBRJLybKj0caCHJcLYrto/uHzSOUd2Q1mnqo7Dy0SrfJ4uWFvlMZLqQH8xKRsYKjlrU7RDbkfEgPsdMRsYpNhOqKNLvqNfwjrMaN4+0tGGyTtVoylA9gmY/JIU0LKXHSrwL9wbFwOh1GW3YhP38qxcWjnuwAYFLHHo1Jz3L+/bnIq2tGazWg1PlCqXCuztux6D3IsYPKZ+UAi1YMzXHUAFyAahhvbv1cNnSlq289T8qR20wTjIlDEHjp1SqkdQN/Lp1CwN8wG14olW78/fzM0p4TqDTT37/U34/WD7W+tWvXu1793oTnvXbo/PnzbT3hQ+ScSZBycvtRO+d2Bzxo0yzclRJC569IH7CyWesD2ZFUKrXvSjTDZp9R6umRdNVOp+1/rmaybNay0+1z/hh9nuYMaDt3wBMDCIASaq/2k+5fQjSVeFsHt6s1EVfRj81kOrNvZuH4QV054KV2y7Kk6dmhSNS09fxb93E1N9KvZxJqKoF+py+izUzOFIaG0CDqTyJOLOeQivRd49FimVUVtxY0cDAX5np4nCLQDinrrg+HtDqub+8XGax77dUWZCjazmO+lawHxqZ2PqYA3aCggTEfPADADtB+0MbUhScuTNHFhs9IslxMjxeL4+liysr1KZqAsVIwg+FIwMJKSFZTOSuFmOn2MVMX/tcnjHwMCzQImRcCMsZCbcrdw/E35PL9g/E8x7+tUibn6eHA+xh6npEoPvRXvWDml7/KL/0ql7aFl++jviDfGJ9vp5z1x4VuhmPb7c12STGrHoRedLJwBtQVRdHIdWqKghwaWUFDLwLqKuW9UQPP1gRTBSJD1RRqW/UCY1WIcm7BzBztEGPgPPBTe5RsCcxB0Fpq3gekqcFkKThszw0W58dx5eZbXrhlQpnc9hlyBrxY1EumB+eGl5a8JXc8Fh3ry5C9bpmvoj/3ywQ3hw0oRz9altyjmSM9BbCOPvUOWHSEkflxsXrLLZPy1GBid3A4PtdXrO/4BH1i8PBwo+GOx63xvkzrz3r3tu51hXKlGDRyFuCUHTP8OjjLl8uoXF4BgG4ZoLq9MWMgEQL7yYHrueRciGmnkm1HNezh++jYwl3KZk7NvtXadlnfoWjmryFN0kBw1qTWa5Kmfd/PJrMUMcJkCgsb7eQqncPimpSZL89nwH4PR6742X0fTYnxIAyfwbjIbOnnKzTGIANZddpBJBQuXwu5eAcglFxZE1STphpYXlqKb0E1UNP3Nj8C7g4PMqWqyzSurjdHt+lza/aesGaHoK12ZxWi6qx2MnGnzjyEmIe2tUOIVr+uhgsVG22krBY9B6pbqdYmZNmDvWuwHF3rxtX/hFwHsCdVGGCpoeZnPzcjRQvUgIii3fntHJBSiF0nZHnABToN9J1d75w9vG84JwR3zUxd2bcrwuu8JP2dnDDNhIknLmRHj8ad0b27+wL60dHsBaTv24vxULaqRvb1JbTBTEqwBFWbkU044At7xw/GUm5yLOmM9nFmvxE7OL53e2xv8PrY3lo+jboOnR7j5Bl5Xt4jh/tNM99r5Py3j370TXI6HE6He2UXwIWADuOLE6EsUYRq21AiXn0DxR0H8mHHEcRdtJqbNC+208MZDOcJv4HuZvco1O3H4dEo8X+dAdZj/43WKY4XNDey+l7n4/jMDNMbH4D99olcM2+6BaFL9wqmXeo6pvBScFd8WfM0MiKD/uW3SPV3k6KujJ2KxU6NKbqYRMx8axP1B5aWHKxKkopX9g6U2N2uu5stDfTmhghQK/Pw6/TocWgJVNraomKjzj/gXO7tu+vDJzKZE2+CxR2+rdgDAoS1FcRAv6GX+Mpgf2FwsNA/OE95TFOfcRzQXfV2m+/lPfRjf/Yy+8k4c4w5/jq8lURV7rAgUibEzkwGiiTIlu62D3b+ghILNenFN4HcEtVbq04dkBWt74oYaqvYaCw3my90d1Z7v2mgOh2DVsFsMbVU92Otm34tO06zLikSeTvA0y8B0Fvq+tL+Af2EtHXIIUw1EIuMmbXqOK65RJD9VL8k3U8eWagkWVeu9F8Jox/1Y0u6/79QsyT96D2FK9Wtdv0yepm0xxnauylOiegwIFURVYrmeWx7mSjR5XgUlKMIpgRHbXoqGAVonAT6ZOqu++4c51JCZF4qVybHR8e4xWCc19Rw3/SQxUckrAtExTBY4O7lOTYQicdkng3zAr8LeHHvJwfsu+u+UVyPCMk0OdkH4xxiOTU1FXfTFiY6dpYXWSwqLOaJKqsIWAjziLUENgA6wrVrRE9EpE4OMHVmkbl5h0wluHBLeSI8uv6kPOADTMm1+4ghdxwUaaLagXg5NiBGvTS7uwKoTJo4AgGgqJam37LM7MUrF2dnH3nvxdnW125KibwoWnEjkH7rRPFkOqAbAi8LRliWj8tYEHlBjMYC0QFR4EU7+3Vwkyb2l1/ZN2d+52Aunybda5ac6+J7HyGLG37KIkNHLBrdk0myimapmhTEMdeuJexXWJZog0QE4lAwyN6kISuUdscnpt+WkpIPHBofeueqJm/ZHeHxAhaiztzE3M68ZUdt7EwINl6FqhlGb1w1/i9yo2QmgpqhiFWX9ISCCRXTrZdH3kduAxbXeqRL7XhCILVgRnWj75aKeyShq7rIyZwWlKRZDD4CnnzpRE2R54Ro3wOHeIE0klit9am7vOmXJ1IZJ4GYufaJZx9BxS1xt/XMt1hdQ2hoPBlHsmIqmhTgonlrLBZ5gWUNA0RGsjz+pU/roXA8Xrz/zp+2fuacnyyd+GNV6vSBT1P8WIGMyRTeFvEA0AqT7TRbpWg4sPnYkIIA7AZf4owJ0n53zXCcwO1ThZlvcBwrwsYBdJqV+QkB8wvoQUUSZu/nRUF5YIXDnPLrD/ErAmkMT22LzTV3IlXyfrRBzxx1JLeYO3g5t80J98WHM1NPx5iOb+bD6Ema69bGcDj6zdwH4Rj0ZOyVhzP7u+X9CUWfQsQTOMpyFIIcafficT+djEDkgq9KyUpipP/USS1CpunOTlKSrjHvQpeSkgBJW/iItv/i/vaOlNw7PfFuyDXwfwVB8YUAAHicY2BkYGAA4lWM4ubx/DZfGbiZGEDgtpnQKRj9/9f//0y8TCCVHAxgaQAQawqVAHicY2BkYGBiAAI9Job/v/5/ZuJlYGRAAYwhAF9SBIQAeJxjYGBgYBrFo3gUD0H8/z8Zen4NvLtpHR7khAt1wh4A/0IMmAAAAAAAAAAAUABwAI4A5AEwAVQBsgIAAk4CgAKWAtIDDgNuBAAEqgVSBcgF/AZABqAHIgc+B1IHeAeSB6oHwgfmCAIIigjICOII+AkKCRgJLglACUwJYAlwCXwJkgmkCbAJvAoKClYKnArGC2oLoAu8C+wMDgxkDRINpA5ADqQPGA9mD5wQZhDGEQwRbBG2EfoScBKgEywTohP4FCYUSBSgFSAVYBV2FcwV5BYwFlAWyhcIFzwXbheaGEIYdBi8GNAY4hj0GQgZFhk2GU4ZZhl2GeIaQhqyGyIbjhv6HGIczh0sHWQdkh2uHf4eJh5SHngemB64HtgfCB8cHzgfZh+eH9AgGCBQIHQgjCCsIQohQiHSIkwihCK2IvgjRCOGI8Ij+iRqJOglFCUsJWoljiX6JmgmlCbcJxInPid+J6wn9ChQKIoozCjsKQ4pLiliKZwpwCnoKkQqbCqcKtIrQiuiK+YsPix6LM4tAC0yLZAtxi34LnAuoC62LuAvTC+ML9gwTDC0MNoxDDE0MVwxjDG+MfQyQjKCMrAy7jMaM1oznDPYNGA0ljS8NM41GDVONbQ16DYiNmQ2kjbmNyQ3SDdeN6A33Dg6OHI4ojkcOTY5UDlqOYQ5yDniOfA6bjroOww7fjvmPAA8GjwyPJg8/D1OPbY+ID6APtw/KD9mP8A/6D/+QBRAckDYQQRBQEGEQdhCGEJEQrpC3EMOQ1pDkEOiQ9BD7kQ0RKxE1EUKRURFnkXARehGEEZURmZGvEcoR1BHaEeKR75IIEhASHBIpEjYSSZJWkmOSchJ8koQSk5KgEqkSs5LAks4S8hMrEzKTUBNdE2eTchOEk40TpRO4E8gT1pPlk+wUBBQQlBkUIZQ3FEKUS5RYFGaUd5SUlJ2UtxTYlP4VDJUWFRqVKAAAHicY2BkYGAMYZjCIMgAAkxAzAWEDAz/wXwGACE9AhEAeJxtkE1OwzAQhV/6h2glVIGExM5iwQaR/iy66AHafRfZp6nTpEriyHEr9QKcgDNwBk7AkjNwFF7CKAuoR7K/efPGIxvAGJ/wUC8P181erw6umP1ylzQW7pEfhPsY4VF4QP1FeIhnLIRHuEPIG7xefdstnHAHN3gV7lJ/E+6R34X7uMeH8ID6l/AQAb6FR3jyFruwStLIFNVG749ZaNu8hUDbKjWFmvnTVlvrQtvQ6Z3anlV12s+di1VsTa5WpnA6y4wqrTnoyPmJc+VyMolF9yOTY8d3VUiQIoJBQd5AY48jMlbshfp/JWCH5Zk2ucIMPqYXfGv6isYb8gc1HQpbnLlXOHHmnKpDzDymxyAnrZre2p0xDJWyqR2oRNR9Tqi7SiwxYcR//H4zPf8B3ldh6nicbVcFdOO4Fu1Vw1Camd2dZeYsdJaZmeEzKbaSaCtbXktum/3MzMzMzMzMzMzMzP9JtpN0zu85je99kp+fpEeaY3P5X3Xu//7hJjDMo4IqaqijgSZaaKODLhawiCUsYwXbsB07sAf2xF7Yib2xD/bFftgfB+BAHISDcQgOxWE4HEfgSByFo3EMjkUPx+F4nIATsYpdOAkn4xScitNwOs7AmTgLZ+McnIvzcD4uwIW4CBfjElyKy3A5rsCVuApX4xpci+twPW7AjWTlzbgdbo874I64E+6Mu+CuuBvujnuAo48AIQQGGGIEiVuwBoUIMTQS3IoUBhYZ1rGBTYxxG+6Je+HeuA/ui/vh/ngAHogH4cF4CB6Kh+HheAQeiUfh0XgMHovH4fF4Ap6IJ+HJeAqeiqfh6XgGnoln4dl4Dp6L5+H5eAFeiBfhxXgJXoqX4eV4BV6JV+HVeA1ei9fh9XgD3og34c14C96Kt+HteAfeiXfh3XgP3ov34f34AD6ID+HD+Ag+io/h4/gEPolP4dP4DD6Lz+Hz+AK+iC/hy/gKvoqv4ev4Br6Jb+Hb+A6+i+/h+/gBfogf4cf4CX6Kn+Hn+AV+iV/h1/gNfovf4ff4A/6IP+HP+Av+ir/h7/gH/ol/4d/4D/7L5hgYY/OswqqsxuqswZqsxdqsw7psgS2yJbbMVtg2tp3tYHuwPdlebCfbm+3D9mX7sf3ZAexAdhA7mB3CDmWHscPZEexIdhQ7mh3DjmU9dhw7np3ATmSrbBc7iZ3MTmGnstPY6ewMdiY7i53NzmHnsvPY+ewCdiG7iF3MLmGXssvY5ewKdiW7il3NrmHXsuvY9ewGdiO7id08t8TDSMY9niSCpzwOxEIuCLRSPDFTGkUitqaYHmTG6kjeJtJuLhiKWKQyaOVspCPRzqGS8ZopcCRCyRcLnCkrjbSiUBALu6HTtUJBwoflQKKyoYxNOaCNLUwywloZD01JSVePK7u4la7uxne1prwwy2qtShMzI1LT4DJNFI9Flat+FnW4kkNaM61fpEs5GWRK9TZkaEetXKDEwBYw1rFYzGHiprmhpRmeyuHItnOBx8V7pE7UeMRv03GTx1yNrQxMnafBSK7TOaSp3uiFeiPOV7mFrramvJjpvjozs6TlTMeLIW+DG1vaja+2ZwSdHGeJG+nOktWVCQuzRMmAW9EoRfM8tTW+wdPQ1Po8WMuSSp/Ha5W+ECn9KNXtKx2s9UIx4OQSjb7Wa05pxYGVfhaGMtCx6fHAynVpx3tMRf1+kgpjekoP9c4ZMaHxdGTbdMQ5cRaTkqWpbKDTLDLLM4JUijg0M1OGqc4S05kKkmhmfipoyWJ2vtUJHdyM7TalhZOrNvqZVCGBdj8zMiYLIx4vlDghz9Nxt6QbmgZr/cxaHbcCroJMcavTDkGyj6dukxoloQmRSLmT1XI4H/CUIJ2CrdDDTbViqNNxKxgR7fFU8GYO++59jyhYRSFMJCElk76mo6sG7oza9JuFPcPXRdjJMR235n44CxcCHYqesdwZRKcd6MFAiA4lEp2SumBNpHUiWRSbLm2LTSnqes4lliaMDsN5ysJEkHAKyOlsCsrx4oTRzgtulyfcrJG5pG/7Fkmhc2UiXHc2CDJueXdR3A70ukh7MqL00wy5GfnVd0JueZ8byh9huDghYjPRqZ1yGW3lqYhIW3fC16XYaJSsHgqzRo5SD6WJpDENF7luL5uh80eK/LUWZUs6Ep6SLR66pFhxaMX9aOcBlDaKtDQrcrG9PCvIM04h6WsVdkpMXrC2oyD+/CYRvDiRxs5/Jwrz1O+cpFtIaCPozEv1I6GSckTGIVm3PGGUXG2kUzEZt2ResFCwW0izHIzL1a1JG4xETNGQbwWJlJ18VFMetao5YaUSnVn3zXI/Eipqw5Qno+WJwFAhsGLTbpVQ8Znsyq2ZtmLPguTHSF4UcV9vSlvo66UGCl2lyFZyvVJiU7km7Igyx3BUqqWTV6I0zFngQ6NcQqbKoYx2LXWh2J0IXBUt1axTmdAN+qJMjDRNEXGpXOC3Jmi16mFbRH0R9ngWSt3NcVGmi5FkpK1uFZgKayH2H+iIzUCkifVuWxGb0jbIYpFSXeoMeCDKPN0oSYOCPXThVxtIRRMrA8WHlYHWYSffvB43pHhCnFXtgpA32YUCD7lSIh2X83wslsQfTLcglGlsZsohb3TVEbPgirMJUiF8bdw2Q906nKw6pCRpakOth0o0h6kM/TpreaqvjTh1O2l9JLjL1lV6UhEbyZA8qznSWTpU3JjKyEaqRm+SPibDlre0F6Q66eQw34cdBaHjor4olVTdyeu3zUgp5VC8c7WcyyhjU/j5Ar2yRZKX4VlR/k3jLGhP4WrLxd1mL3C5S8YD7YLC+VPFkU4ehj0+IOO6Bek7Bxe1nDXpYV3URDVqASlJ0WNMKprOJG9EU7nffqb6DeeZ5JgxiUzuLB2qFdxK7Te/UZKFvMqX2aUW8ZQKQte3hL2ix2kXzLlGK8cuJxWTig5hoWA6yFxHupxT6ZKg7xFEITHUAvDQjISwhS4XcsUnvLc0IzGkzEDdWoM0Zc7cZglWJ2hXxaFWJN3Jusn1SNLeWFGlfjEzzYhEY+9THlVctqjH5F60ha2iqyUnqsXaO0qs2zohTxxQFhZpI+EqsuSazYRT/XcFdz4JB23C3q8pu1cSYU3Vf7mZ+GUKaoFdJfQ77jdrSv3CFoueuedzkggbxL1nNEuwWnGommh6uenKFplD4eiSQBFXTd9B2ZE09ST1n3XPdR6MG0mqwyywpkn3hdDfAmqpoF7HVuiha3nCbDgz6Voh51Njqr5naBiyJ8yU6ObRqBPnGKZmhDv/pqGS4lv01gStVj0kgRTKB1othzSZjHbOUTOKlmxa1Eql1u9SjQqqooMwNGPeaFM3iXZ1pUULo2IVJXbc9pDiUwlS5fCIq0HNl91xleoblSiT0SGMROqPrTlhiz6Lu+tRHkFLU54H0YwgFEpQIc0Frh2efcPxLW/4/t2/UfMCO08e1KB/3121Le2nJBeTXDWdJ+ftgPdpO8qivvHNf7PAWdJ2iyHXcebXC1yxtFdtKuexUT4qq4TNqGY3XK1tuwcZmL+R4woVI72dmmZKUobTmoPANdbusrC7sEZlimK8lSUhz+9atRzWii5x3YVv03uoP+YJWp3CXQSN7EtFXXqd+raYQmdpQyhq3X375Vc9EZS30pVSoMiV6G5Jm7pcilxK8re9HaWE7llDtzEurqevbqTuhkiXkWFjg8qRoRtx1zUF+U3C+cCEVTbJqvo4z7bz9Ky79Jj1xdzc/wARDj0u") format("woff"),url(//homelive.pt/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(//homelive.pt/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(//homelive.pt/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(//homelive.pt/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}.media-modal *{box-sizing:content-box}.media-modal input,.media-modal select,.media-modal textarea{box-sizing:border-box}.media-frame,.media-modal{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:12px;-webkit-overflow-scrolling:touch}.media-modal legend{padding:0;font-size:13px}.media-modal label{font-size:13px}.media-modal .legend-inline{position:absolute;transform:translate(-100%,50%);margin-left:-1%;line-height:1.2}.media-frame a{border-bottom:none;color:#2271b1}.media-frame a:active,.media-frame a:hover{color:#135e96}.media-frame a:focus{box-shadow:0 0 0 2px #2271b1;color:#043959;outline:2px solid transparent}.media-frame a.button{color:#2c3338}.media-frame a.button:hover{color:#1d2327}.media-frame a.button-primary,.media-frame a.button-primary:hover{color:#fff}.media-frame input,.media-frame textarea{padding:6px 8px}.media-frame select,.wp-admin .media-frame select{min-height:30px;vertical-align:middle}.media-frame input[type=color],.media-frame input[type=date],.media-frame input[type=datetime-local],.media-frame input[type=datetime],.media-frame input[type=email],.media-frame input[type=month],.media-frame input[type=number],.media-frame input[type=password],.media-frame input[type=search],.media-frame input[type=tel],.media-frame input[type=text],.media-frame input[type=time],.media-frame input[type=url],.media-frame input[type=week],.media-frame select,.media-frame textarea{box-shadow:0 0 0 transparent;border-radius:4px;border:1px solid #8c8f94;background-color:#fff;color:#2c3338;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:13px;line-height:1.38461538}.media-frame input[type=date],.media-frame input[type=datetime-local],.media-frame input[type=datetime],.media-frame input[type=email],.media-frame input[type=month],.media-frame input[type=number],.media-frame input[type=password],.media-frame input[type=search],.media-frame input[type=tel],.media-frame input[type=text],.media-frame input[type=time],.media-frame input[type=url],.media-frame input[type=week]{padding:0 8px;line-height:2.15384615}.media-frame.mode-grid .wp-filter input[type=search]{font-size:14px;line-height:2}.media-frame input[type=email]:focus,.media-frame input[type=number]:focus,.media-frame input[type=password]:focus,.media-frame input[type=search]:focus,.media-frame input[type=text]:focus,.media-frame input[type=url]:focus,.media-frame select:focus,.media-frame textarea:focus{border-color:#3582c4;box-shadow:0 0 0 1px #3582c4;outline:2px solid transparent}.media-frame input:disabled,.media-frame input[readonly],.media-frame textarea:disabled,.media-frame textarea[readonly]{background-color:#f0f0f1}.media-frame input[type=search]{-webkit-appearance:textfield}.media-frame ::-webkit-input-placeholder{color:#646970}.media-frame ::-moz-placeholder{color:#646970;opacity:1}.media-frame :-ms-input-placeholder{color:#646970}.media-frame .hidden,.media-frame .setting.hidden{display:none} .ui-draggable-handle,.ui-sortable-handle{touch-action:none}.media-modal{position:fixed;top:30px;left:30px;right:30px;bottom:30px;z-index:160000}.wp-customizer .media-modal{z-index:560000}.media-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;min-height:360px;background:#000;opacity:.7;z-index:159900}.wp-customizer .media-modal-backdrop{z-index:559900}.media-modal-close{position:absolute;top:0;right:0;width:50px;height:50px;margin:0;padding:0;border:1px solid transparent;background:0 0;color:#646970;z-index:1000;cursor:pointer;outline:0;transition:color .1s ease-in-out,background .1s ease-in-out}.media-modal-close:active,.media-modal-close:hover{color:#135e96}.media-modal-close:focus{color:#135e96;border-color:#4f94d4;box-shadow:0 0 3px rgba(34,113,177,.8);outline:2px solid transparent}.media-modal-close span.media-modal-icon{background-image:none}.media-modal-close .media-modal-icon:before{content:"\f158";font:normal 20px/1 dashicons;speak:never;vertical-align:middle;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.media-modal-content{position:absolute;top:0;left:0;right:0;bottom:0;overflow:auto;min-height:300px;box-shadow:0 5px 15px rgba(0,0,0,.7);background:#fff;-webkit-font-smoothing:subpixel-antialiased}.media-modal-content .media-frame select.attachment-filters{margin-top:32px;margin-right:2%;width:42%;width:calc(48% - 12px)}.wp-core-ui .media-modal-icon{background-image:url(//homelive.pt/wp-includes/images/uploader-icons.png);background-repeat:no-repeat}.media-toolbar{position:absolute;top:0;left:0;right:0;z-index:100;height:60px;padding:0 16px;border:0 solid #dcdcde;overflow:hidden}.media-frame-toolbar .media-toolbar{top:auto;bottom:-47px;height:auto;overflow:visible;border-top:1px solid #dcdcde}.media-toolbar-primary{float:right;height:100%;position:relative}.media-toolbar-secondary{float:left;height:100%}.media-toolbar-primary>.media-button,.media-toolbar-primary>.media-button-group{margin-left:10px;float:left;margin-top:15px}.media-toolbar-secondary>.media-button,.media-toolbar-secondary>.media-button-group{margin-right:10px;margin-top:15px}.media-sidebar{position:absolute;top:0;right:0;bottom:0;width:267px;padding:0 16px;z-index:75;background:#f6f7f7;border-left:1px solid #dcdcde;overflow:auto;-webkit-overflow-scrolling:touch}.media-sidebar::after{content:"";display:flex;clear:both;height:24px}.hide-toolbar .media-sidebar{bottom:0}.image-details .media-embed h2,.media-sidebar h2{position:relative;font-weight:600;text-transform:uppercase;font-size:12px;color:#646970;margin:24px 0 8px}.attachment-details .setting,.media-sidebar .setting{display:block;float:left;width:100%;margin:0 0 10px}.attachment-details h2{display:grid;grid-template-columns:auto 5em}.media-sidebar .collection-settings .setting{margin:1px 0}.attachment-details .setting.has-description,.media-sidebar .setting.has-description{margin-bottom:5px}.media-sidebar .setting .link-to-custom{margin:3px 2px 0}.attachment-details .setting .name,.attachment-details .setting span,.media-sidebar .setting .name,.media-sidebar .setting .value,.media-sidebar .setting span{min-width:30%;margin-right:4%;font-size:12px;text-align:right;word-wrap:break-word}.media-sidebar .setting .name{max-width:80px}.media-sidebar .setting .value{text-align:left}.media-sidebar .setting select{max-width:65%}.attachment-details .field input[type=checkbox],.attachment-details .field input[type=radio],.attachment-details .setting input[type=checkbox],.attachment-details .setting input[type=radio],.media-sidebar .field input[type=checkbox],.media-sidebar .field input[type=radio],.media-sidebar .setting input[type=checkbox],.media-sidebar .setting input[type=radio]{float:none;margin:8px 3px 0;padding:0}.attachment-details .setting .name,.attachment-details .setting .value,.attachment-details .setting span,.compat-item label span,.media-sidebar .checkbox-label-inline,.media-sidebar .setting .name,.media-sidebar .setting .value,.media-sidebar .setting span{float:left;min-height:22px;padding-top:8px;line-height:1.33333333;font-weight:400;color:#646970}.media-sidebar .checkbox-label-inline{font-size:12px}.attachment-details .copy-to-clipboard-container,.media-sidebar .copy-to-clipboard-container{flex-wrap:wrap;margin-top:10px;margin-left:calc(35% - 1px);padding-top:10px}.attachment-details .attachment-info .copy-to-clipboard-container{float:none}.attachment-details .copy-to-clipboard-container .success,.media-sidebar .copy-to-clipboard-container .success{padding:0;min-height:0;line-height:2.18181818;text-align:left;color:#007017}.compat-item label span{text-align:right}.attachment-details .setting .value,.attachment-details .setting input[type=email],.attachment-details .setting input[type=number],.attachment-details .setting input[type=password],.attachment-details .setting input[type=search],.attachment-details .setting input[type=tel],.attachment-details .setting input[type=text],.attachment-details .setting input[type=url],.attachment-details .setting textarea,.attachment-details .setting+.description,.media-sidebar .setting .value,.media-sidebar .setting input[type=email],.media-sidebar .setting input[type=number],.media-sidebar .setting input[type=password],.media-sidebar .setting input[type=search],.media-sidebar .setting input[type=tel],.media-sidebar .setting input[type=text],.media-sidebar .setting input[type=url],.media-sidebar .setting textarea{box-sizing:border-box;margin:1px;width:65%;float:right}.attachment-details .setting .value,.attachment-details .setting+.description,.media-sidebar .setting .value{margin:0 1px;text-align:left}.attachment-details .setting+.description{clear:both;font-size:12px;font-style:normal;margin-bottom:10px}.attachment-details .setting textarea,.compat-item .field textarea,.media-sidebar .setting textarea{height:62px;resize:vertical}.alt-text textarea,.attachment-details .alt-text textarea,.compat-item .alt-text textarea,.media-sidebar .alt-text textarea{height:50px}.compat-item{float:left;width:100%;overflow:hidden}.compat-item table{width:100%;table-layout:fixed;border-spacing:0;border:0}.compat-item tr{padding:2px 0;display:block;overflow:hidden}.compat-item .field,.compat-item .label{display:block;margin:0;padding:0}.compat-item .label{min-width:30%;margin-right:4%;float:left;text-align:right}.compat-item .label span{display:block;width:100%}.compat-item .field{float:right;width:65%;margin:1px}.compat-item .field input[type=email],.compat-item .field input[type=number],.compat-item .field input[type=password],.compat-item .field input[type=search],.compat-item .field input[type=tel],.compat-item .field input[type=text],.compat-item .field input[type=url],.compat-item .field textarea{width:100%;margin:0;box-sizing:border-box}.sidebar-for-errors .attachment-details,.sidebar-for-errors .compat-item,.sidebar-for-errors .media-sidebar .media-progress-bar,.sidebar-for-errors .upload-details{display:none!important}.media-menu{position:absolute;top:0;left:0;right:0;bottom:0;margin:0;padding:50px 0 10px;background:#f6f7f7;border-right-width:1px;border-right-style:solid;border-right-color:#c3c4c7;-webkit-user-select:none;user-select:none}.media-menu .media-menu-item{display:block;box-sizing:border-box;width:100%;position:relative;border:0;margin:0;padding:8px 20px;font-size:14px;line-height:1.28571428;background:0 0;color:#2271b1;text-align:left;text-decoration:none;cursor:pointer}.media-menu .media-menu-item:hover{background:rgba(0,0,0,.04)}.media-menu .media-menu-item:active{color:#2271b1;outline:0}.media-menu .active,.media-menu .active:hover{color:#1d2327;font-weight:600}.media-menu .media-menu-item:focus{box-shadow:0 0 0 2px #2271b1;color:#043959;outline:2px solid transparent}.media-menu .separator{height:0;margin:12px 20px;padding:0;border-top:1px solid #dcdcde}.media-router{position:relative;padding:0 6px;margin:0;clear:both}.media-router .media-menu-item{position:relative;float:left;border:0;margin:0;padding:8px 10px 9px;height:18px;line-height:1.28571428;font-size:14px;text-decoration:none;background:0 0;cursor:pointer;transition:none}.media-router .media-menu-item:last-child{border-right:0}.media-router .media-menu-item:active,.media-router .media-menu-item:hover{color:#2271b1}.media-router .active,.media-router .active:hover{color:#1d2327}.media-router .media-menu-item:focus{box-shadow:0 0 0 2px #2271b1;color:#043959;outline:2px solid transparent;z-index:1}.media-router .active,.media-router .media-menu-item.active:last-child{margin:-1px -1px 0;background:#fff;border:1px solid #dcdcde;border-bottom:none}.media-router .active:after{display:none}.media-frame{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0}.media-frame-menu{position:absolute;top:0;left:0;bottom:0;width:200px;z-index:150}.media-frame-title{position:absolute;top:0;left:200px;right:0;height:50px;z-index:200}.media-frame-router{position:absolute;top:50px;left:200px;right:0;height:36px;z-index:200}.media-frame-content{position:absolute;top:84px;left:200px;right:0;bottom:61px;height:auto;width:auto;margin:0;overflow:auto;background:#fff;border-top:1px solid #dcdcde}.media-frame-toolbar{position:absolute;left:200px;right:0;z-index:100;bottom:60px;height:auto}.media-frame.hide-menu .media-frame-content,.media-frame.hide-menu .media-frame-router,.media-frame.hide-menu .media-frame-title,.media-frame.hide-menu .media-frame-toolbar{left:0}.media-frame.hide-toolbar .media-frame-content{bottom:0}.media-frame.hide-router .media-frame-content{top:50px}.media-frame.hide-menu .media-frame-menu,.media-frame.hide-menu .media-frame-menu-heading,.media-frame.hide-router .media-frame-router,.media-frame.hide-toolbar .media-frame-toolbar{display:none}.media-frame-title h1{padding:0 16px;font-size:22px;line-height:2.27272727;margin:0}.media-attachments-filter-heading,.media-frame-menu-heading{position:absolute;left:20px;top:22px;margin:0;font-size:13px;line-height:1;z-index:151}.media-attachments-filter-heading{top:10px;left:16px}.mode-grid .media-attachments-filter-heading{top:0;left:-9999px}.mode-grid .media-frame-actions-heading{display:none}.wp-core-ui .button.media-frame-menu-toggle{display:none}.media-frame-title .suggested-dimensions{font-size:14px;float:right;margin-right:20px}.media-frame-content .crop-content{height:100%}.options-general-php .crop-content.site-icon,.wp-customizer:not(.mobile) .media-frame-content .crop-content.site-icon{margin-right:300px}.media-frame-content .crop-content .crop-image{display:block;margin:auto;max-width:100%;max-height:100%}.media-frame-content .crop-content .upload-errors{position:absolute;width:300px;top:50%;left:50%;margin-left:-150px;margin-right:-150px;z-index:600000}.media-frame .media-iframe{overflow:hidden}.media-frame .media-iframe,.media-frame .media-iframe iframe{height:100%;width:100%;border:0}.media-frame select.attachment-filters{margin-top:11px;margin-right:2%;max-width:42%;max-width:calc(48% - 12px)}.media-frame select.attachment-filters:last-of-type{margin-right:0}.media-frame .search{margin:32px 0 0;padding:4px;font-size:13px;color:#3c434a;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;-webkit-appearance:none}.media-toolbar-primary .search{max-width:100%}.media-modal .media-frame .media-search-input-label{position:absolute;left:0;top:10px;margin:0;line-height:1}.wp-core-ui .attachments{margin:0;-webkit-overflow-scrolling:touch}.wp-core-ui .attachment{position:relative;float:left;padding:8px;margin:0;color:#3c434a;cursor:pointer;list-style:none;text-align:center;-webkit-user-select:none;user-select:none;width:25%;box-sizing:border-box}.wp-core-ui .attachment.details:focus,.wp-core-ui .attachment:focus,.wp-core-ui .selected.attachment:focus{box-shadow:inset 0 0 2px 3px #fff,inset 0 0 0 7px #4f94d4;outline:2px solid transparent;outline-offset:-6px}.wp-core-ui .selected.attachment{box-shadow:inset 0 0 0 5px #fff,inset 0 0 0 7px #c3c4c7}.wp-core-ui .attachment.details{box-shadow:inset 0 0 0 3px #fff,inset 0 0 0 7px #2271b1}.wp-core-ui .attachment-preview{position:relative;box-shadow:inset 0 0 15px rgba(0,0,0,.1),inset 0 0 0 1px rgba(0,0,0,.05);background:#f0f0f1;cursor:pointer}.wp-core-ui .attachment-preview:before{content:"";display:block;padding-top:100%}.wp-core-ui .attachment .icon{margin:0 auto;overflow:hidden}.wp-core-ui .attachment .thumbnail{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;opacity:1;transition:opacity .1s}.wp-core-ui .attachment .portrait img{max-width:100%}.wp-core-ui .attachment .landscape img{max-height:100%}.wp-core-ui .attachment .thumbnail:after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);overflow:hidden}.wp-core-ui .attachment .thumbnail img{top:0;left:0}.wp-core-ui .attachment .thumbnail .centered{position:absolute;top:0;left:0;width:100%;height:100%;transform:translate(50%,50%)}.wp-core-ui .attachment .thumbnail .centered img{transform:translate(-50%,-50%)}.wp-core-ui .attachments-browser .attachment .thumbnail .centered img.icon{transform:translate(-50%,-70%)}.wp-core-ui .attachment .filename{position:absolute;left:0;right:0;bottom:0;overflow:hidden;max-height:100%;word-wrap:break-word;text-align:center;font-weight:600;background:rgba(255,255,255,.8);box-shadow:inset 0 0 0 1px rgba(0,0,0,.15)}.wp-core-ui .attachment .filename div{padding:5px 10px}.wp-core-ui .attachment .thumbnail img{position:absolute}.wp-core-ui .attachment-close{display:block;position:absolute;top:5px;right:5px;height:22px;width:22px;padding:0;background-color:#fff;background-position:-96px 4px;border-radius:3px;box-shadow:0 0 0 1px rgba(0,0,0,.3);transition:none}.wp-core-ui .attachment-close:focus,.wp-core-ui .attachment-close:hover{background-position:-36px 4px}.wp-core-ui .attachment .check{display:none;height:24px;width:24px;padding:0;border:0;position:absolute;z-index:10;top:0;right:0;outline:0;background:#f0f0f1;cursor:pointer;box-shadow:0 0 0 1px #fff,0 0 0 2px rgba(0,0,0,.15)}.wp-core-ui .attachment .check .media-modal-icon{display:block;background-position:-1px 0;height:15px;width:15px;margin:5px}.wp-core-ui .attachment .check:hover .media-modal-icon{background-position:-40px 0}.wp-core-ui .attachment.selected .check{display:block}.wp-core-ui .attachment.details .check,.wp-core-ui .attachment.selected .check:focus,.wp-core-ui .media-frame.mode-grid .attachment.selected .check{background-color:#2271b1;box-shadow:0 0 0 1px #fff,0 0 0 2px #2271b1}.wp-core-ui .attachment.selected .check:focus{outline:2px solid transparent}.wp-core-ui .attachment.details .check .media-modal-icon,.wp-core-ui .media-frame.mode-grid .attachment.selected .check .media-modal-icon{background-position:-21px 0}.wp-core-ui .attachment.details .check:hover .media-modal-icon,.wp-core-ui .attachment.selected .check:focus .media-modal-icon,.wp-core-ui .media-frame.mode-grid .attachment.selected .check:hover .media-modal-icon{background-position:-60px 0}.wp-core-ui .media-frame .attachment .describe{position:relative;display:block;width:100%;margin:0;padding:0 8px;font-size:12px;border-radius:0}.media-frame .attachments-browser{position:relative;width:100%;height:100%;overflow:hidden}.attachments-browser .media-toolbar{right:300px;height:72px;background:#fff}.attachments-browser.hide-sidebar .media-toolbar{right:0}.attachments-browser .media-toolbar-primary>.media-button,.attachments-browser .media-toolbar-primary>.media-button-group,.attachments-browser .media-toolbar-secondary>.media-button,.attachments-browser .media-toolbar-secondary>.media-button-group{margin:10px 0}.attachments-browser .attachments{padding:2px 8px 8px}.attachments-browser .uploader-inline,.attachments-browser.has-load-more .attachments-wrapper,.attachments-browser:not(.has-load-more) .attachments{position:absolute;top:72px;left:0;right:300px;bottom:0;overflow:auto;outline:0}.attachments-browser .uploader-inline.hidden{display:none}.attachments-browser .media-toolbar-primary{max-width:33%}.mode-grid .attachments-browser .media-toolbar-primary{display:flex;align-items:center;column-gap:.5rem;margin:11px 0}.mode-grid .attachments-browser .media-toolbar-mode-select .media-toolbar-primary{display:none}.attachments-browser .media-toolbar-secondary{max-width:66%}.uploader-inline .close{background-color:transparent;border:0;cursor:pointer;height:48px;outline:0;padding:0;position:absolute;right:2px;text-align:center;top:2px;width:48px;z-index:1}.uploader-inline .close:before{font:normal 30px/1 dashicons!important;color:#50575e;display:inline-block;content:"\f335";font-weight:300;margin-top:1px}.uploader-inline .close:focus{outline:1px solid #4f94d4;box-shadow:0 0 3px rgba(34,113,177,.8)}.attachments-browser.hide-sidebar .attachments,.attachments-browser.hide-sidebar .uploader-inline{right:0;margin-right:0}.attachments-browser .instructions{display:inline-block;margin-top:16px;line-height:1.38461538;font-size:13px;color:#646970}.attachments-browser .no-media{padding:2em 0 0 2em}.more-loaded .attachment:not(.found-media){background:#dcdcde}.load-more-wrapper{clear:both;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding:1em 0}.load-more-wrapper .load-more-count{min-width:100%;margin:0 0 1em;text-align:center}.load-more-wrapper .load-more{margin:0}.media-frame .load-more-wrapper .load-more+.spinner{float:none;margin:0 -30px 0 10px}.media-frame .load-more-wrapper .load-more.hidden+.spinner{margin:0}.load-more-wrapper::after{content:"";min-width:100%;order:1}.load-more-wrapper .load-more-jump{margin:0 0 0 12px}.attachment.new-media{outline:2px dotted #c3c4c7}.media-progress-bar{position:relative;height:10px;width:70%;margin:10px auto;border-radius:10px;background:#dcdcde;background:rgba(0,0,0,.1)}.media-progress-bar div{height:10px;min-width:20px;width:0;background:#2271b1;border-radius:10px;transition:width .3s}.media-uploader-status .media-progress-bar{display:none;width:100%}.uploading.media-uploader-status .media-progress-bar{display:block}.attachment-preview .media-progress-bar{position:absolute;top:50%;left:15%;width:70%;margin:-5px 0 0}.media-uploader-status{position:relative;margin:0 auto;padding-bottom:10px;max-width:400px}.uploader-inline .media-uploader-status h2{display:none}.media-uploader-status .upload-details{display:none;font-size:12px;color:#646970}.uploading.media-uploader-status .upload-details{display:block}.media-uploader-status .upload-detail-separator{padding:0 4px}.media-uploader-status .upload-count{color:#3c434a}.media-uploader-status .upload-dismiss-errors,.media-uploader-status .upload-errors{display:none}.errors.media-uploader-status .upload-dismiss-errors,.errors.media-uploader-status .upload-errors{display:block}.media-uploader-status .upload-dismiss-errors{transition:none;text-decoration:none}.upload-errors .upload-error{padding:12px;margin-bottom:12px;background:#fff;border-left:4px solid #d63638;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.uploader-inline .upload-errors .upload-error{padding:12px 30px;background-color:#fcf0f1;box-shadow:none}.upload-errors .upload-error-filename{font-weight:600}.upload-errors .upload-error-message{display:block;padding-top:8px;word-wrap:break-word}.uploader-window,.wp-editor-wrap .uploader-editor{top:0;left:0;right:0;bottom:0;text-align:center;display:none}.uploader-window{position:fixed;z-index:250000;opacity:0;transition:opacity 250ms}.wp-editor-wrap .uploader-editor{position:absolute;z-index:99998;background:rgba(140,143,148,.9)}.uploader-window,.wp-editor-wrap .uploader-editor.droppable{background:rgba(10,75,120,.9)}.uploader-window-content,.wp-editor-wrap .uploader-editor-content{position:absolute;top:10px;left:10px;right:10px;bottom:10px;border:1px dashed #fff}.uploader-window .uploader-editor-title,.uploader-window h1,.wp-editor-wrap .uploader-editor .uploader-editor-title{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);font-size:3em;line-height:1.3;font-weight:600;color:#fff;margin:0;padding:0 10px}.wp-editor-wrap .uploader-editor .uploader-editor-title{display:none}.wp-editor-wrap .uploader-editor.droppable .uploader-editor-title{display:block}.uploader-window .media-progress-bar{margin-top:20px;max-width:300px;background:0 0;border-color:#fff;display:none}.uploader-window .media-progress-bar div{background:#fff}.uploading .uploader-window .media-progress-bar{display:block}.media-frame .uploader-inline{margin-bottom:20px;padding:0;text-align:center}.uploader-inline-content{position:absolute;top:30%;left:0;right:0}.uploader-inline-content .upload-ui{margin:2em 0}.uploader-inline-content .post-upload-ui{margin-bottom:2em}.uploader-inline .has-upload-message .upload-ui{margin:0 0 4em}.uploader-inline h2{font-size:20px;line-height:1.4;font-weight:400;margin:0}.uploader-inline .has-upload-message .upload-instructions{font-size:14px;color:#3c434a;font-weight:400}.uploader-inline .drop-instructions{display:none}.supports-drag-drop .uploader-inline .drop-instructions{display:block}.uploader-inline p{margin:.5em 0}.uploader-inline .media-progress-bar{display:none}.uploading.uploader-inline .media-progress-bar{display:block}.uploader-inline .browser{display:inline-block!important}.media-selection{position:absolute;top:0;left:0;right:350px;height:60px;padding:0 0 0 16px;overflow:hidden;white-space:nowrap}.media-selection .selection-info{display:inline-block;font-size:12px;height:60px;margin-right:10px;vertical-align:top}.media-selection.editing,.media-selection.empty{display:none}.media-selection.one .edit-selection{display:none}.media-selection .count{display:block;padding-top:12px;font-size:14px;line-height:1.42857142;font-weight:600}.media-selection .button-link{float:left;padding:1px 8px;margin:1px 8px 1px -8px;line-height:1.4;border-right:1px solid #dcdcde;color:#2271b1;text-decoration:none}.media-selection .button-link:focus,.media-selection .button-link:hover{color:#135e96}.media-selection .button-link:last-child{border-right:0;margin-right:0}.selection-info .clear-selection{color:#d63638}.selection-info .clear-selection:focus,.selection-info .clear-selection:hover{color:#d63638}.media-selection .selection-view{display:inline-block;vertical-align:top}.media-selection .attachments{display:inline-block;height:48px;margin:6px;padding:0;overflow:hidden;vertical-align:top}.media-selection .attachment{width:40px;padding:0;margin:4px}.media-selection .attachment .thumbnail{top:0;right:0;bottom:0;left:0}.media-selection .attachment .icon{width:50%}.media-selection .attachment-preview{box-shadow:none;background:0 0}.wp-core-ui .media-selection .attachment.details:focus,.wp-core-ui .media-selection .attachment:focus,.wp-core-ui .media-selection .selected.attachment:focus{box-shadow:0 0 0 1px #fff,0 0 2px 3px #4f94d4;outline:2px solid transparent}.wp-core-ui .media-selection .selected.attachment{box-shadow:none}.wp-core-ui .media-selection .attachment.details{box-shadow:0 0 0 1px #fff,0 0 0 3px #2271b1}.media-selection:after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;width:25px;background-image:linear-gradient(to left,#fff,rgba(255,255,255,0))}.media-selection .attachment .filename{display:none}.media-frame .spinner{background:url(//homelive.pt/wp-includes/images/spinner.gif) no-repeat;background-size:20px 20px;float:right;display:inline-block;visibility:hidden;opacity:.7;width:20px;height:20px;margin:0;vertical-align:middle}.media-frame .media-sidebar .settings-save-status .spinner{position:absolute;right:0;top:0}.media-frame.mode-grid .spinner{margin:0;float:none;vertical-align:middle}.media-modal .media-toolbar .spinner{float:none;vertical-align:bottom;margin:0 0 5px 5px}.media-frame .instructions+.spinner.is-active{vertical-align:middle}.media-frame .spinner.is-active{visibility:visible}.attachment-details{position:relative;overflow:auto}.attachment-details .settings-save-status{text-align:right;text-transform:none;font-weight:400}.attachment-details .settings-save-status .spinner{float:none;margin-left:5px}.attachment-details .settings-save-status .saved{display:none}.attachment-details.save-waiting .settings-save-status .spinner{visibility:visible}.attachment-details.save-complete .settings-save-status .saved{display:inline-block}.attachment-info{overflow:hidden;min-height:60px;margin-bottom:16px;line-height:1.5;color:#646970;border-bottom:1px solid #dcdcde;padding-bottom:11px}.attachment-info .wp-media-wrapper{margin-bottom:8px}.attachment-info .wp-media-wrapper.wp-audio{margin-top:13px}.attachment-info .filename{font-weight:600;color:#3c434a;word-wrap:break-word}.attachment-info .thumbnail{position:relative;float:left;max-width:120px;max-height:120px;margin-top:5px;margin-right:10px;margin-bottom:5px}.uploading .attachment-info .thumbnail{width:120px;height:80px;box-shadow:inset 0 0 15px rgba(0,0,0,.1)}.uploading .attachment-info .media-progress-bar{margin-top:35px}.attachment-info .thumbnail-image:after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);overflow:hidden}.attachment-info .thumbnail img{display:block;max-width:120px;max-height:120px;margin:0 auto}.attachment-info .details{float:left;font-size:12px;max-width:100%}.attachment-info .delete-attachment,.attachment-info .edit-attachment,.attachment-info .trash-attachment,.attachment-info .untrash-attachment{display:block;text-decoration:none;white-space:nowrap}.attachment-details.needs-refresh .attachment-info .edit-attachment{display:none}.attachment-info .edit-attachment{display:block}.media-modal .delete-attachment,.media-modal .trash-attachment,.media-modal .untrash-attachment{display:inline;padding:0;color:#d63638}.media-modal .delete-attachment:focus,.media-modal .delete-attachment:hover,.media-modal .trash-attachment:focus,.media-modal .trash-attachment:hover,.media-modal .untrash-attachment:focus,.media-modal .untrash-attachment:hover{color:#d63638}.attachment-display-settings{width:100%;float:left;overflow:hidden}.collection-settings{overflow:hidden}.collection-settings .setting input[type=checkbox]{float:left;margin-right:8px}.collection-settings .setting .name,.collection-settings .setting span{min-width:inherit}.media-modal .imgedit-wrap{position:static}.media-modal .imgedit-wrap .imgedit-panel-content{padding:16px 16px 0;overflow:visible}.media-modal .imgedit-wrap .imgedit-save-target{margin:8px 0 24px}.media-modal .imgedit-group{background:0 0;border:none;box-shadow:none;margin:0;padding:0;position:relative}.media-modal .imgedit-group.imgedit-panel-active{margin-bottom:16px;padding-bottom:16px}.media-modal .imgedit-group-top{margin:0}.media-modal .imgedit-group-top h2,.media-modal .imgedit-group-top h2 .button-link{display:inline-block;text-transform:uppercase;font-size:12px;color:#646970;margin:0;margin-top:3px}.media-modal .imgedit-group-top h2 .button-link,.media-modal .imgedit-group-top h2 a{text-decoration:none;color:#646970}.wp-core-ui.media-modal .image-editor .imgedit-help-toggle,.wp-core-ui.media-modal .image-editor .imgedit-help-toggle:active,.wp-core-ui.media-modal .image-editor .imgedit-help-toggle:hover{border:1px solid transparent;margin:0;padding:0;background:0 0;color:#2271b1;font-size:20px;line-height:1;cursor:pointer;box-sizing:content-box;box-shadow:none}.wp-core-ui.media-modal .image-editor .imgedit-help-toggle:focus{color:#2271b1;border-color:#2271b1;box-shadow:0 0 0 1px #2271b1;outline:2px solid transparent}.wp-core-ui.media-modal .imgedit-group-top .dashicons-arrow-down.imgedit-help-toggle{margin-top:-3px}.wp-core-ui.media-modal .image-editor h3 .imgedit-help-toggle{margin-top:-2px}.media-modal .imgedit-help-toggled span.dashicons:before{content:"\f142"}.media-modal .imgedit-thumbnail-preview{margin:10px 8px 0 0}.imgedit-thumbnail-preview-caption{display:block}.media-modal .imgedit-wrap .notice,.media-modal .imgedit-wrap div.updated{margin:0 16px}.embed-url{display:block;position:relative;padding:16px;margin:0;z-index:250;background:#fff;font-size:18px}.media-frame .embed-url input{font-size:18px;line-height:1.22222222;padding:12px 40px 12px 14px;width:100%;min-width:200px;box-shadow:inset 2px 2px 4px -2px rgba(0,0,0,.1)}.media-frame .embed-url input::-ms-clear{display:none}.media-frame .embed-url .spinner{position:absolute;top:32px;right:26px}.media-frame .embed-loading .embed-url .spinner{visibility:visible}.embed-link-settings,.embed-media-settings{position:absolute;top:82px;left:0;right:0;bottom:0;padding:0 16px;overflow:auto}.media-embed .embed-link-settings .link-text{margin-top:0}.embed-link-settings::after,.embed-media-settings::after{content:"";display:flex;clear:both;height:24px}.media-embed .embed-link-settings{overflow:visible}.embed-preview embed,.embed-preview iframe,.embed-preview img,.mejs-container video{max-width:100%;vertical-align:middle}.embed-preview a{display:inline-block}.embed-preview img{display:block;height:auto}.mejs-container:focus{outline:1px solid #2271b1;box-shadow:0 0 0 2px #2271b1}.image-details .media-modal{left:140px;right:140px}.image-details .media-frame-content,.image-details .media-frame-router,.image-details .media-frame-title{left:0}.image-details .embed-media-settings{top:0;overflow:visible;padding:0}.image-details .embed-media-settings::after{content:none}.image-details .embed-media-settings,.image-details .embed-media-settings div{box-sizing:border-box}.image-details .column-settings{background:#f6f7f7;border-right:1px solid #dcdcde;min-height:100%;width:55%;position:absolute;top:0;left:0}.image-details .column-settings h2{margin:20px;padding-top:20px;border-top:1px solid #dcdcde;color:#1d2327}.image-details .column-image{width:45%;position:absolute;left:55%;top:0}.image-details .image{margin:20px}.image-details .image img{max-width:100%;max-height:500px}.image-details .advanced-toggle{padding:0;color:#646970;text-transform:uppercase;text-decoration:none}.image-details .advanced-toggle:active,.image-details .advanced-toggle:hover{color:#646970}.image-details .advanced-toggle:after{font:normal 20px/1 dashicons;speak:never;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f140";display:inline-block;margin-top:-2px}.image-details .advanced-visible .advanced-toggle:after{content:"\f142"}.image-details .custom-size .custom-size-setting,.image-details .custom-size label{display:block;float:left}.image-details .custom-size .custom-size-setting label{float:none}.image-details .custom-size input{width:5em}.image-details .custom-size .sep{float:left;margin:26px 6px 0}.image-details .custom-size .description{margin-left:0}.media-embed .thumbnail{max-width:100%;max-height:200px;position:relative;float:left}.media-embed .thumbnail img{max-height:200px;display:block}.media-embed .thumbnail:after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);overflow:hidden}.media-embed .setting,.media-embed .setting-group{width:100%;margin:10px 0;float:left;display:block;clear:both}.media-embed .setting-group .setting:not(.checkbox-setting){margin:0}.media-embed .setting.has-description{margin-bottom:5px}.media-embed .description{clear:both;font-style:normal}.media-embed .content-track+.description{line-height:1.4;max-width:none!important}.media-embed .remove-track{margin-bottom:10px}.image-details .embed-media-settings .setting,.image-details .embed-media-settings .setting-group{float:none;width:auto}.image-details .actions{margin:10px 0}.image-details .hidden{display:none}.media-embed .setting input[type=text],.media-embed .setting textarea,.media-embed fieldset{display:block;width:100%;max-width:400px}.image-details .embed-media-settings .setting input[type=text],.image-details .embed-media-settings .setting textarea{max-width:inherit;width:70%}.image-details .description,.image-details .embed-media-settings .custom-size,.image-details .embed-media-settings .link-target,.image-details .embed-media-settings .setting input.link-to-custom,.image-details .embed-media-settings .setting-group{margin-left:27%;width:70%}.image-details .description{font-style:normal;margin-top:0}.image-details .embed-media-settings .link-target{margin-top:16px}.audio-details .checkbox-label,.image-details .checkbox-label,.video-details .checkbox-label{vertical-align:baseline}.media-embed .setting input.hidden,.media-embed .setting textarea.hidden{display:none}.media-embed .setting .name,.media-embed .setting span,.media-embed .setting-group .name{display:inline-block;font-size:13px;line-height:1.84615384;color:#646970}.media-embed .setting span{display:block;width:200px}.image-details .embed-media-settings .setting .name,.image-details .embed-media-settings .setting span{float:left;width:25%;text-align:right;margin:8px 1% 0;line-height:1.1}.image-details .embed-media-settings .setting .button-group,.media-frame .setting-group .button-group{width:auto}.media-embed-sidebar{position:absolute;top:0;left:440px}.advanced-section,.link-settings{margin-top:10px}.media-frame .setting .button-group{display:flex;margin:0!important;max-width:none!important}.rtl .media-frame,.rtl .media-frame .search,.rtl .media-frame input[type=email],.rtl .media-frame input[type=number],.rtl .media-frame input[type=password],.rtl .media-frame input[type=search],.rtl .media-frame input[type=tel],.rtl .media-frame input[type=text],.rtl .media-frame input[type=url],.rtl .media-frame select,.rtl .media-frame textarea,.rtl .media-modal{font-family:Tahoma,sans-serif}:lang(he-il) .rtl .media-frame,:lang(he-il) .rtl .media-frame .search,:lang(he-il) .rtl .media-frame input[type=email],:lang(he-il) .rtl .media-frame input[type=number],:lang(he-il) .rtl .media-frame input[type=password],:lang(he-il) .rtl .media-frame input[type=search],:lang(he-il) .rtl .media-frame input[type=text],:lang(he-il) .rtl .media-frame input[type=url],:lang(he-il) .rtl .media-frame select,:lang(he-il) .rtl .media-frame textarea,:lang(he-il) .rtl .media-modal{font-family:Arial,sans-serif}@media only screen and (max-width:900px){.media-modal .media-frame-title{height:40px}.media-modal .media-frame-title h1{line-height:2.22222222;font-size:18px}.media-modal-close{width:42px;height:42px}.media-frame .media-frame-title{position:static;padding:0 44px;text-align:center}.media-frame:not(.hide-menu) .media-frame-content,.media-frame:not(.hide-menu) .media-frame-router,.media-frame:not(.hide-menu) .media-frame-toolbar{left:0}.media-frame:not(.hide-menu) .media-frame-router{top:80px}.media-frame:not(.hide-menu) .media-frame-content{top:114px}.media-frame.hide-router .media-frame-content{top:80px}.media-frame:not(.hide-menu) .media-frame-menu{position:static;width:0}.media-frame:not(.hide-menu) .media-menu{display:none;width:auto;max-width:80%;overflow:auto;z-index:2000;top:75px;left:50%;transform:translateX(-50%);right:auto;bottom:auto;padding:5px 0;border:1px solid #c3c4c7}.media-frame:not(.hide-menu) .media-menu.visible{display:block}.media-frame:not(.hide-menu) .media-menu>a{padding:12px 16px;font-size:16px}.media-frame:not(.hide-menu) .media-menu .separator{margin:5px 10px}.media-frame-menu-heading{clip-path:inset(50%);height:1px;overflow:hidden;padding:0;width:1px;border:0;margin:-1px;word-wrap:normal!important}.wp-core-ui .media-frame:not(.hide-menu) .button.media-frame-menu-toggle{display:inline-flex;align-items:center;position:absolute;left:50%;transform:translateX(-50%);margin:-6px 0 0;padding:0 2px 0 12px;font-size:.875rem;font-weight:600;text-decoration:none;background:0 0;height:.1%;min-height:40px}.wp-core-ui .button.media-frame-menu-toggle:active,.wp-core-ui .button.media-frame-menu-toggle:hover{background:0 0;transform:none}.wp-core-ui .button.media-frame-menu-toggle:focus{outline:1px solid transparent}.media-sidebar{width:230px}.options-general-php .crop-content.site-icon,.wp-customizer:not(.mobile) .media-frame-content .crop-content.site-icon{margin-right:262px}.attachments-browser .attachments,.attachments-browser .attachments-wrapper,.attachments-browser .media-toolbar,.attachments-browser .uploader-inline,.attachments-browser.has-load-more .attachments-wrapper{right:262px}.attachments-browser .media-toolbar{height:82px}.attachments-browser .attachments,.attachments-browser .uploader-inline,.media-frame-content .attachments-browser .attachments-wrapper{top:82px}.attachment-details .setting,.media-sidebar .setting{margin:6px 0}.attachment-details .setting .name,.attachment-details .setting input,.attachment-details .setting textarea,.compat-item label span,.media-sidebar .setting .name,.media-sidebar .setting input,.media-sidebar .setting textarea{float:none;display:inline-block}.attachment-details .setting span,.media-sidebar .checkbox-label-inline,.media-sidebar .setting span{float:none}.media-sidebar .setting .select-label-inline{display:inline}.attachment-details .setting .name,.compat-item label span,.media-sidebar .checkbox-label-inline,.media-sidebar .setting .name{text-align:inherit;min-height:16px;margin:0;padding:8px 2px 2px}.attachment-details .attachment-info .copy-to-clipboard-container,.media-sidebar .setting .copy-to-clipboard-container{margin-left:0;padding-top:0}.attachment-details .attachment-info .copy-attachment-url,.media-sidebar .setting .copy-attachment-url{margin:0 1px}.attachment-details .setting .value,.media-sidebar .setting .value{float:none;width:auto}.attachment-details .setting input[type=email],.attachment-details .setting input[type=number],.attachment-details .setting input[type=password],.attachment-details .setting input[type=search],.attachment-details .setting input[type=tel],.attachment-details .setting input[type=text],.attachment-details .setting input[type=url],.attachment-details .setting select,.attachment-details .setting textarea,.attachment-details .setting+.description,.media-sidebar .setting input[type=email],.media-sidebar .setting input[type=number],.media-sidebar .setting input[type=password],.media-sidebar .setting input[type=search],.media-sidebar .setting input[type=tel],.media-sidebar .setting input[type=text],.media-sidebar .setting input[type=url],.media-sidebar .setting select,.media-sidebar .setting textarea{float:none;width:98%;max-width:none;height:auto}.media-frame .media-toolbar input[type=search]{line-height:2.25}.attachment-details .setting select.columns,.media-sidebar .setting select.columns{width:auto}.media-frame .search,.media-frame input,.media-frame textarea{padding:3px 6px}.wp-admin .media-frame select{min-height:40px;font-size:16px;line-height:1.625;padding:5px 24px 5px 8px}.image-details .column-image{width:30%;left:70%}.image-details .column-settings{width:70%}.image-details .media-modal{left:30px;right:30px}.image-details .embed-media-settings .setting,.image-details .embed-media-settings .setting-group{margin:20px}.image-details .embed-media-settings .setting .name,.image-details .embed-media-settings .setting span{float:none;text-align:left;width:100%;margin-bottom:4px;margin-left:0}.media-modal .legend-inline{position:static;transform:none;margin-left:0;margin-bottom:6px}.image-details .embed-media-settings .setting-group .setting{margin-bottom:0}.image-details .embed-media-settings .setting input.link-to-custom,.image-details .embed-media-settings .setting input[type=text],.image-details .embed-media-settings .setting textarea{width:100%;margin-left:0}.image-details .embed-media-settings .setting.has-description{margin-bottom:5px}.image-details .description{width:auto;margin:0 20px}.image-details .embed-media-settings .custom-size{margin-left:20px}.collection-settings .setting input[type=checkbox]{float:none;margin-top:0}.media-selection{min-width:120px}.media-selection:after{background:0 0}.media-selection .attachments{display:none}.media-modal .attachments-browser .media-toolbar .search{max-width:100%;height:auto;float:right}.media-modal .attachments-browser .media-toolbar .attachment-filters{height:auto}.media-frame input[type=email],.media-frame input[type=number],.media-frame input[type=password],.media-frame input[type=search],.media-frame input[type=text],.media-frame input[type=url],.media-frame select,.media-frame textarea{font-size:16px;line-height:1.5}.media-frame .media-toolbar input[type=search]{line-height:2.3755}.media-modal .media-toolbar .spinner{margin-bottom:10px}}@media screen and (max-width:782px){.imgedit-panel-content{grid-template-columns:auto}.media-frame-toolbar .media-toolbar{bottom:-54px}.mode-grid .attachments-browser .media-toolbar-primary{display:grid;grid-template-columns:auto 1fr}.mode-grid .attachments-browser .media-toolbar-primary input[type=search]{width:100%}.attachment-details .copy-to-clipboard-container .success,.media-sidebar .copy-to-clipboard-container .success{font-size:14px;line-height:2.71428571}.media-frame .wp-filter .media-toolbar-secondary{position:unset}.media-frame .media-toolbar-secondary .spinner{position:absolute;top:0;bottom:0;margin:auto;left:0;right:0;z-index:9}.media-bg-overlay{content:'';background:#fff;width:100%;height:100%;display:none;position:absolute;left:0;right:0;top:0;bottom:0;opacity:.6}}@media only screen and (max-width:640px),screen and (max-height:400px){.image-details .media-modal,.media-modal{position:fixed;top:0;left:0;right:0;bottom:0}.media-modal-backdrop{position:fixed}.options-general-php .crop-content.site-icon,.wp-customizer:not(.mobile) .media-frame-content .crop-content.site-icon{margin-right:0}.media-sidebar{z-index:1900;max-width:70%;bottom:120%;box-sizing:border-box;padding-bottom:0}.media-sidebar.visible{bottom:0}.attachments-browser .attachments,.attachments-browser .media-toolbar,.attachments-browser .uploader-inline,.media-frame-content .attachments-browser .attachments-wrapper{right:0}.image-details .media-frame-title{display:block;top:0;font-size:14px}.image-details .column-image,.image-details .column-settings{width:100%;position:relative;left:0}.image-details .column-settings{padding:4px 0}.media-frame-content .media-toolbar .instructions{display:none}.load-more-wrapper .load-more-jump{margin:12px 0 0}}@media only screen and (min-width:901px) and (max-height:400px){.media-frame:not(.hide-menu) .media-menu,.media-menu{top:0;padding-top:44px}.load-more-wrapper .load-more-jump{margin:12px 0 0}}@media only screen and (max-width:480px){.wp-core-ui.wp-customizer .media-button{margin-top:13px}}@media print,(min-resolution:120dpi){.wp-core-ui .media-modal-icon{background-image:url(//homelive.pt/wp-includes/images/uploader-icons-2x.png);background-size:134px 15px}.media-frame .spinner{background-image:url(//homelive.pt/wp-includes/images/spinner-2x.gif)}}.media-frame-content[data-columns="1"] .attachment{width:100%}.media-frame-content[data-columns="2"] .attachment{width:50%}.media-frame-content[data-columns="3"] .attachment{width:33.33%}.media-frame-content[data-columns="4"] .attachment{width:25%}.media-frame-content[data-columns="5"] .attachment{width:20%}.media-frame-content[data-columns="6"] .attachment{width:16.66%}.media-frame-content[data-columns="7"] .attachment{width:14.28%}.media-frame-content[data-columns="8"] .attachment{width:12.5%}.media-frame-content[data-columns="9"] .attachment{width:11.11%}.media-frame-content[data-columns="10"] .attachment{width:10%}.media-frame-content[data-columns="11"] .attachment{width:9.09%}.media-frame-content[data-columns="12"] .attachment{width:8.33%}.imgareaselect-border1 {
background: url(//homelive.pt/wp-includes/js/imgareaselect/border-anim-v.gif) repeat-y left top;
}
.imgareaselect-border2 {
background: url(//homelive.pt/wp-includes/js/imgareaselect/border-anim-h.gif) repeat-x left top;
}
.imgareaselect-border3 {
background: url(//homelive.pt/wp-includes/js/imgareaselect/border-anim-v.gif) repeat-y right top;
}
.imgareaselect-border4 {
background: url(//homelive.pt/wp-includes/js/imgareaselect/border-anim-h.gif) repeat-x left bottom;
}
.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
filter: alpha(opacity=50);
opacity: 0.5;
}
.imgareaselect-handle {
background-color: #fff;
border: solid 1px #000;
filter: alpha(opacity=50);
opacity: 0.5;
}
.imgareaselect-outer {
background-color: #000;
filter: alpha(opacity=50);
opacity: 0.5;
}
.imgareaselect-selection {
}.sp-container {
position:absolute;
top:0;
left:0;
display:inline-block;
*display: inline;
*zoom: 1; z-index: 9999994;
overflow: hidden;
}
.sp-container.sp-flat {
position: relative;
} .sp-container,
.sp-container * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
} .sp-top {
position:relative;
width: 100%;
display:inline-block;
}
.sp-top-inner {
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
}
.sp-color {
position: absolute;
top:0;
left:0;
bottom:0;
right:20%;
}
.sp-hue {
position: absolute;
top:0;
right:0;
bottom:0;
left:84%;
height: 100%;
}
.sp-clear-enabled .sp-hue {
top:33px;
height: 77.5%;
}
.sp-fill {
padding-top: 80%;
}
.sp-sat, .sp-val {
position: absolute;
top:0;
left:0;
right:0;
bottom:0;
}
.sp-alpha-enabled .sp-top {
margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
display: block;
}
.sp-alpha-handle {
position:absolute;
top:-4px;
bottom: -4px;
width: 6px;
left: 50%;
cursor: pointer;
border: 1px solid black;
background: white;
opacity: .8;
}
.sp-alpha {
display: none;
position: absolute;
bottom: -14px;
right: 0;
left: 0;
height: 8px;
}
.sp-alpha-inner {
border: solid 1px #333;
}
.sp-clear {
display: none;
}
.sp-clear.sp-clear-display {
background-position: center;
}
.sp-clear-enabled .sp-clear {
display: block;
position:absolute;
top:0px;
right:0;
bottom:0;
left:84%;
height: 28px;
} .sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button  {
-webkit-user-select:none;
-moz-user-select: -moz-none;
-o-user-select:none;
user-select: none;
}
.sp-container.sp-input-disabled .sp-input-container {
display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
display: none;
}
.sp-palette-only .sp-picker-container {
display: none;
}
.sp-palette-disabled .sp-palette-container {
display: none;
}
.sp-initial-disabled .sp-initial {
display: none;
} .sp-sat {
background-image: -webkit-gradient(linear,  0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}
.sp-hue {
background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
} .sp-1 {
height:17%;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
height:16%;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
height:17%;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
height:17%;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
height:16%;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
height:17%;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}
.sp-hidden {
display: none !important;
} .sp-cf:before, .sp-cf:after { content: ""; display: table; }
.sp-cf:after { clear: both; }
.sp-cf { *zoom: 1; } @media (max-device-width: 480px) {
.sp-color { right: 40%; }
.sp-hue { left: 63%; }
.sp-fill { padding-top: 60%; }
}
.sp-dragger {
border-radius: 5px;
height: 5px;
width: 5px;
border: 1px solid #fff;
background: #000;
cursor: pointer;
position:absolute;
top:0;
left: 0;
}
.sp-slider {
position: absolute;
top:0;
cursor:pointer;
height: 3px;
left: -1px;
right: -1px;
border: 1px solid #000;
background: white;
opacity: .8;
} .sp-container {
border-radius: 0;
background-color: #ECECEC;
border: solid 1px #f0c49B;
padding: 0;
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sp-top {
margin-bottom: 3px;
}
.sp-color, .sp-hue, .sp-clear {
border: solid 1px #666;
} .sp-input-container {
float:right;
width: 100px;
margin-bottom: 4px;
}
.sp-initial-disabled  .sp-input-container {
width: 100%;
}
.sp-input {
font-size: 12px !important;
border: 1px inset;
padding: 4px 5px;
margin: 0;
width: 100%;
background:transparent;
border-radius: 3px;
color: #222;
}
.sp-input:focus  {
border: 1px solid orange;
}
.sp-input.sp-validation-error {
border: 1px solid red;
background: #fdd;
}
.sp-picker-container , .sp-palette-container {
float:left;
position: relative;
padding: 10px;
padding-bottom: 300px;
margin-bottom: -290px;
}
.sp-picker-container {
width: 172px;
border-left: solid 1px #fff;
} .sp-palette-container {
border-right: solid 1px #ccc;
}
.sp-palette-only .sp-palette-container {
border: 0;
}
.sp-palette .sp-thumb-el {
display: block;
position:relative;
float:left;
width: 24px;
height: 15px;
margin: 3px;
cursor: pointer;
border:solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
border-color: orange;
}
.sp-thumb-el {
position:relative;
} .sp-initial {
float: left;
border: solid 1px #333;
}
.sp-initial span {
width: 30px;
height: 25px;
border:none;
display:block;
float:left;
margin:0;
}
.sp-initial .sp-clear-display {
background-position: center;
} .sp-palette-button-container,
.sp-button-container {
float: right;
} .sp-replacer {
margin:0;
overflow:hidden;
cursor:pointer;
padding: 4px;
display:inline-block;
*zoom: 1;
*display: inline;
border: solid 1px #91765d;
background: #eee;
color: #333;
vertical-align: middle;
}
.sp-replacer:hover, .sp-replacer.sp-active {
border-color: #F0C49B;
color: #111;
}
.sp-replacer.sp-disabled {
cursor:default;
border-color: silver;
color: silver;
}
.sp-dd {
padding: 2px 0;
height: 16px;
line-height: 16px;
float:left;
font-size:10px;
}
.sp-preview {
position:relative;
width:25px;
height: 20px;
border: solid 1px #222;
margin-right: 5px;
float:left;
z-index: 0;
}
.sp-palette {
*width: 220px;
max-width: 220px;
}
.sp-palette .sp-thumb-el {
width:16px;
height: 16px;
margin:2px 1px;
border: solid 1px #d0d0d0;
}
.sp-container {
padding-bottom:0;
} .sp-container button {
background-color: #eeeeee;
background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
border: 1px solid #ccc;
border-bottom: 1px solid #bbb;
border-radius: 3px;
color: #333;
font-size: 14px;
line-height: 1;
padding: 5px 4px;
text-align: center;
text-shadow: 0 1px 0 #eee;
vertical-align: middle;
}
.sp-container button:hover {
background-color: #dddddd;
background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
border: 1px solid #bbb;
border-bottom: 1px solid #999;
cursor: pointer;
text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
border: 1px solid #aaa;
border-bottom: 1px solid #888;
-webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
-moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
-ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
-o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
font-size: 11px;
color: #d93f3f !important;
margin:0;
padding:2px;
margin-right: 5px;
vertical-align: middle;
text-decoration:none;
}
.sp-cancel:hover {
color: #d93f3f !important;
text-decoration: underline;
}
.sp-palette span:hover, .sp-palette span.sp-thumb-active {
border-color: #000;
}
.sp-preview, .sp-alpha, .sp-thumb-el {
position:relative;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
display:block;
position:absolute;
top:0;left:0;bottom:0;right:0;
}
.sp-palette .sp-thumb-inner {
background-position: 50% 50%;
background-repeat: no-repeat;
}
.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}
.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}
.sp-clear-display {
background-repeat:no-repeat;
background-position: center;
background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}.super-form .slider>.dragger {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
width: 16px;
height: 16px
}
.super-form .slider>.highlight-track,
.super-form .slider>.track {
background: #ccc;
height: 4px
}
.super-form-settings .super-field .slider,
.super-settings .super-field .slider {
margin-bottom: 5px !important;
}
.super-element-settings .slider-field .slider {
margin-top:5px!important;
margin-bottom:5px!important;
}
.super-form-settings .super-field .slider>.track,
.super-settings .super-field .slider>.track,
.super-element-settings .slider-field .slider .track {
background-color: #aaa;
height: 4px;
margin-top: -4px !important;
}
.super-form-settings .super-field .slider>.dragger,
.super-settings .super-field .slider>.dragger,
.super-element-settings .slider-field .slider .dragger {
height: 16px;
margin-left: 0px !important;
}
.super-settings .super-field .slider>.dragger {
margin-top: -2px !important;
}
.super-form-settings .slider,
.super-settings .slider {
width: 300px
}.carouseljs {
visibility: hidden;
overflow:hidden;
height:50px;
}
.carouseljs-wrapper {
position: relative;
padding-left: 60px;
padding-right: 60px;
margin-bottom: 50px;
}
.carouseljs-container {
overflow: hidden;
}
.carouseljs-container {
display: flex;
align-items: stretch;
min-width: 0;
}
.carouseljs-track {
display: flex;
margin: 0;
padding: 0;
white-space: nowrap;
}
.carouseljs-track > .carouseljs-item {
white-space: normal;
}
.carouseljs-track > .carouseljs-item * {
max-width: 100%;
}
.carouseljs-container > textarea {
display: none;
}
.carouseljs-button {
width: 50px;
height: 50px;
cursor: pointer;
position: absolute;
top: 0;
right: 0px;
transform: translate3d(0, 0, 0);
top: 50%;
margin-top: -25px;
}
.carouseljs-button.prev {
right: initial;
left: 0px;
transform: rotate(180deg);
margin-top: -22px;
}
.carouseljs-button i {
position: absolute;
width: 25px;
height: 3px;
background: #49B4B6;
transition: all 0.15s ease;
top:50%;
left: -4px;
border-radius: 25px;
}
.carouseljs-button.prev i,
.carouseljs-button.next i {
transform-origin: 100% 50%;
} .carouseljs-button.prev .top-line,
.carouseljs-button.next .top-line {
transform: translate(0px, 1px) rotate(40deg);
}
.carouseljs-button.prev .bottom-line,
.carouseljs-button.next .bottom-line {
transform: translate(0px, -1px) rotate(-40deg);
} .carouseljs-button.prev:hover .top-line,
.carouseljs-button.next:hover .top-line {
transform: translate(5px, 1px) rotate(40deg);
width: 30px;
}
.carouseljs-button.prev:hover .bottom-line,
.carouseljs-button.next:hover .bottom-line {
transform: translate(5px, -1px) rotate(-40deg);
width: 30px;
} .carouseljs-button[data-state=disabled] {
opacity: 0.3;
cursor: default;
}
.carouseljs-button.prev[data-state=disabled] .top-line,
.carouseljs-button.prev[data-state=disabled] .bottom-line,
.carouseljs-button.next[data-state=disabled] .top-line,
.carouseljs-button.next[data-state=disabled] .bottom-line {
transform: translate(5px, 0) rotate(0deg);
} .carouseljs-dots {
position:absolute;
left:0px;
bottom: -40px;
width:100%;
text-align:center;
}
.carouseljs-dots > span {
width: 30px;
height: 30px;
display:inline-block;
position:relative;
cursor: pointer;
}
.carouseljs-dots > span:before {
content:'';
position:absolute;
left: 5px;
top: 5px;
width: 20px;
height: 20px;
display:inline-block;
background-color: #e2e2e2;
border-radius: 25px;
}
.carouseljs-dots > span:hover:before {
background-color: #c1c1c1;
}
.carouseljs-dots > span.carouseljs-current:before {
background-color: #49B4B6;
}
@media (min-width: 0px) {
.carouseljs-button {
transform: scale(0.7);
right: -25px;
}
.carouseljs-button.prev {
left: -25px;
transform: scale(0.7) rotate(180deg);
}  
.carouseljs-wrapper {
padding-left: 30px;
padding-right: 30px;
margin-bottom: 40px;
}
.carouseljs-dots > span {
width: 20px;
height: 20px;
}
.carouseljs-dots > span:before {
width: 10px;
height: 10px;
}
.carouseljs-dots {
bottom: -40px;
}
}
@media (min-width: 768px) {
.carouseljs-button {
transform: scale(0.85);
right:-15px;
}
.carouseljs-button.prev {
left: -15px;
transform: scale(0.85) rotate(180deg);
}  
.carouseljs-wrapper {
padding-left: 45px;
padding-right: 45px;
margin-bottom: 50px;
}
.carouseljs-dots > span {
width: 25px;
height: 25px;
}
.carouseljs-dots > span:before {
width: 15px;
height: 15px;
}
.carouseljs-dots {
bottom: -45px;
}  
}
@media (min-width: 1200px) {
.carouseljs-button {
transform: scale(1);
right: -5px;
}
.carouseljs-button.prev {
left: -5px;
transform: scale(1) rotate(180deg);
}  
.carouseljs-wrapper {
padding-left: 60px;
padding-right: 60px;
margin-bottom: 60px;
}
.carouseljs-dots > span {
width: 30px;
height: 30px;
}
.carouseljs-dots > span:before {
width: 20px;
height: 20px;
}
.carouseljs-dots {
bottom: -50px;
}
}.super-shortcode.super-field.super-calculator {
display: block;
}
.super-shortcode.super-field.super-calculator[data-conditional-action="show"] {
display: none;
}
.super-shortcode.super-field.super-calculator[data-conditional-action="hide"] {
display: block;
}
.super-shortcode.super-field.super-calculator.super-conditional-visible {
display: block;
}
.super-shortcode.super-field.super-calculator.super-conditional-hidden {
display: none;
}
.super-field.super-calculator .super-calculator-wrapper {
display: flex;
align-items: center;
}
.super-field.super-calculator .super-calculator-wrapper span {
font-size: 20px;
}
.super-field.super-calculator .super-calculator-wrapper span.super-calculator-label {
font-size: 12px;
padding-right: 5px;
}
.super-field.super-calculator.super-align-left {
text-align: left;
}
.super-field.super-calculator.super-align-center {
text-align: center;
}
.super-field.super-calculator.super-align-right {
text-align: right;
}
.super-field.super-calculator .super-field-wrapper {
float: none;
margin: auto;
width: auto;
display: inline-block;
}
.super-rtl .super-field.super-calculator .super-field-wrapper {
float: right;
}
.super-rtl .super-field.super-calculator.super-align-center .super-field-wrapper {
float: initial;
}
.super-calculator .super-field-wrapper {
align-items: center;
display:flex!important;
margin:initial!important;
padding:0!important;
}.super-form .super-mailchimp .super-group-title {
width: 100%;
float: left;
clear: both;
margin-top: 10px;
font-weight: bold;
}
.super-form .super-mailchimp.display-vertical .super-field-wrapper {
flex-direction: column;
}
.super-form .super-mailchimp.display-horizontal .super-field-wrapper {
flex-direction: row;
}.super-signature {
max-width:100%;
}
.super-signature-canvas {
background-repeat: no-repeat;
background-position: center;
}
.super-filled .super-signature-canvas {
background-image: none!important;
}
.super-signature-clear {
position: absolute;
right: 0px;
top: 0px;
display: block;
width: 27px;
height: 27px;
text-align: center;
line-height: 25px;
cursor: pointer;
z-index: 2;
display:none;
}
.super-filled .super-signature-clear {
display:block;
}
.super-signature-clear:after {
content: '\f2ed';
font-family: 'Font Awesome 5 Free';
font-size: 19px;
}
.super-signature-canvas canvas {
position: relative;
z-index: 1;
}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0} @media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(//homelive.pt/wp-content/themes/wpresidence/fonts/glyphicons-halflings-regular.eot);src:url(//homelive.pt/wp-content/themes/wpresidence/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(//homelive.pt/wp-content/themes/wpresidence/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(//homelive.pt/wp-content/themes/wpresidence/fonts/glyphicons-halflings-regular.woff) format('woff'),url(//homelive.pt/wp-content/themes/wpresidence/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(//homelive.pt/wp-content/themes/wpresidence/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date],input[type=time],input[type=datetime-local],input[type=month]{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px \9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.form-group-sm .form-control{height:30px;line-height:30px}select[multiple].form-group-sm .form-control,textarea.form-group-sm .form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:5px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.form-group-lg .form-control{height:46px;line-height:46px}select[multiple].form-group-lg .form-control,textarea.form-group-lg .form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:10px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.33px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px)and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px 15px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding:48px 0}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.4;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.42857143;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;margin-top:-10px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px)and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px)and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px)and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px)and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px)and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px)and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px)and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px)and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px)and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px)and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}.btn-danger,.btn-default,.btn-info,.btn-primary,.btn-success,.btn-warning{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-danger .badge,.btn-default .badge,.btn-info .badge,.btn-primary .badge,.btn-success .badge,.btn-warning .badge{text-shadow:none}.btn.active,.btn:active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-o-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc}.btn-default:focus,.btn-default:hover{background-color:#e0e0e0;background-position:0 -15px}.btn-default.active,.btn-default:active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-default.disabled,.btn-default:disabled,.btn-default[disabled]{background-color:#e0e0e0;background-image:none}.btn-primary{background-image:-webkit-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-o-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));background-image:linear-gradient(to bottom,#337ab7 0,#265a88 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#245580}.btn-primary:focus,.btn-primary:hover{background-color:#265a88;background-position:0 -15px}.btn-primary.active,.btn-primary:active{background-color:#265a88;border-color:#245580}.btn-primary.disabled,.btn-primary:disabled,.btn-primary[disabled]{background-color:#265a88;background-image:none}.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:focus,.btn-success:hover{background-color:#419641;background-position:0 -15px}.btn-success.active,.btn-success:active{background-color:#419641;border-color:#3e8f3e}.btn-success.disabled,.btn-success:disabled,.btn-success[disabled]{background-color:#419641;background-image:none}.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}.btn-info:focus,.btn-info:hover{background-color:#2aabd2;background-position:0 -15px}.btn-info.active,.btn-info:active{background-color:#2aabd2;border-color:#28a4c9}.btn-info.disabled,.btn-info:disabled,.btn-info[disabled]{background-color:#2aabd2;background-image:none}.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#e38d13}.btn-warning:focus,.btn-warning:hover{background-color:#eb9316;background-position:0 -15px}.btn-warning.active,.btn-warning:active{background-color:#eb9316;border-color:#e38d13}.btn-warning.disabled,.btn-warning:disabled,.btn-warning[disabled]{background-color:#eb9316;background-image:none}.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:focus,.btn-danger:hover{background-color:#c12e2a;background-position:0 -15px}.btn-danger.active,.btn-danger:active{background-color:#c12e2a;border-color:#b92c28}.btn-danger.disabled,.btn-danger:disabled,.btn-danger[disabled]{background-color:#c12e2a;background-image:none}.img-thumbnail,.thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{background-color:#e8e8e8;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{background-color:#2e6da4;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-o-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.open>a{background-image:-webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));background-image:linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);box-shadow:inset 0 3px 9px rgba(0,0,0,.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-o-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a{background-image:-webkit-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-o-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#080808),to(#0f0f0f));background-image:linear-gradient(to bottom,#080808 0,#0f0f0f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);box-shadow:inset 0 3px 9px rgba(0,0,0,.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,.25)}.navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top{border-radius:0}@media (max-width:767px){.navbar .navbar-nav .open .dropdown-menu>.active>a,.navbar .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}}.alert{text-shadow:0 1px 0 rgba(255,255,255,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)}.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);background-repeat:repeat-x;border-color:#b2dba1}.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);background-repeat:repeat-x;border-color:#9acfea}.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);background-repeat:repeat-x;border-color:#f5e79e}.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);background-repeat:repeat-x;border-color:#dca7a7}.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f5f5f5));background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x}.progress-bar{background-image:-webkit-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-o-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#286090));background-image:linear-gradient(to bottom,#337ab7 0,#286090 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);background-repeat:repeat-x}.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#449d44));background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);background-repeat:repeat-x}.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#31b0d5));background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);background-repeat:repeat-x}.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#ec971f));background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);background-repeat:repeat-x}.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c9302c));background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);background-repeat:repeat-x}.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{text-shadow:0 -1px 0 #286090;background-image:-webkit-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2b669a));background-image:linear-gradient(to bottom,#337ab7 0,#2b669a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);background-repeat:repeat-x;border-color:#2b669a}.list-group-item.active .badge,.list-group-item.active:focus .badge,.list-group-item.active:hover .badge{text-shadow:none}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);background-repeat:repeat-x}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);background-repeat:repeat-x}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#faf2cc));background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);background-repeat:repeat-x}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-o-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);background-repeat:repeat-x}.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x;border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)}.advanced_search_map h1,a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;margin:0;outline:0;padding:0;vertical-align:baseline}:focus{outline:0}body{background:#fff;line-height:1em}ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}a{color:#222;transition:color .4s linear;-moz-transition:color .4s linear;-webkit-transition:color .4s linear;-o-transition:color .4s linear}a:hover{color:#0073e1}a img{border:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.nocomapare{width:400px;margin:0 auto;margin-top:20px;margin-bottom:20px;display:inline-block;text-align:center}body,html{height:100%;margin:0}body{color:#5c727d;background-color:#f7f7f7;font-family:Roboto,sans-serif}body.logged-in.admin-bar{padding-top:32px}b,strong{font-weight:500}.row{margin-left:15px;margin-right:15px}.dashboard-margin{padding-left:15px}.col-md-push-3.rightmargin{padding-left:15px;padding-right:15px}.leftmargin{padding-left:15px}embed,iframe,object,video{max-width:100%}a:focus,a:hover{color:#0073e1;text-decoration:none;outline:0}h1,h1 a,h2,h2 a,h3,h3 a,h4,h4 a,h5,h5 a,h6,h6 a{color:#222;font-family:Roboto,sans-serif}h1{font-size:34px;line-height:1.3em;margin-bottom:15px;font-weight:500}h2{font-size:28px;line-height:1.3em;margin-bottom:15px;font-weight:500}h3{font-size:24px;line-height:1.3em;margin-bottom:15px;font-weight:500}h4{font-size:18px;line-height:1.3em;margin-bottom:15px;font-weight:500}h5{font-size:14px;line-height:1em;margin-bottom:15px;font-weight:500}h6{font-size:12px;line-height:1em;margin-bottom:15px;font-weight:500}.noposts{margin-left:30px}.label{padding:.4em .6em .4em;font-weight:400;margin-left:10px;border-radius:0}code{white-space:normal}.small,small{font-size:100%}.tooltip-inner{background:#333;font-size:12px;border-radius:4px}.tooltip.top .tooltip-arrow{border-top-color:#222}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#222;border-width:0 5px 5px}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-bottom-color:#222;border-width:0 5px 5px}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-bottom-color:#222;border-width:0 5px 5px}.entry-title{margin:0 0 25px 0;width:100%;float:left;word-break:break-word}.home .entry-title{margin-top:30px}#google_map_prop_list_sidebar .entry-title{margin:0 10px 15px 10px;padding:0 20px;width:calc(100% - 160px);line-height:1.2em}.no_results_title{margin-left:15px}.entry-title-search{margin:0 0 13px 15px;font-weight:300}.title_results{padding-left:15px}.container{padding:0;width:1200px;position:relative;z-index:2}.elementor-location-header nav{z-index:4}.container.is_boxed{box-shadow:0 5px 15px rgba(0,0,0,.1)}.container.main_wrapper.has_header_type3{overflow:hidden}.main_wrapper.is_boxed{overflow:hidden}.content_wrapper{width:1200px;margin:0 auto;background-color:#f8f8f8;padding:0 15px 30px 15px;position:relative}.wpestate_property_header_extended{position:relative;z-index:3;display:inline-block;width:100%}.content_wrapper.wpestate_content_wrapper_custom_template{width:100%}.wpestate_content_wrapper_custom_template_wrapper{max-width:1200px;margin:0 auto;background-color:#f8f8f8}.home.page .content_wrapper,.home.page .single-content,.page .content_wrapper,.page .single-content{padding-bottom:0;margin-bottom:0}.page-template .single-content{margin-bottom:15px}.wide{width:100%;background-color:#f8f8f8}.col-md-9.rightmargin,.full_width_prop{width:70%}.col-md-push-3.rightmargin,.full_width_prop.col-md-push-3,.single_width_blog.col-md-push-3{left:30%}.col-md-12.full_width_prop{width:100%}.header_media{background-color:#fdfdfd;position:relative;z-index:3;width:100%;display:inline-block;padding-top:90px}.half_map_body .header_media{display:none}.has_header_type4 .header_media{min-height:0;margin-top:0;padding-top:0}.rev_slider_wrapper{z-index:0!important}.header_media_close{overflow:hidden}#primary{-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;width:30%}.home #primary{margin-top:30px}.col-md-pull-9{right:70%}.widget-area-sidebar{min-height:500px;margin-top:0}.wpestate_sidebar_sticky{position:sticky;top:120px}.has_header_type4 .wpestate_sidebar_sticky{top:45px}.single-estate_agent .widget-area-sidebar{margin-top:0}.wpestate_sticky{position:fixed;top:0;padding-top:80px}.has_top_bar .wpestate_sticky{padding-top:140px}.admin-bar .wpestate_sticky{padding-top:110px}#advanced_submit_widget,#morg_compute,#zill_submit_estimate{width:100%;margin-bottom:0!important}#footer-widget-area{padding:55px 30px 70px 30px;padding:30px;max-width:1200px;width:100%;margin:0 auto}#footer-widget-area.wide_footer,.sub_footer_content.wide_footer{max-width:100%}.footer_header4{padding-left:270px}.caret{border-top:6px solid #768082}label{margin-bottom:7px;font-size:13px;font-weight:500}p:empty{margin-bottom:0!important}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.single_width_blog .alignfull,.single_width_page .alignfull{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw)}.col-md-9.rightmargin .alignfull{width:auto;min-width:100%;margin-left:calc(50% / .75 - 50vw);margin-right:auto}.col-md-push-3.rightmargin .alignfull{width:auto;min-width:100%;margin-left:0;margin-right:calc(50% / .75 - 50vw)}.single_width_blog .alignfull img,.single_width_page .alignfull img{margin-left:auto;margin-right:auto}.alignwide.has-1-columns>.wp-block-column{width:100%;flex-basis:100%}.alignfull.has-1-columns>.wp-block-column{width:100%;flex-basis:100%}.has-background-dim.alignfull .wp-block-cover-image-text{margin:0 auto;position:absolute;line-height:inherit;top:50%;transform:translate(0,-50%);left:0;right:0}#access ul ul,#carousel-indicators-vertical img,#carousel-listing,#googleMap_shortcode,#search_wrapper,#search_wrapper_color,.acc_google_maps,.adv_handler,.adv_search_tab_item,.agency_content_wrapper,.agent-unit-img-wrapper img,.agent_card_my_listings,.agent_content,.agent_unit,.agentpict,.blog2v .property_listing_blog,.blog_author_image,.blog_unit,.blog_unit_image,.comment-form #submit,.comment-reply-link,.contact-comapany-logo,.featured_div,.featured_property_type1 .featured_prop_price,.featured_widget_image img,.form-control,.front_plan_row,.front_plan_row_image,.header_agency_container img,.indicator-energy,.leaflet-popup-content .info_details.openstreet_map_price_infobox,.listing_wrapper,.membership_package_product,.post-carusel,.property_listing,.property_listing_blog,.property_reviews_wrapper,.property_unit_type5,.property_unit_type5 .featured_gradient,.property_unit_type5 .item,.propery_listing_main_image,.related_blog_unit_image img,.schedule_meeting,.sidebar_filter_menu,.single-blog,.subunit_wrapper,.term_bar_item,.user_role_featured_image,.user_role_image,.user_role_status,.widget-container,.widget_latest_listing_image img,.wpestate_agent_details_wrapper,.wpestate_schedule_tour_wrapper,.wpresidence_button,input{border-radius:4px}.wpestate-flex{display:flex}.wpestate-flex-wrap{flex-wrap:wrap}.wpestate-align-self-center{align-self:center}.wpestate-align-items-center{align-items:center}.wpestate-align-items-stretch{align-items:stretch}.wpestate-justify-content-center{justify-content:center}.wpestate-justify-content-between{justify-content:space-between}.wpestate-flex-row-reverse{flex-direction:row-reverse}.wpestate-text-end{text-align:right}.ms-auto{margin-left:auto}.me-auto{margin-right:auto}.wpestate-order-last{order:6}.wpestate-order-first{order:-1}.wpestate-order-2{order:2}.wpestate-order-3{order:3}.wpestate-justify-content-flex-end{justify-content:flex-end}input[type=email],input[type=number],input[type=password],input[type=text],input[type=url],textarea{font-size:13px;padding:9px 0 9px 9px;color:#8593a9;border:1px solid #f0f0f0;background-color:#fff;box-shadow:none;-webkit-appearance:none}.wpcf7-form-control{font-size:13px;padding:9px 0 9px 9px;color:#8593a9;border:1px solid #f0f0f0;border-radius:4px;background-color:#fff;-webkit-appearance:none}.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha{float:left;margin-left:15px;margin-bottom:15px}input[type=checkbox].wpcf7-form-control{-webkit-appearance:default;box-shadow:none}.wpcf7-checkbox{padding:0;background:0 0;border:none;box-shadow:none}input.form-control:-moz-placeholder,input.form-control::-moz-placeholder,input.form-control::-ms-input-placeholder,input.form-control::-webkit-input-placeholder{color:#8593a9!important}input.form-control::-moz-placeholder{opacity:1}.widget-area-sidebar input[type=email],.widget-area-sidebar input[type=number],.widget-area-sidebar input[type=password],.widget-area-sidebar input[type=text],.widget-area-sidebar input[type=url],.widget-area-sidebar textarea{font-size:13px}.form-control::placeholder,input::placeholder{color:#8593a9!important}.elementor-template-full-width .container.content_wrapper{width:100%;margin-top:90px}.elementor-template-full-width .header_transparent .container.content_wrapper{margin-top:0}.elementor-template-full-width .has_header_type4 .content_wrapper{max-width:100%;margin-top:0}.elementor-template-full-width .content_wrapper{padding:0}.has_header_type4 .content_wrapper{width:100%;max-width:1200px}.fixed_header .content_wrapper{background-color:transparent}.fixed_header{position:fixed;z-index:999}#access{padding:0 45px;height:100%}#access .menu{height:100%}#access ul{font-size:13px;list-style:none;margin:0 0 0 -.8125em;padding-left:0;z-index:99999;text-align:right}#access ul ul{float:left;margin:0;position:absolute;left:0;visibility:hidden;opacity:0;top:130px;margin-left:3px;padding:25px 0;width:285px;background-color:#fff;-webkit-box-shadow:3px 1px 20px 0 rgba(0,110,225,.08);box-shadow:3px 1px 20px 0 rgba(0,110,225,.08);-webkit-transition:all 0s ease,visibility 0s ease;-o-transition:all 0s ease,visibility 0s ease;transition:all 0s ease,visibility 0s ease;line-height:0}#access li{display:inline-block;text-align:left;position:relative;-webkit-transition:padding .35s ease;-moz-transition:padding .35s ease;-o-transition:padding .35s ease;transition:padding .35s ease;-webkit-backface-visibility:hidden}#access a{display:block;text-decoration:none;font-size:15px;font-weight:500;padding-left:15px;padding-right:15px;transition:none;-moz-transition:none;-webkit-transition:none;-o-transition:none;color:#222;cursor:pointer;-webkit-backface-visibility:hidden}.hover_type_1 #access a,.hover_type_2 #access a{transition:.2s all linear;-moz-transition:.2s all linear;-webkit-transition:.2s all linear;-o-transition:.2s all linear}#access .menu li:hover>a,#access .menu li:hover>a:active,#access .menu li:hover>a:focus{color:#0073e1}#access .sub-menu li:hover>a,#access .sub-menu li:hover>a:active,#access .sub-menu li:hover>a:focus{color:#fff;background-color:#0073e1}#access .menu .sub-menu li:hover>a,#access .menu .sub-menu li:hover>a:active,#access .menu .sub-menu li:hover>a:focus{-webkit-transform:matrix(1,0,0,1,10,0);-ms-transform:matrix(1,0,0,1,10,0);transform:matrix(1,0,0,1,10,0);-webkit-transition:transform .25s ease;transition:transform .25s ease;-o-transition:transform .25s ease}.menu>li{height:100%;line-height:90px}.hover_type_3 .menu>li{margin-right:5px}.customnav .menu>li{height:100%;line-height:70px}.menu-main-menu-container{height:100%}.menu-item-link i{margin-right:8px}.menu_label{background:#e9b97b;display:inline-block;margin-left:5px;font-size:9px;color:#fff;padding:0 5px;line-height:12px;height:12px;vertical-align:text-top;font-weight:400;border-radius:4px;transform:translate(0,-3px)}#access .haschildren:after{content:'\00BB';font-size:14px;margin-left:10px;position:absolute;top:12px;right:15px}.sub-menu ul{border-top:1px solid #fff!important}.sub-menu ul:before{content:'';display:none}.sub-menu li:hover{background-color:#0073e1;color:#fff;border:none}#access .sub-menu li>a{-webkit-transform:matrix(1,0,0,1,0,20);-ms-transform:matrix(1,0,0,1,0,20);transform:matrix(1,0,0,1,0,20);-webkit-transition:opacity .75s ease,color .5s ease,-webkit-transform .75s ease;transition:opacity .75s ease,-webkit-transform .75s ease;-o-transition:opacity .75s ease,transform .75s ease;transition:opacity .75s ease,transform .75s ease}.sub-menu li:hover>a{padding-left:18px!important}.sub-menu li:hover a{color:#fff}#colophon .widget_nav_menu .sub-menu li:hover{background-color:transparent}#colophon .sub-menu ul{border-top:0 solid #fff!important}#colophon .sub-menu li:hover>a{padding-left:5px!important}.sub-menu a:hover{color:#fff}.hover_type_4 #access ul ul{margin-left:0}#access ul ul li{width:100%;padding:0 30px}#access ul ul.wpestate_megamenu_class li{padding:0 0}#access ul ul a{color:#222;font-size:14px;font-weight:500;height:auto;line-height:1.4em;padding:12px 13px 13px 13px;text-transform:none}#access ul ul li:last-child>a{border-bottom:none}#access .current-menu-ancestor>a,#access .current-menu-item>a,#access .current-menu-parent>a{color:#0073e1}#access .current-menu-item{color:#0073e1}#access .menu>li:hover a{-webkit-transform:matrix(1,0,0,1,0,0);-ms-transform:matrix(1,0,0,1,0,0);transform:matrix(1,0,0,1,0,0)}#access .menu>li:hover a{background:0 0!important}.hover_type_1 #access .menu>li:hover a{background:0 0!important}.customnav.header_type5.hover_type_2 #access .menu>li:hover>a:before,.hover_type_2 #access .menu>li:hover>a:before{position:absolute;top:0;left:0;content:"";border-top:3px solid #0073e1;width:100%}.hover_type_2 #access .menu>li.with-megamenu:hover>a{position:relative}.header_type5.hover_type_2 #access .menu>li:hover>a:before{position:absolute;top:0;left:0;content:"";border-top:3px solid #fff;width:100%}.header_type5.hover_type_2 #access .menu li:hover>a{color:#fff}#access ul li.with-megamenu:hover>ul.sub-menu,.header_type2 #access ul li.with-megamenu>ul.sub-menu{left:0}.hover_type_3 #access .menu>li:hover>a{background:#0073e1!important;color:#fff;display:inline;padding:7px 15px;border-radius:4px;transition:visibility .3s ease}.header_transparent .customnav.hover_type_3 #access ul.menu>li:hover>a{color:#fff}.hover_type_4 #access .menu>li:hover>a{background:#0073e1!important;color:#fff}.hover_type_5 #access .menu>li:hover>a{border-bottom:3px solid #0073e1;padding:7px 10px;margin-left:5px;margin-right:5px;display:inline}.hover_type_6 #access .menu>li:hover>a{border:2px solid #0073e1;color:#0073e1;display:inline;padding:7px 13px}#access ul ul :hover>a{color:#fff}#access ul li:hover>ul{top:90px;opacity:1;visibility:visible}#access ul ul li:hover>ul{top:-26px}#access ul ul ul{left:100%;top:30px;margin-left:0}#access ul ul ul ul{display:none}.sub-menu .menu-item-has-children>a:after{content:"\f105";font-family:"Font Awesome 5 Free";float:right;font-weight:700}#mobile_display{height:33px;width:100%;padding:6px 10px;background-color:#333;display:none;margin-bottom:20px;color:#fff;cursor:pointer;box-sizing:border-box;-moz-box-sizing:border-box;margin-top:10px;border-radius:4px}#mobile_display span{margin-top:4px;float:left}#mobile_display i{font-size:21px;float:right}#mobile_menu{list-style-type:none;margin:0;width:100%;margin-top:-20px;margin-bottom:20px;display:none}#mobile_menu li{margin:0;padding:10px;border-bottom:1px solid #e2e4e5;border-left:1px solid #e2e4e5;border-right:1px solid #e2e4e5;cursor:pointer}#mobile_menu li:hover{background-color:#333;color:#fff}#mobile_menu li:hover a{color:#fff}#mobile_menu .first_level{padding-left:20px}#mobile_menu .second_level{padding-left:30px}.dropdown-menu::-webkit-scrollbar{width:18px;margin:0 0;padding:0!important}.dropdown-menu::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:none;background-color:#c8ceda;border-left:7px solid #f7f3f3;border-right:7px solid #f7f3f3;border-top:10px solid #f7f3f3;border-bottom:10px solid #f7f3f3;height:90px}.dropdown-menu::-webkit-scrollbar-track{-webkit-box-shadow:none;background-color:#f7f3f3;border-radius:0}.master_header{background-color:#fff;width:100%;position:fixed;top:0;z-index:100;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden}.header_has_sticky_search.master_header{position:relative;top:0!important}.header_has_sticky_search.header_transparent.master_header{position:absolute}.header_wrapper{width:100%;margin:0 auto;height:90px;-webkit-transition:height .3s ease;-moz-transition:height .3s ease;-o-transition:height .3s ease;transition:height .3s ease;position:relative;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;backface-visibility:hidden;-webkit-backface-visibility:hidden}.fixed_header .header_wrapper_inside{max-width:100%;width:100%!important;padding:0 55px}.admin-bar .master_header{top:32px}.master_header_sticky{top:0}.has_top_bar .master_header_sticky{top:-41px}.admin-bar.has_top_bar .master_header_sticky{top:-10px}.header_wrapper_inside{width:1110px;height:100%;margin:0 auto}.full_width_header .header_wrapper_inside,.wpresidence_dashboard_body .header_wrapper_inside{width:100%;padding:0 55px;max-width:100%}.logo img{max-height:54px;max-width:160px}.header_transparent .customnav .header_phone svg,.header_transparent .customnav .submit_action svg{fill:#0073e1}.header_transparent .header_phone a{color:#fff}.header_transparent .header_phone a,.header_transparent .header_phone svg,.header_transparent .submit_action svg{fill:#fff}.header_transparent .customnav .header_phone a{color:#222}.header_transparent .submit_action:hover svg{fill:#fff;opacity:.7}.header_transparent .customnav .submit_action:hover svg,.submit_action:hover svg{fill:#222;opacity:1}#shopping-cart{float:left;color:#333;font-size:20px;cursor:pointer;margin:10px 10px 0 0;position:relative}#shopping-cart-icon{width:84%}.header_transparent #shopping-cart_icon path{fill:#fff}.wpestream_cart_counter_header_mobile{border-radius:50%;width:25px;height:25px;background-color:#0073e1;line-height:25px;text-align:center;font-size:12px;position:absolute;top:12px;right:15px;float:right;color:#fff;left:auto}.wpestream_cart_counter_header,.wpestream_cart_counter_header_mobile{position:absolute;top:-18px;background-color:#0073e1;width:20px;height:20px;line-height:20px;text-align:center;border-radius:50%;padding:1px 1px 0 0;font-size:13px;color:#fff;left:0}.wpestate_header_shoping_cart{position:absolute;background:#fff;box-shadow:3px 1px 20px 0 rgb(0 110 225 / 8%);width:300px;right:15px;top:65px;padding:20px;display:none}.wpestate_header_shoping_cart_total{text-align:center;font-weight:500;font-size:16px;color:#333}.wpestate_header_view_cart,.wpestate_header_view_checkout{width:100%;display:inline-block;margin-top:15px;text-align:center;padding:4px 15px}.wpestate_header_view_cart{border-color:#ebba7c;color:#fff;background-image:linear-gradient(to right,transparent 50%,#ebba7c 50%);margin-bottom:0}.wpestate_header_view_checkout{background-color:#b0ae37}.wpestate_header_view_cart:hover,.wpestate_header_view_checkout:hover{background-color:#333;color:#fff;border-color:#333}.wpestate_in_cart_image{width:60px;height:60px;float:left;margin-right:10px}.wpestate_in_cart_title{font-size:13px;line-height:19px;font-weight:500;text-align:left!important}.woocommerce-order-received .wpresidence_sidebar_cart{display:none}#shopping-cart_icon path,.header_wrapper.customnav #shopping-cart_icon path{fill:#333}.transparent_header #shopping-cart_icon path{fill:#fff}.top_bar{height:40px;line-height:40px;width:1110px;padding:0;font-size:13px;color:#b6b6b6;backface-visibility:hidden;-webkit-backface-visibility:hidden;margin:0 auto}.top_bar_wrapper{background-color:#f3f3f3;z-index:99;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;position:Relative;width:100%}.has_header_type5 .master_header{border-bottom:0}.single-estate_agency .has_header_type5 .master_header,.single-estate_developer .has_header_type5 .master_header{border-bottom:1px solid #f0f0f0}.master_header.wide{width:100%}.top_bar_wrapper.transparent_topbar{background-color:transparent}.top_bar_wrapper.transparent_border_topbar{border-bottom:1px solid #ccc}.top_bar_wrapper.transparent_border_topbar .left-top-widet .textwidget{padding:0 15px}.top_bar_wrapper.transparent_border_topbar .right-top-widet .widget-container{border-left:1px solid #ccc;padding:0 15px}.top_bar_wrapper.transparent_border_topbar .right-top-widet .widget-container:last-of-type{border-right:1px solid #ccc}.top_bar_wrapper.transparent_border_topbar .left-top-widet .widget-container:last-of-type{border-right:1px solid #ccc}.right-top-widet #multiple_currency_widget-7,.top_bar_wrapper .left-top-widet .measurement_unit_widget,.top_bar_wrapper .left-top-widet .multiple_currency_widget,.top_bar_wrapper .right-top-widet .measurement_unit_widget,.top_bar_wrapper .right-top-widet .multiple_currency_widget{height:40px;line-height:40px;margin-top:0;padding:8px 15px 0 15px;margin:0}.top_bar_wrapper.transparent_border_topbar .left-top-widet .widget-container:first-of-type{border-left:1px solid #ccc}.top_bar_wrapper.transparent_border_topbar .left-top-widet .widget-container:last-of-type{border-left:1px solid #ccc}.top_bar_wrapper.transparent_border_topbar .left-top-widet .widget-container.social_sidebar{border-right:0}.transparent_border_topbar .top_bar .social_sidebar_internal a{border-right:1px solid #ccc;padding:0 13px!important}.transparent_border_topbar .top_bar .social_sidebar_internal i{margin-right:0;text-align:center}.top_bar_wrapper.transparent_border_topbar,.top_bar_wrapper.transparent_border_topbar .left-top-widet .widget-container:first-of-type,.top_bar_wrapper.transparent_border_topbar .left-top-widet .widget-container:last-of-type,.top_bar_wrapper.transparent_border_topbar .right-top-widet .widget-container,.top_bar_wrapper.transparent_border_topbar .right-top-widet .widget-container:last-of-type,.transparent_border_topbar .top_bar .social_sidebar_internal a{border-color:rgba(206,206,206,.3)}.fixed_header .top_bar,.full_width_header .top_bar{width:100%;padding:0 55px}.top_bar a{color:#b6b6b6;font-size:14px;padding:11px 0}.top_bar .textwidget p{margin-bottom:0}.has_header_type4 .wide .top_bar{width:100%;max-width:calc(100% - 270px);width:calc(100% - 270px);margin:0}.wide.fixed_header .top_bar{width:100%}.widget-title-topbar{display:none}.left-top-widet li,.right-top-widet li{float:left;display:inline}.top_bar .widget-container{display:inline;margin-bottom:0}.top_bar .widget-container ul{list-style:none;min-width:140px}.top_bar .widget-container ul li{display:inline;width:auto}.header_type4 .header_wrapper_inside.full_width_header{padding:0 0}.header_wrapper.customnav{height:70px;padding-top:0;max-width:100%}.header_transparent .header_wrapper.navbar-fixed-top.customnav{background-color:#fff}.top_bar i{width:13px;margin-right:5px;margin-left:0;font-size:13px}.barlogo{width:90px;margin-top:10px;float:left;margin-left:45px;display:none}.navbar,.navbar-default{border:none;border-radius:0}.nav_wrapper{width:100%;background-color:#f8f8f8}.mynavbar{width:100%;margin:0 auto;background-color:#333;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.navbar-default{background-image:none}.navbar-nav>li>a{padding-top:20px;padding-bottom:20px}.header_social{float:right;padding:25px 45px 0 0}.logo_image{padding:30px 0 0 0}.header_wrapper.header_type5.no_property_submit #access{margin-right:0;margin-left:45px}.header_wrapper.header_type5.header_right.no_property_submit #access{margin-right:30px;margin-left:45px}.header_type2 .logo{margin-top:30px;padding:0}.customnav.header_type2 .logo{margin:0;width:auto}.header_wrapper.header_type2{min-height:175px}.header_wrapper.header_type2.customnav{min-height:70px;height:70px}.header_type2 #access{padding:0;height:auto}.header_type2 .menu>li{height:100%;line-height:90px}.header_type2.customnav .menu>li{height:100%;line-height:70px}.header_type2 .header_wrapper_inside{align-content:space-between}.header_type2 #access ul li:hover>ul{top:90px}.navicon-button.header_type3_navicon{border:1px solid #f0f0f0;padding-top:15px;padding-left:8px;width:35px;height:35px}.header_type3 .header_wrapper_inside{height:100%}.header_type3_menu_sidebar{background-color:#2d3033;position:fixed;top:0;right:-300px;width:300px;height:100%;max-height:100%;box-sizing:border-box;z-index:99999;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;padding-top:30px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;backface-visibility:hidden;-webkit-backface-visibility:hidden}.container.main_wrapper.has_header_type3{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;backface-visibility:hidden;-webkit-backface-visibility:hidden}.container.main_wrapper.fixed_header.has_header_type3{height:100%}.header_type3_menu_sidebar.header_right{right:auto;left:-300px}.header_type3_menu_sidebar .loginwd_sidebar{border:1px solid transparent;border-radius:0;-webkit-box-shadow:none;box-shadow:none;background-color:transparent;display:inline-block}.header_type3_menu_sidebar .loginwd_sidebar .widget-title-sidebar{padding:15px 0 0 0;border-bottom:0 solid #f0f0f0;font-size:16px;color:#b4c0cc;background-color:transparent}.header_type3_menu_sidebar .loginwd_sidebar .login_form{padding:0 15px 15px 15px}.header_type3_menu_sidebar .loginwd_sidebar #forgot_pass_widget,.header_type3_menu_sidebar .loginwd_sidebar #widget_register_sw{color:#b4c0cc;width:100%;font-size:13px;float:left}.header_type3_menu_sidebar #nav_menu-2,.header_type3_menu_sidebar .menu-item{display:inline-block}.header_type3_menu_sidebar .menu>li{height:auto;line-height:45px;display:inline-block;color:#fff;width:100%}.header_type3_menu_sidebar .menu>li a{color:#fff}.header_type3_menu_sidebar .widget-container.boxed_widget .wd_user_menu{width:100%;padding:0 0 13px 3px;margin:0}.header_type3_menu_sidebar ul{margin:0 15px;list-style-type:none;display:inline-block}.header_type3_menu_sidebar .textwidget a{color:#5c727d}.header_type3_menu_sidebar .xoxo li ul{margin:0;width:100%}.header_type3_menu_sidebar .widget-container li{border-bottom:0 solid #555;margin-bottom:0;padding-bottom:0;display:block;width:100%;line-height:45px;padding-left:0}.header_type3_menu_sidebar .widget-container li a{color:#b4c0cc}.header_type3_menu_sidebar .widget_nav_menu li:before,.header_type3_menu_sidebar .widget_pages li:before,.header_type3_menu_sidebar .widget_recent_entries li:before,.header_type3_menu_sidebar .widget_rss li:before,.header_type3_menu_sidebar .widget_text li:before{display:none}.header_type3_menu_sidebar .sub-menu ul{border-top:0 solid #555!important}.header_type3_menu_sidebar .menu>li a{color:#fff;padding:0 0 0 15px}.header_type3_menu_sidebar #access .menu>li>a i,.header_type3_menu_sidebar .menu>li a{line-height:45px}.header_type3_menu_sidebar #access .menu>li>a i,.header_type3_menu_sidebar #access ul.menu>li>a{color:#b4c0cc}.header_type3_menu_sidebar #access .menu li:hover>a,.header_type3_menu_sidebar #access .menu li:hover>a:active,.header_type3_menu_sidebar #access .menu li:hover>a:focus{color:#fff}.header_type3_menu_sidebar #access ul ul{top:0;left:-250px}.header_type3_menu_sidebar #access ul li:hover>ul{top:0;opacity:1;visibility:visible;left:-285px;padding-top:30px}.header_type3_menu_sidebar .widget_nav_menu .sub-menu{float:right;margin:0;position:absolute;right:200px;visibility:hidden;opacity:0}.header_type3_menu_sidebar #access{display:inline-block;height:auto;margin:0;max-width:800px;margin-bottom:50px;padding:0}.header_type3_menu_sidebar #access ul{margin:0;padding-top:0}.header_type3_menu_sidebar.header_left.header_alignment_text_center.sidebaropen .social_sidebar{text-align:center}.header_type3_menu_sidebar.header_left.header_alignment_text_center.sidebaropen #social_widget_top-3 .social_sidebar_internal a{margin:0 3px}#header_type3_wrapper #access ul ul li{width:100%!important;float:left}#header_type3_wrapper .widget-title-topbar{display:block;color:#d6e1ec;font-size:16px}#header_type3_wrapper .widget_archive li:before,#header_type3_wrapper .widget_categories li:before{margin-top:0}#header_type3_wrapper .advanced_search_sidebar,#header_type3_wrapper .widget_search{float:left}#header_type3_wrapper .widget_nav_menu a{padding-left:0}.header_type3_menu_sidebar.header_right.header_alignment_text_left #access li{text-align:left}#header_type3_wrapper.header_type3_menu_sidebar.header_right #access ul li.with-megamenu:hover>ul.sub-menu,#header_type3_wrapper.header_type3_menu_sidebar.header_right #access ul li.with-megamenu>ul.sub-menu,.header_type3_menu_sidebar.header_right #access ul li:hover>ul,.header_type3_menu_sidebar.header_right #access ul ul{left:300px}.header_type3_menu_sidebar.header_right #access ul ul li:hover>ul{left:219px}.header_type3_menu_sidebar.header_right #access .menu>.with-megamenu:hover ul ul,.header_type3_menu_sidebar.header_right #access ul li.with-megamenu ul ul{left:0}.header_type3_menu_sidebar.header_left.header_alignment_text_right #access li,.header_type3_menu_sidebar.header_right.header_alignment_text_right #access li{text-align:right}.header_type3_menu_sidebar.header_left.header_alignment_text_center #access li,.header_type3_menu_sidebar.header_right.header_alignment_text_center #access li{text-align:center}.header_type3_menu_sidebar.header_left .sub-menu .menu-item-has-children>a:after{content:"\f104";font-family:"Font Awesome 5 Free";float:left;display:none}.header_type3_menu_sidebar .sub-menu .menu-item-has-children>a:after{display:none}.header_wrapper.header_type4{width:270px!important;height:100%!important;position:fixed!important;top:0;overflow:initial;box-sizing:border-box;padding-bottom:50px;left:0;max-width:270px;opacity:1;background:#fff;z-index:99}.header_type4 #access{display:inline-block;height:auto;margin:0;max-width:100%;width:100%;padding:0}#header4_footer{margin-top:auto;width:100%;padding:0 15px}.header_type4.header_alignment_text_center #access li,.header_type4.header_alignment_text_center .xoxo{text-align:center}.header_type4.header_alignment_text_right #access li,.header_type4.header_alignment_text_right .xoxo{text-align:right}.header_type4.header_alignment_text_center #header4_footer .social_sidebar_internal a{text-align:center;float:none}.header_type4.header_alignment_text_right #header4_footer .social_sidebar_internal a{text-align:right;float:none}.header_wrapper.header_type4 .logo img{margin:0 auto}.header_type4.header_alignment_text_left .logo img{margin:0}.header_type4.header_alignment_text_right .logo img{float:right}.header_type4 #access .menu,.header_type4 .menu-main-menu-container{width:100%;margin:0;height:auto}.header_wrapper.header_type4 .logo{margin:50px 0;padding:0 15px;display:inline-block;height:auto;width:100%}.header_type4 .header_wrapper_inside{padding:0;flex-direction:column;width:100%;justify-content:flex-start}.header_wrapper.header_type4.header_right{left:auto;right:0}.header_wrapper.header_type4 #access li{display:block;width:100%;line-height:45px}.header_type4.header_alignment_text_center #access a{text-align:center}.header_type4.header_alignment_text_right #access a{text-align:right}.header_wrapper.header_type4 #access .menu>li>a i{line-height:45px}.header_wrapper.header_type4 #access ul li:hover>ul{top:-1px;left:-287px}.header_wrapper.header_type4.header_left #access ul li:hover>ul{top:-1px;left:267px}#header4_footer ul{list-style:none;margin:0}#header4_footer li{width:100%;display:inline-block;margin-bottom:10px}#header4_footer h3{font-size:14px}.header_wrapper.header_type4 .user_menu{display:inline-block;float:none;margin-right:0;color:#0073e1;padding:0;cursor:pointer;margin-top:20px;position:relative;right:auto;top:auto}.header_wrapper.header_type4 #user_menu_open{background-color:#fff;right:0;left:270px;z-index:999999;top:106px;margin-top:25px;box-shadow:none;width:254px}.header_wrapper.header_type4 #user_menu_open:after,.header_wrapper.header_type4 #user_menu_open:before{display:none}#header4_footer .social_sidebar_internal a,.top_bar .social_sidebar_internal a{padding:0 5px 0 5px;float:left;box-sizing:border-box;-moz-box-sizing:border-box;vertical-align:0}#header4_footer .social_sidebar_internal a:hover,.top_bar .social_sidebar_internal a:hover{color:#0073e1}.container.main_wrapper.has_header_type4.contentheader_center,.container.main_wrapper.has_header_type4.contentheader_left{padding-left:270px}.container.main_wrapper.has_header_type4.contentheader_right{padding-right:270px}.header5_top_row{height:115px}.header_type5 .header_wrapper_inside{width:100%;max-width:100%}.header_wrapper.header_type5{min-height:170px;height:170px;background:#fff}.full_width_header .header5_bottom_row_wrapper,.full_width_header .header5_top_row{width:100%;padding:0 45px}.header5_bottom_row,.header5_top_row{width:1110px;margin:0 auto;align-items:center}.full_width_header .header5_bottom_row,full_width_header .header5_top_row{width:100%}.header5_bottom_row_wrapper{background:#004274}.header5_bottom_row .header_phone a{color:#fff}.customnav .header5_bottom_row .header_phone a{color:#222}.customnav .header5_user_wrap .header_phone a,.customnav .header5_user_wrap .header_phone svg,.header_transparent .customnav .header_phone a{color:#222}.header5_bottom_row .header_phone svg,.header5_bottom_row .submit_action svg{fill:#fff}.customnav .header5_bottom_row .header_phone svg,.customnav .header5_bottom_row .submit_action svg{fill:#0073e1}.header5_bottom_row_wrapper .submit_listing:hover{border-color:#fff;background:#fff}.customnav .header5_bottom_row_wrapper .submit_listing:hover{border:0!important;background:#222;color:#fff}.customnav .header5_bottom_row_wrapper .submit_listing{border:0 solid #fff;padding:10px 13px}.customnav .header_5_inside{height:100%;position:relative;display:flex;width:1170px;margin:0 auto}.full_width_header .customnav .header_5_inside{width:100%}.customnav.header_wrapper.header_type5{min-height:70px}.customnav .header5_bottom_row,.customnav .header5_top_row{width:auto;height:100%;margin-left:0}.customnav .header5_bottom_row_wrapper{background:0 0;height:100%}.customnav.header_type5 #access .menu-main-menu-container>ul>li>a{color:#333}.customnav.header_type5 #access .menu-main-menu-container>ul>li:hover>a{color:#0073e1}.header_type5 #access{padding:0}.customnav.header_type5 #access a,.header_type5 #access .menu li:hover>a,.header_type5 #access .menu li:hover>a:active,.header_type5 #access .menu li:hover>a:focus{color:#333}.customnav.header_type5 #access .menu li:hover>a,.customnav.header_type5 #access .menu li:hover>a:active,.customnav.header_type5 #access .menu li:hover>a:focus{color:#0073e1!important}.customnav.header_type5.hover_type_3 #access .menu li:hover>a{color:#fff!important}.header_type5 #access .sub-menu a{color:#333}.customnav.header_type5 #access .menu .sub-menu li:hover>a,.customnav.header_type5 #access .menu .sub-menu li:hover>a:active,.customnav.header_type5 #access .menu .sub-menu li:hover>a:focus,.header_type5 #access .menu .sub-menu li:hover>a,.header_type5 #access .menu .sub-menu li:hover>a:active,.header_type5 #access .menu .sub-menu li:hover>a:focus,.header_type5 #access a{color:#fff}.customnav.header_type5 #access .menu .sub-menu li:hover>a{color:#fff!important}.customnav.header_type5 #access .menu .with-megamenu .sub-menu li:hover>a,.customnav.header_type5 #access .menu .with-megamenu .sub-menu li:hover>a:active,.customnav.header_type5 #access .menu .with-megamenu .sub-menu li:hover>a:focus,.header_type5 #access .menu .sub-menu .with-megamenu li:hover>a:active,.header_type5 #access .menu .sub-menu .with-megamenu li:hover>a:focus,.header_type5 #access .menu .with-megamenu .sub-menu li:hover>a{color:#0073e1}.customnav.header_type5 #access .menu .with-megamenu .sub-menu li:hover>a{color:#0073e1!important}.customnav.header_type5 .navicon,.customnav.header_type5 .navicon:after,.customnav.header_type5 .navicon:before{background:#222}.header_type5 #access>ul>li>a{padding-top:3px}.header_type5 .menu_user_picture{width:35px;height:35px}.header_type5 #user_menu_open{margin-top:8px!important;right:28px}.header_type5.customnav .submit_action{color:#222}.header_type5 .submit_action:hover{color:#f6ebeb}.header_type5.customnav .submit_action:hover{color:#888}.header_type5 .navicon,.header_type5 .navicon:after,.header_type5 .navicon:before{background:#fff}.header_type5 #access ul li:hover>ul{top:55px}.customnav.header_type5 #access ul ul li:hover>ul,.header_type5 #access ul ul li:hover>ul{top:0}.header_type5.customnav,.header_wrapper.header_type5.customnav{height:70px;padding-top:0;max-width:100%}.header_type5.customnav .logo{height:100%;z-index:99;width:252px;justify-content:flex-start!important;align-items:center}.header_type5 .menu>li{line-height:55px;height:100%}.header_type5 #access a{font-weight:500}.customnav.header_type5 .menu>li,.customnav.header_type5.hover_type_4 .menu>li{line-height:70px}.header_type5.hover_type_4 .menu>li{line-height:55px}.header_type5 #access .menu-main-menu-container>ul>li>a{color:#fff}.header_type5.hover_type_4 #access .menu>li:hover>a{background-color:#69c17d;color:#fff!important}.header_type5 #access .menu-main-menu-container>ul>li:hover>a{background-color:#69c17d;color:#222}.header_type5.customnav #access ul li.with-megamenu:hover>ul.sub-menu,.header_type5.customnav #access ul li.with-megamenu>ul.sub-menu,.header_type5.customnav #access ul li:hover>ul{top:70px}.header_type5.customnav #access ul li.with-megamenu:hover>ul.sub-menu,.header_type5.customnav #access ul li.with-megamenu>ul.sub-menu{left:-205px}.header_type5.customnav .header_5_widget_wrap{display:none!important}.header_5_widget{display:flex;align-items:center;flex-wrap:wrap;padding:0}.header_5_widget_icon{display:inline-block;color:#004274}.header_5_widget_icon i{font-size:34px}.header_5_widget_text_wrapper{display:inline-block}.header_5_widget_wrap{padding:0}.header_5_widget_text{font-size:15px;padding-left:10px;color:#222;text-align:left;font-weight:500}.header_5_widget_text:first-of-type{font-weight:500;padding-bottom:5px}.fixed_header .header5_bottom_row,.fixed_header .header5_top_row{width:100%;padding:0 55px}.admin-bar.has_top_bar .has_header_type5 #google_map_prop_list_sidebar,.admin-bar.has_top_bar .has_header_type5 #google_map_prop_list_wrapper{margin-top:42px}.has_top_bar .has_header_type5 #google_map_prop_list_sidebar,.has_top_bar .has_header_type5 #google_map_prop_list_wrapper{margin-top:84px}.header_type5 .submit_action svg{fill:#fff}.header_type5.customnav .user_menu_wrapper.wpestate-order-first{order:initial}.header_type6 #access{width:40%;padding:0}.header_type6 #access ul{text-align:left}.header_type6 .full_width_header .logo,.header_type6 .logo{width:20%;height:100%;display:flex;align-content:space-around;justify-content:space-around;flex-wrap:nowrap;align-items:center}.header_6_secondary_menu{display:flex;width:40%;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end}.header_type6 .header_6_secondary_menu #access{width:auto;margin-right:15px}.master_header.header_transparent{background:0 0;border-bottom:none}.fixed_header.header_transparent .header_wrapper{background:#fff}.header_transparent #access ul.menu>li>a,.header_transparent .customnav.hover_type_3 #access ul.menu>li>a:hover,.header_transparent .customnav.hover_type_4 #access ul.menu>li>a:hover,.header_transparent .hover_type_3 #access .menu>li:hover>a .header_transparent .hover_type_4 #access .menu>li:hover>a,.header_transparent .hover_type_3 #access ul.menu>li>a:hover,.header_transparent .hover_type_4 #access ul.menu>li>a:hover,.header_transparent .menu_user_tools,.header_transparent .submit_action{color:#fff}.header_transparent .customnav #access ul.menu>li>a{color:#222}.header_transparent .navicon,.header_transparent .navicon:after,.header_transparent .navicon:before{background:#fff}.header_transparent .customnav .navicon,.header_transparent .customnav .navicon:after,.header_transparent .customnav .navicon:before{background:#3d3d3d}.header_transparent #access ul.menu>li>a:hover,.header_transparent .customnav #access ul.menu>li>a:hover,.header_transparent .hover_type_6 #access .menu>li:hover>a{color:#0073e1}.header_transparent .hover_type_5 #access .menu>li:hover>a{border-bottom:3px solid #0073e1}.header_transparent .hover_type_6 #access .menu>li:hover>a{border:2px solid #0073e1}.header_transparent .hover_type_2 #access .menu>li:hover>a:before{border-top:3px solid #0073e1}.header_media{background-color:#fdfdfd;position:relative;z-index:3;width:100%;display:inline-block;padding-top:90px}.has_header_type4 .header_media,.header_transparent .header_media,.wrapper_has_sticky_search .header_media{padding-top:0!important}.has_top_bar .header_media{padding-top:131px}.has_header_type2 .header_media{padding-top:175px}.has_top_bar .has_header_type2 .header_media{padding-top:216px}.has_header_type5 .header_media{padding-top:160px}.has_top_bar .has_header_type5 .header_media{padding-top:200px}.admin-bar .has_header_type5 .header_media{padding-top:201px;padding-top:161px}.admin-bar.has_top_bar .has_header_type5 .header_media,.has_top_bar .has_header_type5 .header_media{margin-top:0;padding-top:210px}.admin-bar .main_wrapper .header_media.header_media_elementor,.admin-bar.has_top_bar .has_header_type1 .header_media.header_media_elementor,.has_top_bar .has_header_type1 .header_media.header_media_elementor,.main_wrapper .header_media.header_media_elementor{padding-top:0}.admin-bar.has_top_bar .has_header_type2 .header_media .admin-bar .has_header_type2 .header_media{margin-top:0;padding-top:216px}.page-template-splash_page .header_media{height:100%}.half_map_body .header_media{display:none}.wpestate_header_image{position:relative;float:left;width:100%;height:580px;background-position:center center;background-repeat:no-repeat;background-color:#222;background-size:cover;overflow:hidden}.parallax_effect_yes{background-attachment:fixed}.wpestate_header_image.full_screen_yes{height:900px}.wpestate_header_image_overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#222;z-index:1}.heading_over_image_wrapper{z-index:10;width:100%;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.subheading_over_image,.subheading_over_video{text-align:center;color:#fff;text-shadow:1px 1px 3px rgba(68,68,68,.25);line-height:22px;font-size:18px;line-height:1.5;font-weight:400;max-width:50%;margin:0 auto}.heading_over_image,.heading_over_video{text-align:center;color:#fff;text-shadow:1px 1px 3px rgba(68,68,68,.5);font-size:60px;line-height:1.1em}.wpestate_header_video{position:relative;float:left;width:100%;height:580px;background-color:#444;background-size:cover;overflow:hidden}.wpestate_header_video.full_screen_yes{height:900px!important}.wpestate_header_video_overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#444;z-index:2}.heading_over_video_wrapper{z-index:10;width:100%;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.header_video{position:absolute;min-width:100%;min-height:100%;top:50%;left:50%;z-index:1;width:auto;height:auto;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-size:cover;transition:1s opacity;object-position:center center;object-fit:cover}.user_menu_wrapper{position:relative}.user_menu{color:#0073e1;cursor:pointer;-webkit-transform-style:preserve-3d;-webkit-backface-visibility:hidden}.customnav{background-color:#fff;opacity:.95;-webkit-box-shadow:3px 1px 20px 0 rgba(0,110,225,.08);box-shadow:3px 1px 20px 0 rgba(0,110,225,.08)}.customnav:hover{opacity:1}.user_loged i{color:#0073e1}.submit_action{font-size:22px;color:#222;transition:color .4s linear;-moz-transition:color .4s linear;-webkit-transition:color .4s linear;-o-transition:color .4s linear}.header_transparent.master_header_sticky .submit_action{color:#222}.submit_action:hover{color:#888}.submit_action svg{color:#8a959e;width:30px;height:30px;fill:#0073e1;margin:5px 0 0 0}.customnav.header_type5 .submit_action svg{fill:#0073e1}.header_type5 .submit_action svg{fill:#fff}.header_type5 #shopping-cart_icon path{fill:#fff}.header_transparent .submit_action:hover svg{fill:#fff;opacity:.7}.customnav .header5_user_wrap .header_phone svg,.header_transparent .customnav .submit_action:hover svg,.submit_action:hover svg{fill:#222;opacity:1}.header_transparent .customnav .header_phone svg,.header_transparent .customnav .submit_action svg{fill:#0073e1}.header5_user_wrap .header_phone a,.header5_user_wrap .header_phone svg,.header_transparent .header_phone a,.header_transparent .header_phone svg,.header_transparent .submit_action svg{fill:#fff}.header5_user_wrap .header_phone{margin-top:7px}.header5_user_wrap .header_phone a,.header5_user_wrap .header_phone svg,.header_transparent .header_phone a{color:#fff}.customnav .header5_user_wrap .header_phone a,.customnav .header5_user_wrap .header_phone svg,.header_transparent .customnav .header_phone a{color:#222}.agent_sidebar_mobile svg,.header_phone svg{color:#8a959e;height:21px;fill:#0073e1;vertical-align:middle}.header_phone{font-size:17px;font-weight:500;color:#222;margin-right:12px;transition:color .4s linear;-moz-transition:color .4s linear;-webkit-transition:color .4s linear;-o-transition:color .4s linear;margin-right:20px;padding-top:4px}.mobilewrapper .header_phone{color:#fff;padding:25px 25px 0 25px}.mobilewrapper .header_phone a{color:#fff}.mobilewrapper .submit_listing{float:left;margin:25px 0 10px 25px;width:210px;text-align:center}.no_user_submit .header_phone{margin-right:10px}.submit_listing{float:right;display:inline;margin-top:0;font-size:14px;background:#0073e1;padding:10px 13px;font-weight:500;color:#fff;webkit-transition:background-color .1s linear;-o-transition:background-color .1s linear;transition:background-color .1s linear;border:1px solid;border-color:#0073e1;color:#fff;background-color:#0073e1;background-image:-webkit-gradient(linear,left top,right top,color-stop(50%,transparent),color-stop(50%,#0073e1));background-image:linear-gradient(to right,transparent 50%,#0073e1 50%);background-size:200% 100%;background-position:right bottom;border-radius:4px;margin-left:12px}a.submit_listing:hover{text-decoration:none;background-color:transparent;background-position:left bottom;color:#0073e6;border-color:#0073e6;transition:all .3s ease;webkit-transition:all .3s ease;-o-transition:all .3s ease}.submit_listing:focus{color:#fff}.header_transparent a.submit_listing:hover{background-image:-webkit-gradient(linear,left top,right top,color-stop(50%,#222),color-stop(50%,#0073e1));background-image:linear-gradient(to right,#222 50%,#0073e1 50%);border:1px solid #222;color:#fff}.menu_user_picture{border-radius:50%;width:45px;height:45px;border:1px solid #0073e1;background-size:cover;margin-right:10px}.menu_user_tools{border-radius:50%;height:20px;margin:0;float:left;display:inline;cursor:pointer;font-size:14px;color:#0073e1}.navicon-button{transition:.25s!important;cursor:pointer;user-select:none;opacity:.8}.nav-notlog{display:none}.navicon-button.open{padding:4px 0 6px 15px}.user_loged .navicon-button.open{margin-top:21px}.navicon-button:hover{transition:.5s;opacity:1}.navicon{position:relative;width:18px;height:2px;background:#333;transition:.5s;border-radius:2.5rem}.opensvg{transform:scale(.75)}.navicon-button .navicon:after,.navicon-button .navicon:before{transition:.25s}.navicon:after,.navicon:before{display:block;content:"";height:2px;width:18px;background:#222;position:absolute;transition:.5s .25s;border-radius:1rem}.navicon:after{top:-5px}.navicon:before{top:5px}#user_menu_u:hover .navicon:before{top:7px}#user_menu_u:hover .navicon:after{top:-7px}.opensvg.plus .navicon,.opensvg.x .navicon{background:0 0}.opensvg.plus .navicon:before,.opensvg.x .navicon:before{transform:rotate(-45deg)}.opensvg.plus .navicon:after,.opensvg.x .navicon:after{transform:rotate(45deg)}.opensvg:not(.steps) .navicon:after,.opensvg:not(.steps) .navicon:before{top:0!important}.white-caret{border-top-color:#fff}.menu-caret{margin:5px 0 0 25px}.navbar-default .navbar-nav>li>a{color:#f7f5f2}.navbar-default .navbar-nav>.dropdown>a .caret{border-top-color:#f7f5f2;border-bottom-color:#f7f5f2}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#fff;background-color:#45a6cc}.navbar-default .navbar-nav>.dropdown>a:focus .caret,.navbar-default .navbar-nav>.dropdown>a:hover .caret{border-top-color:#fff;border-bottom-color:#fff}#user_menu_open{background-color:#fff;right:35px;left:auto;z-index:999999;top:100%;margin-top:0;padding:15px 0 15px 0;background-color:#fff;border-radius:4px;width:255px;display:none;-webkit-box-shadow:3px 1px 20px 0 rgba(0,110,225,.08);box-shadow:3px 1px 20px 0 rgba(0,110,225,.08)}#user_menu_open.dropdown-menu{border:1px solid #dde4e9;border:none}#user_menu_open:before{content:" ";width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #fff;top:-10px;right:7px;position:absolute}#user_menu_open:after{content:" ";width:0;height:0;border-left:9px solid transparent;border-right:9px solid transparent;border-bottom:9px solid #fdfdfd;top:-9px;right:7px;position:absolute}#user_menu_open .secondary_menu_sidebar,.xoxo .secondary_menu_sidebar{display:none}.mobile_user_menu .secondary_menu_sidebar{display:none!important}#user_menu_open a{padding:10px 20px;width:100%;transition:none;-moz-transition:none;-webkit-transition:none;-o-transition:none;font-size:14px;line-height:24px;font-weight:500;display:flex;align-items:center}#user_menu_open svg{height:16px;margin-right:10px}#user_menu_open a svg circle,#user_menu_open a svg path{stroke:#b3b3b3;stroke:#222;stroke:#5c727d}#user_menu_open li a{color:#222;-webkit-transition:padding .35s ease;-moz-transition:padding .35s ease;-o-transition:padding .35s ease;transition:padding .35s ease;position:relative}#user_menu_open a svg:hover{color:#fff;stroke:#fff}#user_menu_open>li>a:focus,#user_menu_open>li>a:hover{background-color:#0073e1;color:#fff;background-image:none;padding-left:25px}#user_menu_open>li>a:focus svg circle,#user_menu_open>li>a:focus svg path,#user_menu_open>li>a:hover svg circle,#user_menu_open>li>a:hover svg path{stroke:#fff}#user_menu_open>li>a:hover .unread_mess{background-color:#fff;color:#0073e1}#user_menu_open>li>a:hover i{color:#fff}#user_menu_open i{width:10px}.menulist{width:255px}.menulist i{margin-right:13px}#user_menu_open .menulist a:hover{background-color:#393f48;color:#fff}#user_menu_open .divider{opacity:.5;margin:15px 0 0 0}#user_menu_open .login_form{border:none;width:253px}#user_menu_open .btn,#user_menu_open .login_form input[type=email],#user_menu_open .login_form input[type=number],#user_menu_open .login_form input[type=password],#user_menu_open .login_form input[type=text],#user_menu_open .login_form input[type=url],#user_menu_open .login_form textarea{width:227px}#user_menu_open #forgot_pass_topbar,#user_menu_open #widget_login_topbar,#user_menu_open #widget_register_topbar{padding-left:0}#forgot_pass_mobile,#user_menu_open #forgot_pass_topbar{display:inline-block;padding:6px 0 0 0}#user_menu_open #login-div-title-topbar,#user_menu_open #register-div-title-topbar{padding-left:12px;margin-bottom:0}#user_menu_open li{position:relative}.unread_mess{top:10px;border-radius:50%;width:25px;height:25px;background-color:#0073e1;line-height:25px;text-align:center;font-size:12px;position:absolute;right:15px;float:right;color:#fff}#wp-forgot-but,#wp-forgot-but-mobile,#wp-login-but{width:227px;margin-bottom:8px}.modal-content #wp-login-but{margin-bottom:0!important}#wp-submit-register{width:227px;float:left}#wp-forgot-but,#wp-login-but,#wp-submit-register{width:100%}.mobile_header{background-color:#282d33;height:70px;width:100%;float:left;display:none;position:relative}.mobile_header_sticky_yes{position:fixed;top:0}.mobile_header i{color:#fff;font-size:17px;margin:26px}.mobile-logo img{margin:0 auto;max-height:70px;width:auto;max-width:200px;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);ms-transform:translate(0,-50%);transform:translate(0,-50%);left:0;right:0;position:absolute}.mobile-trigger,.mobile-trigger-user{font-size:14px;color:#fff;height:70px;display:inline;float:left;cursor:pointer;position:absolute;top:0}.mobile-trigger-user{right:0}.mobile-trigger-user .menu_user_picture{border-radius:50%;width:45px;height:45px;margin-top:11px;float:left;display:inline;border:2px solid #0073e1;margin-right:15px}.mobile-trigger-user:hover i,.mobile-trigger:hover i{color:#0073e1}.mobilewrapper{min-height:100%;position:fixed;overflow-x:hidden!important;width:100%;height:100%;min-height:100%;max-height:100%;top:0;bottom:0;display:none;width:256px;min-height:100vh}.mobilewrapper-user{display:none;min-height:100%;position:fixed;overflow-x:hidden!important;width:100%;height:100%;min-height:100%;max-height:100%;top:0;background-color:#282d33}.snap-drawers{position:absolute;top:0;right:0;bottom:0;left:0;width:auto;height:auto}.snap-drawer{position:absolute;top:0;right:auto;bottom:0;left:auto;width:265px;height:auto;overflow:auto;-webkit-overflow-scrolling:touch;-webkit-transition:width .3s ease;-moz-transition:width .3s ease;-ms-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease;background-color:#161d21}.snap-drawer-right{right:0;padding-top:18px}.mobilewrapper-user .widget-title-sidebar,.mobilewrapper-user a,.mobilewrapper-user label{color:#fff}.mobilewrapper-user .widget-title-sidebar{padding-left:13px}.mobilewrapper-user .login_sidebar{width:254px;display:inline-block;margin-left:6px}#forgot-div-title-mobile,#login-div-title-mobile,#register-div-title-mobile{font-size:16px;color:#fff;padding-left:13px}.sidebar-header{width:100%;z-index:11;background-color:#26292b;height:65px;border-bottom:solid 2px #2d3033}.mobilex-menu{margin-bottom:0;margin-left:0!important;background-color:#161d21;margin-top:0;width:100%;float:left}.mobile_user_menu{margin-top:10px}.mobilex-menu i{width:10px;margin-right:10px}.mobilex-menu li{position:relative;font-weight:400;list-style:none;font-size:13px;margin-bottom:0;border-bottom:1px solid #576871}.mobilex-menu li.menu-item-has-children:hover{background:0 0}.mobilex-menu .sub-menu li:hover{border-bottom:1px solid #555}.mobilex-menu li a{color:#fff;width:100%;padding:17px 20px 17px 30px;display:flex;align-items:center;transition:color .4s linear;-moz-transition:color .4s linear;-webkit-transition:color .4s linear;-o-transition:color .4s linear}.mobilex-menu li svg{height:15px;margin-right:10px}.mobilex-menu li svg circle,.mobilex-menu li svg path{stroke:#fff}.mobilex-menu .menu-item-has-children>a:after{content:"\f107";position:absolute;right:15px;margin-right:15px;font-family:"Font Awesome 5 Free";font-weight:700}.mobilex-menu .fa{margin-right:10px}.mobile_user_menu li:hover{background-color:#0073e1;color:#fff}.mobilemenu-close,.mobilemenu-close-user{position:absolute;top:0;right:0;cursor:pointer;width:40px;height:40px;padding:7px;color:#fff}.mobilemenu-close-user:hover,.mobilemenu-close:hover{color:#0073e1}.mobilemenu-close i,.mobilemenu-close-user i{font-size:15px;padding:3px 0 0 8px}.mobilex-menu .sub-menu{margin-left:0}.mobilex-menu .sub-menu ul{padding-left:0}.mobilex-menu .sub-menu ul li{padding-left:20px}.mobilex-menu .sub-menu a{padding-left:45px;line-height:20px}.mobilex-menu .sub-menu li:hover>a{padding-left:45px!important}.mobilex-menu .sub-menu .sub-menu a{padding-left:35px;line-height:20px}.mobilex-menu .sub-menu ul{border-top:none!important}.mobilex-menu .sub-menu{display:none}#menu-main-menu{margin-left:14px}.theme_slider_wrapper{overflow:hidden}.theme_slider_wrapper .item{height:100%;background-position:50% 50%;background-size:cover}.theme_slider_3.owl-carousel .owl-item .item{padding:0}.theme_slider_3.owl-carousel .owl-item img{display:block;height:100%;width:auto}.slider-content{position:absolute;width:466px;height:275px;background-color:#333;background-color:#fdfdfd;opacity:.99;font-size:14px;bottom:100px;left:4%;padding:21px 76px 26px 26px;box-sizing:border-box;-moz-box-sizing:border-box;line-height:22px;box-shadow:0 44px 98px 0 rgba(0,0,0,.1);border-radius:4px}.theme_slider_extended .slider-content{bottom:10%;-webkit-box-shadow:3px 1px 20px 0 rgba(0,110,225,.18);box-shadow:3px 1px 20px 0 rgba(0,110,225,.18);border-radius:4px}.slider-content-wrapper{max-width:1200px;position:relative;position:absolute;left:0;right:0;width:100%;bottom:22%;position:absolute;margin-left:auto;margin-right:auto;left:0;right:0;height:100%;pointer-events:none;z-index:9}.theme_slider_contact_wrapper{top:145px;left:4%;position:absolute;z-index:9;left:23px;right:0;margin:0 auto;pointer-events:initial}.theme_slider_contact_form_wrapper{position:absolute;top:-45px;left:450px;width:420px;z-index:10;pointer-events:initial;opacity:0;transition:all .7s ease;box-shadow:0 44px 98px 0 rgba(0,0,0,.1);display:none}.theme_slider_contact_form_wrapper_visible{opacity:1;left:480px}.theme_slider_contact_form_wrapper .agent_contanct_form{margin-bottom:0;box-shadow:0 44px 98px 0 rgba(0,0,0,.1)}.theme_slider_contact_form_wrapper #agent_submit{margin-bottom:15px}.theme_slider_contact_form_wrapper textarea.form-control{height:95px}.theme_slider_contact_form_wrapper .schedule_meeting{width:100%;margin:0 0 10px 0}.wpestate_theme_slider_contact_agent{padding:0 15px;background:#69c17d;width:auto;position:relative;color:#fff;font-size:14px;font-weight:500;border-radius:4px;line-height:2;display:inline-block;text-align:center;transition:all .3s ease}.wpestate_theme_slider_contact_agent:hover{background:rgb(105 193 125 / 80%)}.wpestate_theme_slider_book_toor{padding:4px 45px;background:#e0bb0b;width:auto;position:relative;color:#fff;font-size:15px;font-weight:500;line-height:2;display:inline-block;text-align:center}.theme_slider_details_modal_close{top:13px;right:13px;opacity:1;position:absolute;z-index:10}.theme_slider_details_modal_close svg{width:13px;height:13px}.theme_slider_classic{cursor:pointer}.theme_slider_classic a{pointer-events:auto;transition:all .3s ease}.theme_slider_wrapper .carousel-indicators{position:absolute;bottom:0;left:50%;z-index:15;width:12%;padding-left:0;margin-left:-6%;text-align:center;list-style:none;margin-bottom:15px}.carousel-indicators li{background-color:#fff;border:1px solid #fff}.carousel-indicators .active{width:11px;height:11px;background-color:#0073e1;border:1px solid #0073e1}.carousel-control-theme-prev{position:absolute;top:137px;right:-4px;height:138px;width:50px;background-color:#0073e1;opacity:.99;color:#fff;pointer-events:auto;z-index:10;border-bottom-right-radius:4px}.carousel-control-theme-next{position:absolute;top:0;right:-4px;height:137px;width:50px;background-color:#0073e1;opacity:.99;color:#fff;pointer-events:auto;border-top-right-radius:4px}.carousel-control-theme-next:hover,.carousel-control-theme-prev:hover{background-color:#0761b7;color:#fff}.slider-content h3 a{text-decoration:none;font-weight:500}.slider-content h3 a:hover{color:#0073e1}.slider-content .read_more{text-decoration:none;color:#0073e1;display:block;margin-top:7px;position:absolute;bottom:61px;right:75px;font-weight:500}.slider-content .read_more i{font-size:14px;padding:0 0 0 8px!important}.theme-slider-price{position:absolute;bottom:0;left:26px;right:26px;width:364px;border-top:1px solid #f0f0f0;height:50px;font-size:18px;padding-top:12px;color:#0073e1;font-weight:500}.listing-details{float:right;color:#5c727d;font-size:15px;padding-top:2px}.listing-details img{margin:-6px 6px 0 8px}.slider-content .fa{font-size:40px;margin:0 auto;padding:35px 15px}.theme_slider_classic .slider-content .fa{text-align:center;padding:0;line-height:138px}.theme_slider_agent{width:63px;height:63px;float:left;background-position:center;background-size:cover;background-repeat:no-repeat;margin-right:15px;border-radius:50%}.theme_slider_agent_name{font-weight:500;color:#222;font-size:16px;margin-bottom:5px}.theme_slider_wrapper.theme_slider_2 .slick-list{background-color:#222;margin-top:0}.theme_slider_wrapper.theme_slider_2 .slick-prev:active,.theme_slider_wrapper.theme_slider_2 .slick_next:active{padding:0!important}.theme_slider_wrapper.theme_slider_2 .slick-next.slick-arrow{right:15px;left:auto}.theme_slider_wrapper.theme_slider_2 .slick-prev.slick-arrow{right:auto;left:15px}.theme_slider_wrapper.theme_slider_2 .slick-next.slick-arrow:before{content:'\e801';font-family:fontello;margin-top:36px;font-size:48px;text-shadow:none}.theme_slider_wrapper.theme_slider_2 .slick-prev.slick-arrow:before{content:'\e800';font-family:fontello;margin-top:36px;font-size:48px;text-shadow:none}.theme_slider_wrapper.theme_slider_2 .slick-next.slick-arrow:hover,.theme_slider_wrapper.theme_slider_2 .slick-prev.slick-arrow:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.theme_slider_wrapper.theme_slider_2 .slick-next.slick-arrow,.theme_slider_wrapper.theme_slider_2 .slick-prev.slick-arrow{top:45%;color:#fff;width:35px;height:65px;border-radius:4px;cursor:pointer;color:#99a2ae;background-color:transparent!important;color:#fff;padding-left:0;border:none;position:absolute;z-index:999;margin:0 auto}.theme_slider_wrapper.theme_slider_2 .slick-dots{display:none!important}.theme_slider_wrapper.theme_slider_2 .item_type2{display:block;position:relative;background-color:#222;display:inline-block;max-width:33.33%;background-size:cover;background-position:center;margin-left:1px;margin-right:1px}.prop_new_detals_info{position:absolute;bottom:60px;padding:0 0 0 20px;color:#fff;width:100%}.theme_slider_wrapper.theme_slider_2 h3{padding:0 10px 0 110px;color:#fff;display:inline-block;width:100%;margin-bottom:5px;display:block}.theme_slider_wrapper.theme_slider_2 h3 a{color:#fff;font-size:27px}.theme-slider-location,.theme-slider-location a{color:#f3f3f3}.theme-slider-location{padding:0 0 0 110px;font-size:15px}.theme_slider_2_contact_agent{position:absolute;bottom:200px;left:0;background-color:#222;fill:#fff;width:40px;height:40px;padding:8px 8px 8px 9px;opacity:.75;z-index:12;border-top-right-radius:2px;border-bottom-right-radius:2px;pointer-events:initial;transition:all .7s ease}.theme_slider_2_contact_agent:hover{opacity:1}.theme_slider_2_contact_agent svg{width:20px;height:22px;color:#fff}.theme_slider_2 .prop_new_detals_info,.theme_slider_2 .theme_slider_2_contact_agent{display:none}.theme_slider_wrapper.theme_slider_2 .theme-slider-price{position:relative;left:0;right:auto;width:auto;border-top:none;height:auto;font-size:15px;border-radius:4px;padding:5px 10px;color:#fff;background-color:rgba(0,115,225,.85);margin-bottom:10px;display:inline-block;margin-left:20px;font-weight:400}.theme_slider_wrapper.theme_slider_2 .prop_new_details{pointer-events:auto;cursor:pointer}.theme_slider_wrapper.theme_slider_2 .prop_new_details_back{transition:all .7s ease;-moz-transition:all .7s ease;-ms-transition:all .7s ease;-webkit-transition:all .7s ease;-o-transition:all .7s ease;pointer-events:none;background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.7))}.theme_slider_wrapper.theme_slider_2 .item_type2:hover .prop_new_details_back{opacity:.3}.theme_slider2_agent_picture{width:90px;height:90px;background-repeat:no-repeat;background-size:cover;float:left;background-position:center center;border-radius:4px}.theme_slider_2 .theme_slider_contact_wrapper{display:none}.theme_slider_2 .theme_slider_contact_form_wrapper{position:absolute;top:-395px;left:70px;width:420px;z-index:10;pointer-events:initial;opacity:0;transition:all .7s ease;color:#5c727d;display:none}.theme_slider_2 .theme_slider_contact_form_wrapper.theme_slider_contact_form_wrapper_visible{opacity:1;left:90px}.wp-block-search .wp-block-search__input{display:block;width:100%;height:40px;padding:9px 12px;font-size:13px;line-height:1.428571429;color:#8593a9;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #f0f0f0;border-radius:4px}.form-control{display:block;width:100%;height:40px;padding:9px 12px;font-size:13px;line-height:1.428571429;color:#8593a9;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #f0f0f0;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;margin-bottom:10px}textarea.form-control{height:auto;font-size:13px}.form-control::-moz-placeholder,.form-control::-webkit-input-placeholder{color:#8593a9}.dropdown-menu{font-size:13px;padding:5px 0 0 0;width:100%;min-width:200px;-webkit-box-shadow:3px 1px 20px 0 rgba(0,110,225,.08);box-shadow:3px 1px 20px 0 rgba(0,110,225,.08)}.search_wr_10 .dropdown-menu,.search_wr_11 .dropdown-menu{min-width:160px}#adv-search-mobile .dropdown.form-control{padding:0}.adv-search-1 .caret_filter,.listing_filter_select .caret_filter{position:absolute;right:15px;top:17px}.listing_filters_head_directory .caret_filter{top:20px}.fullscreen_search .adv-search-1 .filter_menu{bottom:41px;top:auto;-webkit-box-shadow:none;box-shadow:none}.search_wrapper-close-extended#search_wrapper.fullscreen_search{bottom:150px!important}.dropdown{cursor:pointer}.btn{padding:9px 35px;font-size:14px;text-transform:uppercase;-webkit-box-shadow:0 2px 0 0 rgba(218,68,83,1);box-shadow:0 2px 0 0 rgba(218,68,83,1)}#primary .btn{width:220px}#colophon .btn{width:217px}.red{background-color:#0073e1;color:#fff}.red:hover{color:#fff;background-color:#da4453}.wp-block-search .wp-block-search__button{background:#0274e2;border:none;padding:.375em .625em;color:#fff;margin-left:.625em;word-break:normal;border-radius:4px}#adv-search-header-mobile{background-color:#0073e1;padding:15px 15px 15px 15px;color:#fff;cursor:pointer;font-size:15px;float:left;width:100%;display:none;margin-bottom:0}.page-template-splash_page #adv-search-header-mobile{margin-bottom:0;z-index:9;position:relative}#adv-search-mobile{display:none;padding:15px 15px 3px 15px;float:left;width:100%;background-color:#fff}.page-template-splash_page #adv-search-mobile{padding:13px}#adv-search-mobile .filter_menu_trigger{margin-top:1px;padding:9px 10px}#adv-search-mobile .caret_filter{float:right;margin-right:9px;margin-top:7px;position:relative}#adv-search-mobile .filter_menu{width:100%;margin:0}.search_wr_4 .adv-search-1{max-width:1125px}.adv4-holder{float:left;padding:13px 5px;width:100%}#advanced_submit_4,.advanced_submit_4{width:100%}.adv4-holder .adv_search_slider{width:100%;padding-right:5px!important}.search_wr_4.with_search_on_end #adv-search-header-1{top:-40px;left:15px}.search_wr_4.with_search_on_end.with_search_form_float #adv-search-header-1{top:-40px;left:0}#search_wrapper.search_wr_4.with_search_on_end.without_search_form_float,#search_wrapper.search_wr_4.with_search_on_start.without_search_form_float{padding:0 15px}#search_wrapper.search_wr_5{height:100%;border:none;height:auto;padding:0 7px}#search_wrapper.search_wr_5.with_search_form_float{padding:0 7px}.search_wr_5 .adv-search-1{position:Relative;bottom:auto;padding:15px 0;max-width:1110px;width:100%;background:0 0}.adv5-holder .adv_search_slider{width:100%;padding-right:5px!important}.search_wr_5 h3{padding-left:7px;font-size:18px;font-weight:500}#search_wrapper.search_wr_6{padding:0}#primary #search_wrapper.search_wr_6 .adv_search_slider p{margin-bottom:15px}.adv6-holder .adv_search_slider,.tab-content .adv_search_slider{width:100%;padding-right:5px!important}#primary .tab-content .adv_search_slider p{line-height:25px;margin-bottom:5px}#primary .tab-content .adv_search_slider{margin-bottom:20px}#search_wrapper.search_wr_6.with_search_on_start.without_search_form_float{padding-top:65px}#tab_prpg_adv6{position:relative}#google_map_prop_list_sidebar #tab_prpg_adv6{float:left;width:100%}.search_wr_6 .adv-search-1{border:none;max-width:1125px}.search_wr_6 .nav-tabs{border:none;margin:0;position:absolute;top:-58px;left:7px}.without_search_form_float.search_wr_6 .nav-tabs{top:-62px}.without_search_form_float #adv_extended_options_text_mainform{margin-bottom:20px}.with_search_form_float .adv_search_tab_item,.without_search_form_float .adv_search_tab_item{margin-right:3px}.search_wr_6 .adv_extended_options_text{margin-bottom:15px}.adv6-holder{padding:15px 0 0 0;float:left;width:100%}.search_wr_6.with_search_form_float .adv6-holder{padding:13px 7px 0 7px}.search_wr_6.with_search_form_float .adv6-holder .nav-tabs{left:-7px}.adv_search_tab_item{float:left;display:inline-block;border:1px solid #e5f1fc;background-color:#e5f1fc}.adv_search_tab_item a,.advanced_search_sidebar .adv_search_tab_item a{color:#0073e1;float:left;padding:13px 23px;text-transform:capitalize;line-height:14px}.adv_search_tab_item.active,.search_wr_6.with_search_form_float .adv_search_tab_item.active,.search_wr_8.with_search_form_float .adv_search_tab_item.active{background:#0073e1;color:#fff;border:1px solid #0073e1}.adv_search_tab_item.active a{color:#fff}.advanced_search_sidebar .adv6_tab_head{padding:10px 10px!important}.advanced_search_sidebar .adv_search_tab_item{margin-right:5px!important;margin-bottom:5px!important}.wpestate_search_tab_align_center .nav-tabs{border:none;margin-left:0;margin-bottom:10px;float:none;text-align:center;top:-65px;margin:0 auto;width:100%}.wpestate_search_tab_align_center .nav-tabs .adv_search_tab_item{float:none;text-align:center;margin-right:5px;position:relative}.wpestate_search_tab_align_center .adv_search_tab_item.active:before{background-color:#0f73e1;content:"";height:17px;position:absolute;top:29px;width:17px;margin-left:-8px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);left:50%}#google_map_prop_list_sidebar .nav-tabs .adv_search_tab_item{float:left;margin-bottom:10px;margin-right:5px}.nav-tabs{border-bottom:0}#adv-search-mobile .adv_search_tab_item.active:before,#advanced_search_shortcode .adv_search_tab_item.active:before,#google_map_prop_list_sidebar .adv_search_tab_item.active:before,.advanced_search_sidebar .adv_search_tab_item.active:before{display:none}#adv-search-mobile .nav-tabs{text-align:left;border-bottom:0}#advanced_search_shortcode .nav-tabs{text-align:left;margin-left:8px;border-bottom:0}.advanced_search_sidebar .nav-tabs{text-align:left;margin-bottom:5px;border-bottom:0}.adv-search-mobile .tab-pane,.advanced_search_shortcode .tab-pane,.advanced_search_sidebar .tab-pane{box-shadow:none}#search_wrapper.search_wr_7{height:100%;background-color:#f5f8fa;border:none}.search_wr_7 .adv-search-1{background-color:#f5f8fa;position:Relative;bottom:auto;padding:15px 0}.adv7-holder .nav.nav-tabs{position:absolute;top:-57px;left:7px}.adv7-holder .adv_search_slider{width:100%;padding-right:5px!important}.with_search_7 #openmap{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:4px;border-top-right-radius:4px;bottom:0;right:52px}#adv-search-8{max-width:1125px}#search_wrapper.search_wr_8{padding-bottom:0}#search_wrapper.search_wr_8.with_search_form_float{padding:0 0}#search_wrapper.search_wr_8.with_search_on_start.without_search_form_float{padding-top:66px}.search_wr_8.without_search_form_float .wpestate_search_tab_align_center .nav-tabs{top:-70px;position:absolute}.search_wr_8 .nav-tabs{border:none;margin-left:7px}.search_wr_8.with_search_form_float .nav-tabs{border:none;margin-left:0}.with_search_form_float .adv8-holder{margin-top:-55px}.adv8-holder{margin-top:-70px}.adv8-holder .tab-content{width:100%}.search_wrapper.search_wr_8.without_search_form_float{padding-top:85px!important;padding-bottom:15px!important}.with_search_form_float .adv8-holder .tab-content{padding:27px 7px 0 7px}.with_search_form_float .adv8-holder #adv_extended_options_text_adv{margin-bottom:13px}#search_wrapper.search_wr_9{height:100%;background-color:#f5f8fa;border:none}#search_wrapper.search_wr_5.fullscreen_search,#search_wrapper.search_wr_7.fullscreen_search,#search_wrapper.search_wr_9.fullscreen_search{height:auto}.search_wr_9 .adv-search-1{background-color:#f5f8fa;position:Relative;bottom:auto;padding:15px 0}.adv9-holder .nav.nav-tabs{position:absolute;top:-57px;left:7px}.adv9-holder .adv_search_slider{width:100%;padding-right:5px!important}.with_search_9 #openmap{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:4px;border-top-right-radius:4px;bottom:0;right:52px}.adv_handler{background-color:#0073e1;width:42px;height:40px;cursor:pointer;margin-right:9px;float:left;line-height:40px;text-align:center;color:#fff}#advanced_submit_10{width:calc(100% - 52px);margin-top:0;margin-bottom:15px;margin-left:0}.adv_search_hidden_fields{float:left;width:100%;padding:0 0 10px;display:none}#search_wrapper.search_wr_10{padding-bottom:0}#search_wrapper.search_wr_10 .adv-search-1{max-width:1130px}#search_wrapper.search_wr_10.with_search_form_float{padding:13px 7px 0 7px}.search_wr_10 .adv_search_slider{width:100%;padding-right:5px!important}#advanced_submit_11{width:auto;width:calc(100% - 52px);margin-top:0;margin-bottom:15px;margin-left:0}.adv_search_hidden_fields{float:left;width:100%;padding:0 0 10px;display:none}#search_wrapper.search_wr_11{padding-bottom:0}#search_wrapper.search_wr_11 .adv-search-1{max-width:1130px}#search_wrapper.search_wr_11.with_search_form_float{padding:13px 7px 0 7px}.search_wr_11 .adv_search_slider{width:100%;padding-right:5px!important}.adv_search_geo_radius_wrapper{margin-bottom:15px}.radius_wrap{padding-left:0;padding-right:7px;position:relative}.slider_radius_wrap{height:38px;position:relative}#wpestate_slider_radius{margin-left:8px;margin-top:3px;height:5px;max-width:100%}#wpestate_slider_radius .ui-slider-handle{margin-top:-2px;width:17px;height:17px;background-image:none;background-color:#fff}.radius_wrap:after{font-size:22px;font-family:"font awesome 5 free";content:"\f3c5";position:absolute;top:13px;right:18px;color:#0073e140;font-weight:700}.half_map_body .ui-front{z-index:9999}.social_facebook{margin-left:10px;width:20px;height:20px;background-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/social.png);background-position:0 0;background-repeat:no-repeat;float:left}.social_facebook:hover{background-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/social.png);background-position:-20px 0;background-repeat:no-repeat}.social_tweet{margin-left:10px;width:27px;height:20px;background-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/social.png);background-position:-40px 0;background-repeat:no-repeat;float:left}.social_tweet:hover{background-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/social.png);background-position:-69px 0;background-repeat:no-repeat}.social_google{margin-left:10px;width:26px;height:20px;background-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/social.png);background-position:-96px 0;background-repeat:no-repeat;float:left}.social_google:hover{background-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/social.png);background-position:-122px 0;background-repeat:no-repeat}.social_pinterest{margin-left:7px;width:26px;height:20px;background-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/social.png);background-position:-148px 0;background-repeat:no-repeat;float:left}.social_pinterest:hover{background-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/social.png);background-position:-169px 0;background-repeat:no-repeat}.social_linkedin{margin-left:7px;width:26px;height:20px;background-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/social.png);background-position:-196px 0;background-repeat:no-repeat;float:left}.social_linkedin:hover{background-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/social.png);background-position:-226px 0;background-repeat:no-repeat}.share_unit .social_facebook{background-image:none;margin:3px 0;padding-right:3px}.share_unit .social_facebook:after{font-family:"Font Awesome 5 Brands";content:"\f09a";background-image:none;padding:0;margin:0;font-size:17px;font-weight:700}.share_unit .social_facebook:hover{background-image:none;margin:3px 0;padding-right:3px}.share_unit .social_tweet{background-image:none;margin:3px 0;padding-right:2px}.share_unit .social_tweet:after{font-family:"Font Awesome 5 Brands";background-image:none;padding:0;margin:0;content:"\f099";font-size:16px;font-weight:700}.share_unit .social_tweet:hover{background-image:none;margin:3px 0;padding-right:2px}.share_unit .social_google{background-image:none;margin:0 0 3px 0;padding-right:2px}.share_unit .social_google:after{font-family:"Font Awesome 5 Free";background-image:none;padding:0;margin:0;content:"\f0d5";font-size:15px}.share_unit .social_google:hover{background-image:none;margin:0 0 3px 0;padding-right:2px}.share_unit .social_whatsup{background-image:none;margin:3px 0;padding-right:3px}.share_unit .social_whatsup:after{content:"\f232";font-family:"Font Awesome 5 Brands";background-image:none;padding:0;margin:0;font-size:16px;font-weight:700}.share_unit .social_whatsup:hover{background-image:none;margin:3px 0;padding-right:3px}.share_unit .social_pinterest{background-image:none;margin:3px 0;padding-right:3px}.share_unit .social_pinterest:hover{background-image:none;margin:3px 0;padding-right:3px}.share_unit .social_pinterest:after{content:"\f231";font-family:"Font Awesome 5 Brands";background-image:none;padding:0;margin:0;font-size:16px;font-weight:700}.share_unit .social_email{background-image:none;margin:3px 0;padding-right:3px;float:left}.share_unit .social_email:hover{background-image:none;margin:3px 0;padding-right:3px}.share_unit .social_email:after{content:"\f0e0";font-family:"Font Awesome 5 Free";background-image:none;padding:0;margin:0;font-size:16px}.share_unit .social_linkedin{margin:7px 7px 7px 7px;width:26px;height:20px;background-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/social-unit.png);background-position:-196px 0;background-repeat:no-repeat;float:left}.share_unit .social_linkedin:hover{background-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/social-unit.png);background-position:-226px 0;background-repeat:no-repeat}.agent_unit .social_facebook{margin-left:0;width:20px;height:20px;background-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/social.png);background-position:0 0;background-repeat:no-repeat;float:left}.agent_unit .social_facebook:hover{background-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/social.png);background-position:-20px 0;background-repeat:no-repeat}.agent_unit .social_tweet{margin-left:0;width:27px;height:20px;background-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/social.png);background-position:-40px 0;background-repeat:no-repeat;float:left}.agent_unit .social_tweet:hover{background-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/social.png);background-position:-69px 0;background-repeat:no-repeat}.agent_unit .social_google{margin-left:0;width:26px;height:20px;background-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/social.png);background-position:-96px 0;background-repeat:no-repeat;float:left}.agent_unit .social_google:hover{background-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/social.png);background-position:-122px 0;background-repeat:no-repeat}.agent_unit .social_pinterest{margin-left:0;width:26px;height:20px;background-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/social.png);background-position:-148px 0;background-repeat:no-repeat;float:left}.agent_unit .social_pinterest:hover{background-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/social.png);background-position:-169px 0;background-repeat:no-repeat}.agent_unit .social_linkedin{margin-left:0;width:26px;height:20px;background-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/social.png);background-position:-196px 0;background-repeat:no-repeat;float:left}.agent_unit .social_linkedin:hover{background-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/social.png);background-position:-226px 0;background-repeat:no-repeat}.customnav #access ul li:hover>ul{top:70px}.customnav #access ul ul li:hover>ul{top:-26px}.customnav #access ul ul ul{top:30px}.customnav .sub-menu>li a{padding:13px}.breadcrumb{color:#8593a9;background:0 0;margin-top:15px;padding:0;margin-bottom:15px;font-size:12px;margin-left:0}.breabcrumb_dashboard{display:none}.breadcrumb>li+li:before{font-family:"Font Awesome 5 Free";padding:0 5px;color:#8593a9;content:"\f105";font-weight:600}.breadcrumb a{color:#8593a9;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.breadcrumb>li{display:inline-block;word-break:break-word}.breadcrumb .active{color:#0d7ae3}.home .breadcrumb_container{display:none}.breadcrumb_container{min-height:30px}#modal_login_wrapper,#property_details_modal_wrapper,.video_container_modal{display:none;width:100%;height:100%;top:0;left:0;position:fixed;z-index:9999}.modal_login_back,.property_details_modal_back{background-color:#111;opacity:.5;width:100%;height:100%;top:0;left:0;position:absolute;z-index:1}.property_details_modal_container{background-color:#fff;left:0;right:0;top:8%;width:450px;z-index:1;position:absolute;margin:0 auto;box-shadow:3px 5px 13px 0 rgba(29,29,29,.05)}.modal_login_container{background-color:#fff;left:0;right:0;top:8%;width:750px;height:550px;z-index:1;position:absolute;margin:0 auto;box-shadow:3px 5px 13px 0 rgb(29 29 29 / 5%);border-radius:10px;overflow:hidden;position:relative}.modal_login_container.wpestare_recaptcha_extra_class{height:610px!important}.login-register-modal-image{position:absolute;width:50%;height:100%;top:0;left:0;background-position:50% 50%;background-size:cover}.login-register-modal-image_text{position:absolute;bottom:25px;left:45px;font-size:31px;font-weight:500;color:#fff;z-index:2;line-height:1.25em;right:45px}.password_holder{position:relative;display:inline-block;width:100%}.show_hide_password{position:absolute;top:10px;right:10px;font-size:17px;color:#8795ab;opacity:.7;cursor:pointer}.show_hide_password:hover{opacity:1}#login-div_mobile .show_hide_password,#register-div-mobile .show_hide_password,.loginwd_sidebar .show_hide_password,.shortcode-login .show_hide_password{top:10px}#login_pwd_mobile,#register-div-mobile #user_password_mobile,#register-div-mobile #user_password_mobile_retype,.loginwd_sidebar #login_pwd_wd,.loginwd_sidebar #user_password_wd,.loginwd_sidebar #user_password_wd_retype,.shortcode-login #login_pwd #modal_login_wrapper #login_pwd_topbar,.shortcode-login #user_password,.shortcode-login #user_password_retype{padding-right:45px}.login-register-modal-form-wrapper{position:absolute;width:50%;height:100%;top:0;left:50%}.modal_login_container .alert-message,.modal_login_container .login-alert{width:100%;max-width:100%;margin-top:-10px}.or_social{width:100%;float:left;text-align:center;margin:5px 0 5px 0}#login-modal_close,#property_details_modal_close,.video_modal_login_close{position:absolute;top:0;right:0;text-align:center;cursor:pointer;z-index:999999;background-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/closeicon4.png);background-position:50% 50%;background-repeat:no-repeat;width:25px;height:25px;opacity:.3}#login-modal_close{top:15px;right:15px}#modal_login_wrapper .featured_gradient{opacity:.35;background-image:linear-gradient(to top,#000,rgba(0,0,0,0) 56%)}#property_details_modal_close{top:15px;right:-30px;opacity:1}#forgot-div-title-topbar,#login-div-title-topbar,#register-div-title-topbar{padding:30px;color:#222;font-size:23px;line-height:1.3em;text-align:left;font-weight:500;margin-bottom:0}#forgot-pass-div,#forgot-pass-div-mobile,#login-div_topbar,#register-div-topbar{padding:0 30px 30px 30px;float:left}.modal_login_container #forgot-div-title-topbar,.modal_login_container #login-div-title-topbar,.modal_login_container #register-div-title-topbar{padding:0 0 30px 0}#forgot-pass-div,#login-div_topbar,#register-div-topbar{padding:0 45px 0 45px;text-align:left;float:none;position:absolute;top:50%;transform:translateY(-50%)}.login_modal_control{padding:0 45px;color:#333;width:100%;float:left;font-size:14px;position:absolute;bottom:30px}#widget_register_topbar{float:left;font-weight:500}#forgot_pass_topbar{float:right;font-weight:500}#widget_login_topbar{display:none;font-weight:500}#return_login_topbar{display:none;color:#333;font-weight:500}#wp-forgot-but-topbar,#wp-login-but-topbar,#wp-submit-register_topbar{width:100%;margin-bottom:0}.navbar-fixed-bottom,.navbar-fixed-top{z-index:102}#loginmodal .modal-dialog{width:290px}#loginmodal h4{font-size:14px}#loginmodal .login-links{font-size:13px}#loginmodal .modal-body{position:relative;padding:10px 20px 6px 20px}#loginmodal #reveal_login{margin-top:0;margin-bottom:13px}#google_map_prop_list_sidebar .col-md-12.has_4per_row{width:100%}#google_map_prop_list_sidebar .has_4per_row{width:50%}#google_map_prop_list_sidebar .submit_container_half{display:none}#google_map_prop_list_sidebar{position:fixed;right:0;bottom:0;width:50%;top:130px;overflow-y:scroll;background:#f8f8f8;padding:0;overflow-x:hidden;z-index:0}#google_map_prop_list_sidebar.half_no_top_bar,#google_map_prop_list_wrapper.half_no_top_bar{top:91px}.has_header_type5 #google_map_prop_list_sidebar.half_no_top_bar,.has_header_type5 #google_map_prop_list_wrapper.half_no_top_bar{top:170px}.half-pagination,.pagination,.pagination_ajax{float:left;width:100%}.pagination.c.pagination_ajax{padding-left:15px}#google_map_prop_list_sidebar .pagination{width:100%;float:left;margin-left:30px}#google_map_prop_list_sidebar .pagination_ajax_search{margin-left:15px!important}.no_results{margin-left:15px;width:100%;margin-bottom:30px;float:left}#listing_ajax_container_agent,#listing_ajax_container_agent_tax{margin:0 -15px;display:flex;flex-direction:row;flex-wrap:wrap;float:left;min-width:100%}#listing_ajax_container{margin:0 -15px;display:flex;flex-direction:row;flex-wrap:wrap;min-width:100%}#listing_ajax_container_agent.estate_agency,#listing_ajax_container_agent.estate_developer{margin:0}.nothing{padding-left:15px}#google_map_prop_list_sidebar #listing_ajax_container,#google_map_prop_list_sidebar #listing_ajax_container_agent{min-width:100%}#google_map_prop_list_sidebar #listing_ajax_container{max-width:840px;margin:0;padding:15px 15px 0 15px}#google_map_prop_list_sidebar .no_results{margin-left:15px}#google_map_prop_list_sidebar .half_map_filters_wrapper{width:100%}.search_wrapper{position:relative}#google_map_prop_list_sidebar .order_filter_single{margin-left:0;float:right;position:absolute;right:29px;bottom:-78px;background-color:#fff;height:auto;margin:9px 0 9px 0}#google_map_prop_list_sidebar .order_filter_single .filter_menu{margin-left:auto;left:auto;right:0}#google_map_prop_list_sidebar .order_filter_single .caret::after{margin-top:0}#google_map_prop_list_sidebar .order_filter_single .filter_menu_trigger{margin-top:0;padding:10px 15px}.half_results{font-size:21px;margin-top:10px!important;margin-bottom:15px!important}#google_map_prop_list_sidebar .no_results_title{margin-left:15px}.page-template-user_dashboard_searches #listing_ajax_container{clear:both;margin:0}.adv_listing_filters_head,.listing_filters,.listing_filters_head,.listing_filters_head_directory{margin:0;margin-bottom:30px;float:left;width:100%;background:#fff;box-shadow:0 10px 31px 0 rgba(7,152,255,.09);padding:0 15px;border-radius:4px;border:1px solid #f1f8ff}.listing_filter_select{float:left;margin:10px 0;cursor:pointer;padding:0 15px 0 0}.wpestate_filter_list_properties_wrapper{margin:0 -15px;display:flex;flex-direction:row;flex-wrap:wrap;min-width:100%}.listing_filters_head .listing_filter_select{margin-top:8px}.listing_filter_select.filter_county{padding:0 15px 0 0}.listing_filter_select .filter_menu li{padding:13px;line-height:1.3em}.listing_filter_select.open .filter_menu_trigger{color:#0073e1}.advanced_search_shortcode .listing_filter_select{margin:0 13px 11px 0}.listing_filters_head .filter_menu{margin-left:0;margin-top:10px!important;padding-bottom:0}.order_filter{border-right:none}.order_filter_single{margin-left:548px;border-radius:4px}.advanced_filters .order_filter_single{margin-left:0}.advanced_filters .order_filter_single .caret_filter::after{top:-4px}.listing_filter_views{border:none;float:right;margin-right:0;margin-left:0;padding:0 0 0 10px;margin-top:2px!important}.filter_menu_trigger{margin-top:4px;padding:9px 13px}#a_filter_action{padding-left:0}.filter_menu{background-color:#fff;color:#8593a9;border-color:#f0f0f0;margin-top:1px!important;max-height:215px;overflow-y:scroll;border-radius:0;margin-left:-15px;padding-top:0}.advanced_search_sidebar .filter_menu{margin-top:2px;margin-left:-1px;width:100%;padding-bottom:0}.listing_filter_select:first-child .filter_menu{margin-left:0}.advanced_search_sidebar .dropdown.form-control{padding:0}.advanced_search_sidebar .filter_menu li{margin-bottom:0}.filter_menu li{padding:13px;line-height:1.3em;border-bottom:1px solid #f0f0f0}.filter_menu li:hover{background-color:#0073e1;color:#fff}#grid_view,#list_view{margin-top:16px}#grid_view,#list_view{color:#768082;font-size:18px}#grid_view:hover,#list_view:hover{color:#0073e1}.icon_selected{color:#0073e1!important}.caret_filter{margin-left:9px;border:none}.caret::after{font-family:"Font Awesome 5 Free";content:"\f107";position:absolute;top:-7px;font-size:14px;color:#8593a9;left:-6px;font-weight:600}.listing_filters_head .caret:after{color:#5c727d;top:-4px}.widget-container.advanced_search_sidebar .caret_filter{position:absolute;right:12px;top:18px}.half_map_controllers_wrapper{display:none;position:fixed;width:85%;background-color:#fff;bottom:13px;left:7.5%;z-index:99;box-shadow:0 3px 14px 0 rgba(7,152,255,.09);border-radius:67px;border:1px solid #f0f3f7;overflow:hidden}.half_mobile_toggle_listings,.half_mobile_toggle_map{text-align:center;padding:12px;width:50%;font-weight:500;color:#222;font-size:14px;display:inline-block;float:left}.half_map_controllers_wrapper i{font-size:14px;color:#0073e1;margin-right:10px}.half_control_visible{background-color:#eee}.pagination{margin:0 0;margin-bottom:30px}.pagination>li:empty{display:none}.pagination .roundleft a,.pagination .roundleft span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination .roundright a,.pagination .roundright span{margin-left:-1px;border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:9px 17px;margin-left:-1px;line-height:1.428571429;text-decoration:none;background-color:#fff;border:1px solid #f1f8ff;box-shadow:0 5px 15px rgba(0,0,0,.01);font-weight:500;color:#222}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#0073e1;border:1px solid #f1f8ff;border-radius:3px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#0073e1;background-color:#fff;border:1px solid #f1f8ff}.listing_wrapper{margin-bottom:30px}.shortcode_wrapper_grid_item .listing_wrapper{margin-bottom:0}.slider_prop_wrapper>.listing_wrapper{margin-bottom:10px;height:100%}.listing_wrapper.property_unit_type7{position:relative}.modal.wpestate_card_unit_call .modal-dialog,.modal.wpestate_card_unit_email .modal-dialog{top:85px}.wpestate_card_unit_call .modal-body,.wpestate_card_unit_email .modal-body{padding:30px;padding-top:15px}.wpestate_card_unit_call .modal-body{line-height:1.6em}.wpestate_card_unit_call .close,.wpestate_card_unit_email .close{position:absolute;top:10px;right:10px;z-index:9}.wpestate_card_unit_call .close svg path,.wpestate_card_unit_email .close svg path{stroke:#222}.wpestate_card_unit_call .modal-header,.wpestate_card_unit_email .modal-header{border:none;padding:0;height:0}.property_listing,.property_listing_blog{position:relative;height:100%;border:1px solid #f1f8ff;font-size:13px;background-color:#fff;max-width:525px;transition:.3s ease-out;float:left}.property_listing{display:flex;flex-direction:column;flex-wrap:wrap}.property_listing .carousel{float:left;height:100%}.has_prop_slider .property_listing{cursor:default}.listing-unit-img-wrapper{position:relative;float:left;background:#fff;overflow:hidden;border-top-left-radius:4px;border-top-right-radius:4px;flex-grow:1;min-height:150px}.property-unit-information-wrapper{float:left;display:flex;flex-direction:column;flex-wrap:wrap;align-self:stretch;flex-grow:100;padding-top:20px}.property_unit_type1 .property-unit-information-wrapper{padding-top:12px}.property_listing h4,.property_listing_blog h4{padding:0 20px;margin-bottom:10px;float:left;width:100%}.property_card_default h4{font-size:20px}.listing_unit_price_wrapper{position:relative;color:#0d7ae3;font-size:17px;float:left;line-height:17px;font-weight:500;padding:0 20px;margin-bottom:10px}.listing_details{margin:0;line-height:1.65em;float:left;padding:0 20px;margin:0 0 10px 0;width:100%;word-break:break-word}.property_listing_details{position:relative;color:#222;padding:0 20px;margin-bottom:10px;display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;justify-content:flex-start;align-items:center;gap:20px}.property_listing_details_v2{display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;justify-content:space-between;align-items:center;padding:0 20px;margin-bottom:10px;gap:15px}.property_listing_details_v2_item{margin-bottom:5px;display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;justify-content:flex-start;align-items:center;gap:5px}.property_listing_details_v2_item img{max-height:17px}.property_card_categories_wrapper{padding:0 20px;float:left;width:100%;margin-bottom:10px}.wpestate_property_card_contact_wrapper{margin-bottom:10px;padding:0 20px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;flex-wrap:nowrap;gap:10px}.wpestate_property_card_contact_wrapper_email,.wpestate_property_card_contact_wrapper_phone,.wpestate_property_card_contact_wrapper_whatsupp{transition:none;-moz-transition:none;-webkit-transition:none;-o-transition:none;border:1px solid rgb(0 115 225 / 10%);color:#0073e1;background-color:rgb(0 115 225 / 10%);padding:5px 15px;line-height:22px;font-size:13px;font-weight:400;border-radius:4px;width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:center;cursor:pointer}.wpestate_property_card_contact_wrapper svg{fill:#0073e1;width:14px;max-height:17px;margin-right:5px}.wpestate_property_card_contact_wrapper_email i,.wpestate_property_card_contact_wrapper_phone i{margin-right:5px}.wpestate_property_card_contact_wrapper_whatsupp{flex-shrink:2}.wpestate_property_card_contact_wrapper_whatsupp a{color:#0073e1}.wpestate_property_card_contact_wrapper_whatsupp:hover a{color:#fff}.wpestate_property_card_contact_wrapper_email:hover,.wpestate_property_card_contact_wrapper_phone:hover,.wpestate_property_card_contact_wrapper_whatsupp:hover{background-color:#0073e1;color:#fff;border:1px solid #0073e1}.wpestate_property_card_contact_wrapper_phone:hover svg{fill:#fff}.listing_wrapper.col-md-12>.property_listing{width:100%;max-width:100%}.listing_wrapper.col-md-12 .property_listing{flex-direction:row}.listing_wrapper.col-md-12 .listing-unit-img-wrapper,.listing_wrapper.col-md-12>.property_listing .carousel-inner{position:relative;width:100%;max-width:320px;max-width:375px;display:inline;float:left;min-height:200px;height:100%}.listing_wrapper.col-md-12>.property_listing .carousel-inner .item{height:100%}.listing_wrapper.col-md-12 .property-unit-information-wrapper{flex:1}.listing_wrapper.col-md-12 .listing-unit-img-wrapper img{object-fit:cover;height:-webkit-fill-available}.listing_wrapper.col-md-12 .listing-unit-img-wrapper{border-top-right-radius:0;border-bottom-left-radius:4px}.property_unit_type5 .property_listing .left.carousel-control,.property_unit_type5 .property_listing .right.carousel-control{z-index:99}.property_unit_type5 .item{background-position:center;background-size:cover;width:100%;height:100%;min-height:300px}.property_listing .carousel-control{opacity:.8;height:32px;top:50%;margin-top:-16px;text-shadow:none;width:55px;z-index:9}.property_listing .carousel-control:hover{opacity:1}.property_listing .carousel-control i{font-size:32px;margin-top:0;color:#fff}.property_listing .left.carousel-control{left:0;background:0 0}.property_listing .right.carousel-control{right:0;background:0 0}.blog2v .property_listing_blog{overflow:hidden;width:100%}.agency_unit:hover,.agent_unit:hover,.blog_unit:hover,.featured_article:hover,.featured_property:hover,.listing_wrapper .property_listing:hover,.property_listing:hover,.slider_container .listing_wrapper .property_listing:hover,.user_role_unit:hover{box-shadow:1px 3px 20px 9px rgba(7,152,255,.11)}.slick-list .blog_unit:hover{transform:translate(0,0)}.blog3v .blog_unit_image,.blog_unit_image img,.property_listing img,.property_unit_type5_content_wrapper .carousel-inner,.property_unit_type5_content_wrapper .property_unit_type5_content{transition:all .7s ease;-moz-transition:all .7s ease;-ms-transition:all .7s ease;-webkit-transition:all .7s ease;-o-transition:all .7s ease}.featured_sidebar#featured_widget-2 .featured_widget_image:hover img{transform:none}.blog3v:hover .blog_unit_image,.featured_widget_image:hover img,.property_listing:hover .listing-unit-img-wrapper img,.property_listing:hover .property_unit_custom_element.image img,.property_listing_blog:hover img,.property_unit_type5_content_wrapper:hover .carousel-inner,.property_unit_type5_content_wrapper:hover .property_unit_type5_content,.widget_latest_internal:hover img{opacity:.9;transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1)}#primary .featured_widget_image img{opacity:.9}#primary .featured_widget_image:hover img{opacity:1;transform:none;-moz-transform:none;-webkit-transform:none;-o-transform:none;-ms-transform:none}.listing-image-link{position:relative}.remove_favorite_fron_end{position:absolute;top:10px;right:25px;border-radius:4px;background-color:#ffffffed;font-weight:500;font-size:12px;color:#333;z-index:10;padding:2px 15px;cursor:pointer;transition:.3s ease-out}.remove_favorite_fron_end:hover{background-color:#333333ed;color:#fff}h4.wpestate_no_favorites{margin-left:15px}.front-end-favorite-wrapper .tag-wrapper{display:none}.prop_new_details{position:absolute;bottom:0;width:100%;height:100%;z-index:9;pointer-events:none}.property_listing .prop_new_details{z-index:10}.prop_new_details_back{width:100%;height:100%;pointer-events:none}.property_media{color:#fff;position:absolute;bottom:8px;right:20px;z-index:9;opacity:.9}.property_media .fas{margin-left:8px}.property_unit_type2 .property_media{right:auto;left:15px;bottom:15px}.property_unit_type2 .property_media .fa{font-size:17px}.property_location_image{color:#fff;position:absolute;bottom:8px;left:20px;right:20px;z-index:9;opacity:.9;pointer-events:auto}.property_location_image a{color:#fff;font-weight:500}.property_marker{background-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/unit.png);background-repeat:no-repeat;background-position:0 -21px;margin-right:0;padding-left:15px}.listing-cover{position:absolute;background-color:#0073e1;top:0;left:0;width:100%;height:100%;z-index:9;opacity:0;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;background:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/item-on-hover.png) repeat}.property_listing:hover .listing-cover{opacity:1}.shortcode-col{padding:0 15px;float:left}.shortcode_wrapper_grid_item .shortcode-col{padding:0;width:100%}.shortcode-col.listing_wrapper{min-width:160px}.shortcode_wrapper_grid_item .shortcode-col.listing_wrapper{min-width:100%;height:100%}.places_list_1 .shortcode-col.listing_wrapper{display:flex;flex-shrink:0;min-width:260px}.home .places_list_1 .shortcode-col.listing_wrapper{min-width:320px}.col-md-12.shortcode-col{width:100%}.property_listing img{width:100%;float:left}.the_list_view{display:none}.half_map_list_view{display:none}.listing_wrapper.col-md-12>.property_listing .listing-cover{height:163px;width:265px}.property_listing a{text-decoration:none;-ms-word-wrap:break-word;word-wrap:break-word}.blog_unit_title{-ms-word-wrap:break-word;word-wrap:break-word}.listing_wrapper.col-md-12 .property_listing>img{float:left;border:none;border-top-right-radius:0;border-bottom-left-radius:4px;max-width:265px}.property_listing .property_unit_custom_element h4{padding:0}.property_listing_blog .listing_details.the_grid_view{margin:5px 0 50px 0}.property_agent_wrapper{float:left;line-height:30px;font-weight:500;color:#222}.property_agent_wrapper a{color:#222;font-weight:500}.property_agent_name{float:left;line-height:30px;display:inline}.property_agent_image{width:30px;height:30px;float:left;background-size:cover;margin-right:10px;border-radius:100%}.has_4per_row .property_agent_image,.property_agent_image_sign{display:none}.has_4per_row .property_agent_image_sign{display:block;float:left;margin-right:5px}.has_4per_row .property_agent_image_sign .fa{color:#c2cbd9}.listing_prop_details{margin:0 13px;line-height:22px;width:100%;margin-bottom:7px;font-weight:300;position:absolute;bottom:35px;left:0}.property_listing_details .infobath,.property_listing_details .inforoom,.property_listing_details .infosize,.property_location .infobath,.property_location .inforoom,.property_location .infosize{line-height:30px;color:#5c727d;font-size:13px}.infosize svg{fill:#5c727d;width:15px;margin-right:7px;margin-top:6px;float:left}.infobath svg{fill:#5c727d;margin-right:5px;float:left;margin-top:4px}.inforoom svg{fill:#5c727d;width:19px;margin-right:5px;float:left;margin-top:5px}.infobath path,.inforoom path,.infosize path{fill:#5c727d}.theme_slider_classic .inforoom svg{margin-top:3px}.theme_slider_classic .infobath svg{margin-top:2px}.theme_slider_classic .infosize svg{margin-top:3px}.listing-details .infobath,.listing-details .inforoom,.listing-details .infosize{margin-left:10px;float:left;font-weight:400}.property_listing_details .inforoom i,.property_location .inforoom i{font-size:15px}.property_listing_details .infosize i,.property_location .infosize i{font-size:12px;margin-right:5px}.property_listing_details .infodate{font-size:14px;line-height:30px;margin-right:10px;padding-left:12px;color:#222;color:#8593a9;font-size:13px}.property_listing_details .infodate .fa{margin-right:5px;color:#c2cbd9}.featured_property_type3 .listing_details a{font-size:14px}.unit_details_x,.unit_details_x a{font-size:12px;color:#fff;float:right;padding:4px 7px;margin-top:4px;line-height:12px;background-color:#69c17d;background-image:-webkit-gradient(linear,left top,right top,color-stop(50%,transparent),color-stop(50%,#69c17d));background-image:linear-gradient(to right,transparent 50%,#69c17d 50%);background-size:200% 100%;background-position:right bottom;border:1px solid #69c17d;font-weight:500;border-radius:4px;display:none}.unit_details_x:hover{text-decoration:none;background-color:transparent;background-position:left bottom;color:#69c17d;border-color:#69c17d;transition:all .3s ease}.property_agent{position:relative;margin-left:20px}.subunit_title .price_label{font-size:14px}.price_label{font-size:16px;margin-top:2px}.notice_area .price_label{font-size:22px;margin-top:0}.listing_detail .price_label{margin-top:0;font-size:13px}.listing_actions{position:relative;display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;justify-content:space-between;align-items:center;gap:5px}.share_list{width:30px;height:30px;float:left;cursor:pointer;background-repeat:no-repeat;background-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/unitshare.png);background-position:7px 8px;border:1px solid #eef3f6;border-radius:4px}.property_unit_custom_element.share .share_list{background-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/unitshare_custom.png)!important;background-size:40px 16px;border:none}.property_unit_custom_element.share .share_list.share_on,.property_unit_custom_element.share .share_list:hover{background-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/unitshare_custom.png)!important;background-position:-16px 8px;background-size:40px 16px}.share_unit{position:absolute;background-color:#0073e1;color:#fff;font-size:22px;width:35px;top:-149px;left:-2px;display:none;padding:7px 0 7px 2px;border-radius:4px}.property_agent_unit_type6 .share_unit{z-index:9}.property_listing.places_listing .share_unit{z-index:9}.share_unit:after{content:" ";width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #0073e1;bottom:-8px;right:10px;position:absolute}.share_unit a{padding:0;color:#fff;display:block;font-size:17px;text-align:center;width:35px;height:20px;float:left}.share_unit a:hover{color:#ddd}.compare-action{width:30px;height:30px;cursor:pointer;float:left;background-image:none!important;border:1px solid #eef3f6;text-align:center;color:#c2cbd9;border-radius:4px;padding-top:7px}.property_unit_custom_element.compare .compare-action{border:none}.compare-action:before{content:"\f067";font-size:14px;font-family:"Font Awesome 5 Free";font-weight:800}.compare-action:hover{background-image:none!important;color:#0073e1;border:1px solid #d8e0e5}.icon-fav{color:#c2cbd9;width:30px;height:30px;cursor:pointer;font-size:11px;border:1px solid #eef3f6;text-align:center;border-radius:2px;padding-top:7px}.icon-fav-on-remove{position:absolute;font-size:12px;background-color:#fb6a5c;padding:9px 0;color:#fff;text-align:center;height:auto;width:150px;border-bottom-left-radius:4px;top:0;right:0;border:none}.icon-fav-on-remove:before{display:none}.icon-fav.icon-fav-on-remove{z-index:99}.icon-fav-on{color:#0073e1}.property_listing.property_unit_type4 .icon-fav:hover{color:#0073e1}.icon-fav-off:hover{border:1px solid #d8e0e5;color:#0073e1}.icon-fav:before{content:"\f004";font-size:12px;font-family:"Font Awesome 5 Free"!important;font-weight:500!important}.icon-fav.icon-fav-on:before{font-weight:600!important}#listing_loader,#listing_loader2,#listing_loader_maps{width:100%;float:left;height:81px;text-align:center;padding-top:35px;display:none;position:relative}#listing_loader .new_prelader{top:25%}#listing_loader.map_loader,#listing_loader_maps.map_loader{display:block;margin-top:-27px!important}.listing_loader_title{display:none;float:left;width:100%;font-size:36px;line-height:1.3em;color:#222;font-family:Roboto,sans-serif}.compare_ajax_wrapper{margin:0 15px}.prop-compare{position:fixed;top:167px;right:-240px;width:239px;background:#fff;color:#222;font-size:14px;padding:13px 0 13px 13px;box-shadow:0 4px 16px -2px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.02);z-index:99;border-top-left-radius:4px;border-bottom-left-radius:4px;min-height:133px}.half_map_body .prop-compare{z-index:9999}#compare_close,#compare_close_modal{position:absolute;top:0;right:0;background:#0073e1;color:#fff;padding:10px;cursor:pointer}#google_map_prop_list_sidebar .prop-compare{padding-left:0;margin:15px 20px 0 31px;border-bottom:none}.compare_agent{margin:0 15px;max-width:805px;margin-bottom:30px}.home-compare,.pagination_ajax_search{margin-left:15px}.items_compare{width:100px;float:left;margin-right:13px}.items_compare img{margin-bottom:10px;border-radius:4px}.ribbon-wrapper-default{width:auto;position:relative;background-color:#2e71d0;color:#fff;line-height:19px;font-size:12px}.property_listing_more{float:right;border:1px solid #eef3f6;padding:3px 6px}.listing_wrapper.col-md-12 .property_listing .ribbon-wrapper-default{top:0;left:0}.ribbon-inside{text-transform:capitalize;float:left;margin-left:5px;margin-top:20px;font-size:11px;color:#fff;text-align:center;padding-top:0;padding:1px 15px;height:auto;display:inline-block;position:relative;box-shadow:0 0 5px 0 rgba(0,0,0,.1);padding:0 10px;line-height:20px;background-color:#0073e1;background-color:rgba(0,115,225,.85);border-radius:3px}.ribbon-inside.new-offer{background-color:#d33}.tag-wrapper{position:absolute;width:100%;padding:0 20px}.status-wrapper{float:right;min-height:1px}.wpestate_property_media_section_wrapper .status-wrapper{position:absolute;right:15px}.wpestate_property_media_section_wrapper .status-wrapper.verticalstatus{right:160px}.elementor-widget-container>.status-wrapper{float:none}.elementor-widget-container>.status-wrapper .ribbon-wrapper-default{display:inline-block;background-color:transparent}.elementor-widget-container>.status-wrapper .ribbon-inside{margin:0}.property_listing .status-wrapper{margin-right:0}.gallery_wrapper .status-wrapper,.property_header_gallery_wrapper .status-wrapper{position:absolute;top:15px;left:15px}.featured_div{max-width:85px;float:left;background-color:rgb(105 193 125 / 85%);color:#fff;position:relative;font-size:11px;padding:0 10px;line-height:20px;background-image:none!important;margin-bottom:4px;top:20px}.action_tag_wrapper{font-size:11px;float:left;background-color:#0073e1;background-color:rgba(0,115,225,.85);color:#fff;position:relative;padding:0 10px;top:20px;text-align:center;line-height:20px;box-shadow:0 0 5px 0 rgba(0,0,0,.1);border-radius:4px}.listing_wrapper.col-md-12 .places_listing .property_location{margin-left:20px}.listing_wrapper.col-md-12 .property_listing.places_listing h4{padding-left:20px}.listing_wrapper.col-md-12 unit_details_x{display:none}.archive .agent_unit,.page-template-agents_list .agent_unit{margin-bottom:0}.agent_unit{width:100%;height:100%;float:left;padding-right:0;padding-left:0;margin-bottom:30px;border:1px solid #f1f8ff;position:relative;overflow:hidden;background-color:#fff;max-width:525px;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;cursor:pointer;padding-bottom:50px}.agent_unit.agent_unit_type_4{border:0 solid #f1f8ff}#primary .agent_unit{margin-bottom:0;min-height:280px;padding-bottom:15px}.agent_unit_featured .agent_unit_social{float:right;left:auto;right:0;width:auto}.widget-area-sidebar .agent_unit_button.agent_unit_contact_me{line-height:1em;bottom:15px;right:30px}#primary .agent_contanct_form_sidebar .agent_unit_social a{margin-right:10px}#primary .agent_contanct_form_sidebar.widget-container{border-top-left-radius:0;border-top-right-radius:0}#primary .agent_unit_social{padding-left:30px}#primary .agent_unit h4{padding:0 30px;margin-bottom:5px}#primary .agent_unit .agent_position{margin-left:30px}#primary .agent_unit .agent_detail{margin-left:30px!important}.agent_unit a{text-decoration:none}.agent_contanct_form_sidebar h4{margin-top:4px;margin-bottom:3px}.agent_unit h4{padding:0 20px;margin-top:20px;font-size:20px;margin-bottom:0;-ms-word-wrap:break-word;word-wrap:break-word}#primary .agent_unit_social,#primary .agent_unit_social a{margin-right:10px;font-size:15px;line-height:30px}.agent_unit img{transition:all .7s ease;-moz-transition:all .7s ease;-ms-transition:all .7s ease;-webkit-transition:all .7s ease;-o-transition:all .7s ease;-webkit-transform-style:preserve-3d;-webkit-backface-visibility:hidden;width:100%;display:inline-block}.agent_unit:hover img{opacity:.8;transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1)}.agent_unit:hover .listing-cover{opacity:1}.agent_unit:hover h4 a{color:#0073e1}.property_location{border-top:1px solid #eef3f6;font-size:13px;margin:0 20px;padding:13px 0;color:#8593a9;line-height:16px;float:left;max-width:100%;height:57px;align-self:stretch;margin-top:auto;display:flex;justify-content:space-between;align-items:center;flex-direction:row;flex-wrap:wrap;align-content:center}.agent_listings{font-weight:500;color:#222}.agent_contanct_form_sidebar .agent_position,.agent_unit .agent_position{padding-right:20px;margin-left:20px}.agent_position{margin:0 0 10px 0;line-height:1.65em}.agent_contanct_form_sidebar .agent_position{margin:0}.agent_card_content{margin:10px 20px 10px 20px;line-height:1.65em}.single-estate_agency #search_wrapper,.single-estate_developer #search_wrapper{display:none}.single-estate_agency .agent_unit,.single-estate_developer .agent_unit{margin-bottom:0}.agent_detail,.single-estate_agency .agent_detail{margin:0 0 2px 0;padding-left:0;font-size:14px}.agent_detail i{color:#5c727d;margin-right:10px;font-size:12px;background:#f8f8f8;position:relative;width:27px;height:27px;line-height:27px;display:inline-block;text-align:center;border-radius:50%;margin-bottom:2px}.agent_listing_link{line-height:22px;margin:10px 0 10px 13px}.agent_unit_social{position:absolute;bottom:15px;font-size:20px;padding:0 20px 0 20px;left:0;float:left;width:100%}.agent-unit-img-wrapper{position:relative;overflow:hidden;margin:7px;border-radius:4px}.social-wrapper{float:left}.agent_unit_email,.agent_unit_phone,.agent_unit_social a{color:#5c727db3;background:#f7f8f8;margin-right:5px;font-size:13px;position:relative;width:30px;height:30px;line-height:30px;display:inline-block;text-align:center;border-radius:50%}.featured_agent_social a:last-of-type{margin-right:0}.agent_unit_email,.agent_unit_phone{float:right}.agent_unit .social-wrapper{width:100%}.agents_4per_row .agent_unit_social a{color:#a6b3bb;margin-right:5px;font-size:14px}.agentpic-wrapper .social-wrapper{text-align:center;width:100%}.agency_unit_wrapper .social-wrapper a i:hover{color:#0073e1}.agency_social i:hover{background-color:transparent;color:#0073e1}.featured_agent_notes{padding:0 20px 45px 20px;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;min-height:120px;font-size:13px;line-height:1.65em}.see_my_list_featured{margin:13px 0 0 15px;float:left}.agent_unit_featured{padding-bottom:0;float:left;margin-bottom:30px;margin-right:30px}.vc_col-sm-3 .agent_unit.agent_unit_featured{min-height:380px}.agent_unit_featured .agent_unit{padding-bottom:0}.agent_unit_featured:last-child{margin-right:0}.agent_featured_details{opacity:0;position:absolute;line-height:1.65em}.agent_unit_featured:hover .agent_featured_details{opacity:1}.agent_unit_featured:hover .featured_agent_notes{opacity:0}.agent_unit_button{line-height:1em;font-size:12px;float:left;padding:7px 13px;position:absolute;bottom:15px;right:19px;border:1px solid #0073e1;color:#0073e1;background-image:-webkit-gradient(linear,left top,right top,color-stop(50%,#0073e1),color-stop(50%,#fff));background-image:linear-gradient(to right,#0073e1 50%,#fff 50%);background-size:200% 100%;background-position:right bottom}.agent_unit_button:hover{color:#fff;background-position:left bottom;transition:all .3s ease}.agents_4per_row .agent_unit_button{bottom:12px;padding:7px 7px;line-height:12px}.page-template-agents_list #listing_ajax_container_agent{margin:0 -15px}.social-wrapper a:hover i{color:#0073e1}.agent_unit .agent_detail{line-height:22px;margin:0 20px!important;font-size:13px}.agent_unit .agent_detail a{word-break:break-word}.agent_contanct_form_sidebar .agent_unit{min-height:auto;padding-bottom:0}.agent_contanct_form_sidebar .agent_detail,.agent_contanct_form_sidebar .agent_unit_social{display:none}.agent_contanct_form_sidebar .agent_contanct_form{margin-top:0}.agent_card_2 .property_listing.places_listing{height:350px}.agent_unit.agent_unit_type_4,.elementor-widget-container .listing_wrapper .agent_unit.agent_unit_type_4{box-shadow:none;background-color:transparent;min-height:auto;padding-bottom:0}.agent_unit.agent_unit_type_4 .agent-unit-img-wrapper{margin:0}.agent_unit.agent_unit_type_4 .agent-unit-img-wrapper img{border-radius:10px}.agent_unit.agent_unit_type_4 h4{font-size:16px;width:100%;line-height:1.3em;padding:0 0;margin-bottom:3px}.agent_unit.agent_unit_type_4 .agent_position{padding:0 0;color:#5d6475;font-size:13px;margin-left:0;margin-bottom:0}.agent_unit.agent_unit_type_4 .agent_unit_social{padding:0 0;position:relative;font-size:13px}.agent_unit.agent_unit_type_4 .agent_unit_email_type_4,.agent_unit.agent_unit_type_4 .agent_unit_email_type_4 a{font-size:13px;color:#5d6475;background-color:transparent;width:100%;display:inline-block;margin:0}.agency_unit{width:100%;float:left;margin-bottom:30px;border:1px solid #f1f8ff;position:relative;background-color:#fff;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.agency_unit:hover .agency_unit_img img{opacity:.8;transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1)}.agency_unit_img{float:left;max-width:320px;border-radius:4px;overflow:hidden}.agency_unit_img img{width:100%;transition:all .7s ease;-moz-transition:all .7s ease;-ms-transition:all .7s ease;-webkit-transition:all .7s ease;-o-transition:all .7s ease;background-color:#222;overflow:hidden}.agency_unit_wrapper{padding-left:340px}.agency_unit_wrapper .social-wrapper{position:absolute;top:21px;right:19px}.agency_unit_wrapper .social-wrapper a{margin-left:9px}.agency_unit_wrapper .social-wrapper a i{color:#5c727d}.agency_unit .agent_card_my_listings{bottom:16px}.agency_unit_wrapper h4{margin-top:15px;margin-bottom:5px;width:75%}.agency_unit .agent_detail{margin:0 20px 0 0}.agency-dev_content{border-bottom:1px solid #f1f8ff;padding-bottom:20px}.agency_social-wrapper{width:100%;padding-top:13px}.view_agency_profile{position:absolute;margin-bottom:0;bottom:30px}.agency_users{position:absolute;bottom:10px;left:339px}.sub_agent{width:30px;height:30px;background-size:cover;background-position:50% 50%;border-radius:50%}.sub_agent img{border-radius:50%;width:30px;height:30px;border:1px solid #fff}.sub_agent:hover img{border:1px solid #0073e1}.agency_unit_list_wrapper{margin:0 15px;width:100%}.agency_unit_wrap,.dev_unit_wrapper{padding:0 15px;display:inline-block;width:100%}.blog_list_wrapper{margin:0 -15px;float:left;min-height:400px;width:100%;display:flex;flex-direction:row;flex-wrap:wrap}.blog_list_wrapper .blog-unit-wrapper{padding-left:15px}.home .blog_list_wrapper{padding-top:30px}.blog_unit{float:left;padding-right:0;padding-left:0;margin-bottom:30px!important;border:1px solid #f1f8ff;overflow:hidden;background-color:#fff;-webkit-transition:all .15s ease;-moz-transition:all .15s ease;-o-transition:all .15s ease;transition:all .15s ease;cursor:pointer}.blog_unit:hover .blog_unit_image img{opacity:.8;transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1)}.col-md-9 .blog_unit{max-width:810px}.related_blog_unit{float:left;margin-bottom:30px;overflow:hidden}.blog_unit_image{display:inline;float:left;position:relative;overflow:hidden;background-color:#fff;margin:6px;margin-bottom:20px}.blog_unit:hover{background-color:#fff}.blog2v:hover .blog_unit_image img{opacity:.8;transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1)}.blog2v:hover h4 a{color:#0073e1}.blog_unit:hover h3 a{color:#0073e1}.blog_unit.col-md-12 .listing-cover{height:100%}.col-md-12 .blog_unit.col-md-12 .listing-cover{height:100%}.blog_unit:hover .listing-cover{opacity:1}.related_blog_unit .blog_unit_image img{border-bottom:1px solid #f0f0f0;-webkit-box-shadow:0 2px 0 0 rgba(227,228,231,1);box-shadow:0 2px 0 0 rgba(227,228,231,1)}.blog_unit h3{float:left;width:100%;margin-bottom:10px;font-weight:500}.blog_unit_content p{margin-bottom:13px}.blog_unit a{text-decoration:none}.blog_unit_content{padding:10px 30px 30px 30px;font-size:13px;line-height:22px;float:left;width:100%}.blog_unit_meta{font-size:13px}.span_widemeta{margin-right:10px}.widemeta{float:left;width:100%;padding-bottom:0}.blog_unit_meta a{color:#8593a9;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.blog_unit_meta a:hover{color:#0073e1}.blog_unit_meta i{font-size:13px;margin-right:3px}.blog_unit_meta .fa-calendar-o,.blog_unit_meta .fa-comment-o{margin-left:13px}.fa-comment-o{margin-right:1px!important}.blog_unit_meta .read_more{float:right;color:#222;font-size:13px;font-weight:500;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.blog_unit_meta .read_more:hover{color:#0761b7}.blog2v .read_more{color:#222;position:absolute;bottom:15px;left:20px;font-size:13px;font-weight:500}.blog2v .read_more:hover{color:#0073e1}.blog2v h4{margin-bottom:5px;font-size:20px}.blog2v .blog_unit_meta{margin-bottom:0;margin-left:20px;float:left;line-height:1.65em;margin-bottom:5px}.read_more i{font-size:10px;margin-left:6px;font-weight:600}.blog3v{min-height:400px}.blog3v .property_listing_blog{width:100%;height:100%;cursor:pointer;border-radius:4px;overflow:hidden;min-height:400px}.blog3v .blog_unit_image{width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0;background-position:center;background-size:cover;margin:0;border-radius:4px}.blog_unit_content_v3 h4{font-size:20px;margin-top:5px;margin-bottom:10px}.blog_unit_content_v3{position:absolute;bottom:20px;width:100%;z-index:2}.blog3v .blog_unit_meta,.blog3v .blog_unit_title,.blog3v .read_more{color:#fff}.blog3v .blog_unit_meta{padding:0 20px}.blog3v .read_more{float:left;padding:0 20px 10px 20px}.blog4v .property_listing_blog,.elementor-widget-container .blog4v .property_listing_blog{box-shadow:none;border:none;background-color:transparent;display:flex;flex-direction:column}.blog4v .blog_unit_image{margin:0;border-radius:10px}.blog4v .property_listing_blog h4{font-size:16px;width:100%;margin-bottom:5px;line-height:1.3em;padding:0 0;margin-top:15px}.blog4v .property_listing_blog .listing_details.the_grid_view{margin:0 0 10px 0;padding:0;font-size:13px}.related_posts{margin:15px -15px 30px -15px;min-width:100%;display:flex;flex-wrap:wrap}.related_posts h3{margin-left:15px;float:left;width:100%}.related_posts .blog_unit{-webkit-box-shadow:none;box-shadow:none;border:none;margin-bottom:0}.related-unit{float:left}.related_blog_unit_image{display:inline;float:left;margin-bottom:13px;position:relative;-webkit-transition:all .7s ease;-moz-transition:all .7s ease;-o-transition:all .7s ease;transition:all .7s ease;cursor:pointer;overflow:hidden;background:#222;font-weight:500}.related_blog_unit_image .related_post_link{position:absolute;top:50%;left:0;color:#fff;width:100%;text-align:center;display:none;font-size:16px}.related_blog_unit_image:hover img{opacity:.7;transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1)}.related_blog_unit_image:hover .related_post_link{display:block}.related_blog_unit_image .listing-cover{width:100%;height:100%}.related_blog_unit_image:hover .listing-cover{opacity:1}.related_blog_unit_image:hover .listing-cover-plus-related{opacity:1}.listing-cover-title{width:100%;margin:0 auto;top:35%;position:absolute;padding:0 10px}.listing-cover-title a{color:#fdfdfd;font-size:17px;text-align:center;font-weight:500;float:none}.listing-cover-plus-related{color:#fdfdfd;font-size:25px;height:30px;position:absolute;top:40%;left:50%;margin:25px 0 0 -15px;bordeR:1px solid #fdfdfd;padding:0 7px 0 7px;z-index:12;opacity:0;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;cursor:pointer;line-height:27px}.single-content{padding:0;margin-bottom:15px;font-size:14px;line-height:1.65em;float:left;width:100%}.wpestate_after_content{padding:0 30px}.single-blog{margin-bottom:30px;background-color:#fff;padding:30px}#google_map_prop_list_sidebar .single-content{padding:0 30px}.single-content:empty{margin-bottom:0;height:0}.single-content p a{color:#0073e1;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.single-content p a:hover{color:#0761b7}.gallery img{border:3px solid #f0f0f0!important}.widget_media_gallery .gallery img{width:100%;float:left;height:auto}.single-title{word-break:normal;-ms-word-wrap:break-word;word-wrap:break-word;margin:0 0 10px 0}.content404{min-height:500px}.list404{width:33%;float:left}.list404 ul{margin-left:18px}.error404 #primary{display:none}.single-content p{margin-bottom:15px;word-break:break-word}.meta-info{padding:0;margin-bottom:30px;font-size:13px}.meta-info a{-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.meta-info a:hover{color:#0073e1}.meta-info .fa{margin-right:2px}#carousel-example-generic{max-width:810px}.col-md-12 #carousel-example-generic{max-width:100%}.carousel-indicators{bottom:-15px}.post-carusel{margin-bottom:30px;overflow:hidden;background:#222}.elementor-widget .post-carusel{margin-bottom:0}.post-carusel iframe,.wpestate_property_slider_v3 iframe,.wpestate_slider_enable_video_wrapper iframe{width:100%;min-height:443px}.post-carusel .item{height:auto}.elementor-widget-container .post-carusel .item img{max-height:100%}.elementor-widget-container #carousel-listing .owl-carousel .owl-item .item,.elementor-widget-container #carousel-listing .owl-carousel .owl-item .item-video{height:auto}.elementor-widget-container .owl-carousel .owl-item{min-height:100%}.elementor-widget-container .owl-carousel .owl-item a{min-height:100%}.col-md-12.full_width_prop .post-carusel .item{height:100%}.col-md-12.full_width_prop .post-carusel .item img{max-height:100%}.col-md-12.full_width_prop .carouselvertical,.col-md-12.full_width_prop .carouselvertical .carousel-inner{height:100%!important;max-height:100%!important;max-width:100%;min-height:450px}.col-md-12.full_width_prop .vertical-wrapper{width:100%!important}.featured_property_type2 .carousel-control{z-index:99}.featured_property .carousel-control.left,.featured_property .carousel-control.right{background:0 0;opacity:.8;z-index:99}.featured_property .carousel-control.left:hover,.featured_property .carousel-control.right:hover{opacity:1}.featured_property .carousel-control.left{left:5px}.featured_property .carousel-control.right{right:5px}.featured_property .carousel-control i{font-size:31px;margin-top:0;color:#fff}.featured_property_type3_agent{position:absolute;bottom:20px;left:20px;width:50px;height:50px;background-size:cover;background-position:center center;z-index:10;border-radius:50%;background-repeat:no-repeat;border:2px solid #fff;border:1px solid #a6b3bb}.nav-prev-wrapper{position:fixed;height:110px;top:50%;width:250px;background:#fff;color:#222;margin-top:-55px;text-decoration:none;z-index:200;left:-210px;border-top-right-radius:4px;border-bottom-right-radius:4px;cursor:pointer;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;padding:0 15px;display:table;box-shadow:0 0 27px 0 rgba(0,0,0,.045)}.nav-prev-wrapper:hover{left:0}.nav-next-wrapper i,.nav-prev-wrapper i{display:inline;float:left;font-size:20px;line-height:22px;top:50%;margin-top:-11px}.nav-next-wrapper i{margin-left:5px;margin-right:5px;position:absolute;left:12px}.nav-prev-wrapper i{position:absolute;right:16px}.nav-next-wrapper{position:fixed;height:110px;top:50%;width:250px;background:#fff;color:#222;margin-top:-55px;text-decoration:none;z-index:200;right:-210px;margin-left:-40px;border-top-left-radius:4px;border-bottom-left-radius:4px;cursor:pointer;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;padding:0 15px;display:table;box-shadow:0 0 27px 0 rgba(0,0,0,.045)}.nav-next-wrapper:hover{right:0}.navigational_links a,.navigational_links a:hover{color:#222;text-decoration:none;-ms-word-wrap:break-word;word-wrap:break-word}.nav-next,.nav-prev{display:table-cell;vertical-align:middle}.nav-prev{text-align:right}.nav-prev a{display:block;padding-right:25px;line-height:20px;max-width:250px;float:right;text-align:right;font-weight:500}.nav-next a{margin-left:24px;line-height:20px;padding-left:1PX;display:inline;float:left;max-width:250px;font-weight:500}#comment-nav-below .nav-next a,#comment-nav-below .nav-previous a{margin-left:0;margin-bottom:15px}.meta-element{display:inline}.meta-separator{margin:0 10px}.navnav{width:auto}.prop_social_single{width:100%;margin-top:30px}.meta_icon{margin-right:5px;font-size:12px;background:#f7f8f8;position:relative;width:25px;height:25px;line-height:30px;display:inline-block;text-align:center;border-radius:50%;margin-left:10px;line-height:25px!important}.meta_icon.firsof{margin-left:0}.prop_social_single a{margin-right:5px;font-size:13px;background:#f7f8f8;position:relative;width:30px;height:30px;line-height:30px;display:inline-block;text-align:center;border-radius:50%;color:#5c727d}#reply-title{font-size:18px}.property_multi_image_slider{width:100%;position:relative;background-color:#222}.property_multi_image_slider .item{width:33.3%;float:left;position:relative;display:none}.property_multi_image_slider .slick-list{padding-top:0}.multi_image_slider_image{border-left:1px solid #f0f0f0;border-right:1px solid #f0f0f0;position:relative;width:100%;height:600px;background-repeat:no-repeat;background-size:cover;background-position:50% 50%;overflow:hidden;cursor:pointer;float:left;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease}.single-content.listing-content>.property_multi_image_slider .multi_image_slider_image{height:467px}.single-content.listing-content>.property_multi_image_slider,.wpestate_lay3_media_wrapper .property_multi_image_slider{margin-bottom:30px}.multi_image_slider_image:hover{opacity:.8}.property_multi_image_slider .carousel-caption{right:auto;left:0;padding-bottom:0;bottom:0;width:100%;text-align:left;height:45px}.carousel-caption_underlay{position:absolute;top:0;left:0;background-color:#222;opacity:.4;width:100%;height:100%;z-index:1}.carousel_caption_text{z-index:2;position:absolute;top:10px;left:15px;text-shadow:none}.property_multi_image_slider .slick-dots{display:none!important}.property_multi_image_slider button.slick-next.slick-arrow,.property_multi_image_slider button.slick-prev.slick-arrow{top:50%;margin-top:-20px!important;color:#fff;width:40px;height:40px;border-radius:0;cursor:pointer;color:#99a2ae;background-color:#222!important;color:#fff;border:none;position:absolute;z-index:999;margin:0 auto;border-radius:4px;opacity:.66}.property_multi_image_slider button.slick-next.slick-arrow:hover,.property_multi_image_slider button.slick-prev.slick-arrow:hover{opacity:1}.property_multi_image_slider button.slick-prev.slick-arrow{left:20px;right:auto;padding-left:0}.property_multi_image_slider button.slick-next.slick-arrow{right:20px;padding-right:0}.property_multi_image_slider .slick-next.slick-arrow:before{content:'\e801';font-family:fontello;font-size:20px;text-shadow:none;line-height:40px}.property_multi_image_slider .slick-prev.slick-arrow:before{content:'\e800';font-family:fontello;font-size:20px;text-shadow:none;line-height:40px}.propery_listing_main_image{position:relative;width:100%;height:600px;background-repeat:no-repeat;background-size:cover;background-position:50% 50%;overflow:hidden;cursor:pointer}.wpestate_property_slider_v3{position:relative;min-height:467px;margin-bottom:30px}.wpestate_property_slider_v3 .propery_listing_main_image,.wpestate_property_slider_v3 .propery_listing_main_image .propery_listing_main_image{height:467px}.single-content.listing-content .wpestate_full_width_slider_wrapper.wpestate_listing_full_slider_1 .propery_listing_main_image,.wpestate_property_header_extended .wpestate_property_slider_v3 .propery_listing_main_image{height:590px}#carousel-property-page-header .carousel-indicators li{display:inline-block;width:auto;height:auto;text-indent:0;cursor:pointer;background-color:transparent;border:none;border-radius:0;opacity:1;position:relative}#carousel-property-page-header .carousel-indicators{padding:0xp 45px;left:50%;left:0;right:0;margin-left:auto;margin-right:auto;width:100%;bottom:0;display:flex;flex-wrap:wrap;align-content:center;justify-content:center;align-items:center;gap:15px;margin-bottom:45px}#carousel-property-page-header .carousel-indicators img{border:2px solid #fff;max-width:110px;border-radius:4px}#carousel-property-page-header .carousel-indicators .active img{border:2px solid #222}.carousel-indicators-wrapper-header-prop{background-color:#2b2937;width:100%;position:absolute;height:auto;z-index:15;bottom:0}.carousel-property-page-header-overalay{background:#222;opacity:.3;width:100%;height:100%;max-height:64px;position:absolute;max-width:108px;left:1px;top:1px;border-radius:4px}.carousel-indicators .active .carousel-property-page-header-overalay{opacity:0}.carouselvertical .carousel-inner{margin-right:144px;width:auto}#carousel-indicators-vertical{width:143px;right:0;position:absolute;top:0;bottom:auto;list-style:none;transition:all .4s ease-in-out;-webkit-transition:all .8s ease-in-out;-moz-transition:all .8s ease-in-out;-ms-transition:all .8s ease-in-out;-o-transition:all .8s ease-in-out;background:#222;padding-left:3px;height:100%;border-top-right-radius:4px;border-bottom-right-radius:4px}#carousel-indicators-vertical li{margin-bottom:3px;position:relative;cursor:pointer}#carousel-indicators-vertical .active img{opacity:1}#carousel-indicators-vertical li img{opacity:.4;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out}#carousel-indicators-vertical li:hover img{opacity:.6}#carousel-indicators-vertical .caption-wrapper{width:665px}.caption-wrapper.closed{background:#222}.carousel-control.right.vertical{right:143px}.vertical-wrapper{width:auto!important;background:0 0!important;position:absolute!important;bottom:0;padding:0!important;right:144px;left:0}.wpestate_estate_property_slider_section_wrapper .post-carusel .item img{max-height:100%}.wpestate_estate_property_slider_section_wrapper .post-carusel .vertical-wrapper{width:100%!important}.vertical-wrapper span{z-index:11;position:relative;padding-left:15px;padding-top:9px}.vertical-wrapper-back:empty{display:none}#carousel-listing{background-color:#222;width:100%;position:relative;margin-bottom:0}#carousel-listing.classic-carousel{background-color:transparent}#carousel-listing.classic-carousel .owl-carousel .owl-stage-outer,#carousel-listing.classic-carousel .owl-carousel .owl-wrapper-outer{overflow:visible}#carousel-listing .owl-next,#carousel-listing .owl-prev{position:absolute;top:50%;opacity:.9;background:0 0;border:none;margin:0}.carousel-control{width:40px;height:40px;opacity:.66;top:50%;margin:-20px 0 0 0}#carousel-listing.classic-carousel .carousel-indicators a img{border-radius:4px}#carousel-listing.classic-carousel .carousel-indicators li{margin-right:9px}.left.carousel-control{left:15px}#carousel-listing .owl-prev{left:0}.right.carousel-control{right:15px}#carousel-listing .owl-next{right:0}.carousel-control .fa,.carousel-control i,.owl-next i,.owl-prev i{font-size:20px;text-shadow:none;line-height:40px;margin:0}.elementor-widget-WpResidence_Property_Slider_v2 i,.elementor-widget-WpResidence_Property_Slider_v3 i,.elementor-widget-Wpresidence_Testimonial_Slider i{font-size:14px}.carousel-control.left,.carousel-control.right{background:#222;background-image:none;border-radius:4px}.carousel-control:focus,.carousel-control:hover{opacity:1}.classic-carousel .owl-carousel .owl-item .item,.classic-carousel .owl-carousel .owl-item .item-video{padding:0;height:auto}#carousel-listing .carousel-indicators.carousel-indicators-classic{position:relative;bottom:auto;left:auto;padding:10px 0 0 0;height:auto}#carousel-listing.carouselvertical{height:auto}#carousel-listing.carouselvertical .owl-carousel .owl-item .item{padding:0;height:auto}#carousel-listing.carouselhorizontal .owl-carousel .owl-item .item{padding:0;height:auto}.wpestate_top_property_navigation{z-index:999;font-weight:500;font-size:13px;background-color:#fff;position:fixed;height:50px;width:100%;top:-50px;transition:all .5s ease;box-shadow:3px 1px 20px 0 rgba(0,110,225,.08);display:flex;justify-content:space-around;align-items:center}.wpestate_top_property_navigation_link{padding-right:5px;padding-left:5px}.wpestate_top_property_navigation_link.item_active{color:#0073e1}.wpestate_top_property_navigation.sticky_property_menu_visible{top:0}.admin-bar .wpestate_top_property_navigation.sticky_property_menu_visible{top:32px}.admin-bar.has_top_bar .master_header_sticky.sticky_property_menu,.has_top_bar .master_header_sticky.sticky_property_menu,.master_header_sticky.sticky_property_menu{top:-100px}.entry-prop{margin-bottom:0;display:inline;float:left;width:auto;max-width:75%;font-size:35px;line-height:1.1}.single_property_labels{position:absolute;left:10px;top:-35px}.property_title_label{border-radius:4px;background-color:rgba(0,115,225,.85);padding:0 10px;display:inline-block;color:#fff;margin:0 0 0 7px;line-height:22px}.property_title_label:hover{background-color:#0073e1}.elementor-widget-container .property_title_label{margin:0 7px 0 0}.property_title_label a{color:#fff;font-size:13px}.prop_social .property_title_label a{color:#fff;height:auto;font-size:14px;padding:5px 5px;font-size:14px;margin:0}.single-estate_property #listing_ajax_container{width:100%;float:left}.elementor-widget-container #carousel-listing .owl-carousel.owl-loaded{height:auto;min-height:385px}#carousel-listing .owl-carousel.owl-loaded.carouselvertical{height:auto}.carousel-inner>.item>a>img,.carousel-inner>.item>img{margin:0 auto}.caption_on_slide{position:absolute;bottom:10px;left:10px;background:#222;color:#fff;padding:5px 15px;border-radius:4px}.wpestate_classic_slider_wrapper .caption_on_slide{bottom:0;width:100%;left:0}.slider-property-status{position:relative;z-index:50;float:left;margin-left:10px;margin-top:15px;padding:2px 20px;font-size:13px;color:#fdfdfd;-webkit-box-shadow:3px 1px 20px 0 rgba(0,110,225,.08);box-shadow:3px 1px 20px 0 rgba(0,110,225,.08);background-color:rgba(0,115,225,.85);line-height:1.65em;border-radius:4px}.estate_video_control{position:absolute;color:#fff;top:50%;left:50%;float:left;font-size:30px;text-indent:0;margin:-10px 0 0 -10px;opacity:.7}.videoitem iframe{cursor:pointer}.carousel-inner>.item{-webkit-transition:all .6s ease;transition:all .6s ease;width:100%}.carousel-inner>.item>img{margin:0 auto}iframe .player .controls-wrapper,iframe .player .video-wrapper{display:none!important}#carousel-listing .carousel-indicators,.carusel-back{width:100%;position:absolute;float:left;display:inline;box-sizing:border-box;-moz-box-sizing:border-box;margin:1px 0 0 0;left:0;bottom:auto;height:90px;bottom:39px;padding-top:3px;z-index:10;transition:all .4s ease-in-out;-webkit-transition:all .8s ease-in-out;-moz-transition:all .8s ease-in-out;-ms-transition:all .8s ease-in-out;-o-transition:all .8s ease-in-out;white-space:nowrap;text-align:left}.carusel-back{background-color:#222;opacity:.95}.rowclosed{bottom:-50px!important}.videoitem{height:457px}.videoitem_full{height:613px}#carousel-listing .carousel-indicators a{float:left}#carousel-listing .carousel-indicators a,#carousel-listing .carousel-indicators li{width:143px;height:83px;margin:0 1px 0 0;border:none;border-radius:0;position:relative}#carousel-listing .carousel-round-indicators{position:absolute;right:40px;bottom:-11px;z-index:99}#carousel-listing .carousel-round-indicators a,#carousel-listing .carousel-round-indicators li{display:inline;border-radius:50%;width:8px;height:8px;float:left;color:#fff;background-color:#ffffff9c;margin-left:13px;cursor:pointer}#carousel-listing .carousel-round-indicators a.active,#carousel-listing .carousel-round-indicators li.active{background:#fff}#carousel-listing .carousel-indicators .active img{opacity:1}#carousel-listing .carousel-indicators .active{border:none;background:0 0}#carousel-listing .carousel-indicators a img,#carousel-listing .carousel-indicators li img{float:left;opacity:.8;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;width:100%;height:100%}#carousel-listing .carousel-indicators a:hover img,#carousel-listing .carousel-indicators li:hover img{opacity:.6}#carousel-listing.classic-carousel .carousel-indicators a img,#carousel-listing.classic-carousel .carousel-indicators li img{opacity:1}#carousel-listing.classic-carousel .carousel-indicators a:hover img,#carousel-listing.classic-carousel .carousel-indicators li:hover img{opacity:.6}.caption-wrapper{width:100%;height:40px;color:#fff;float:left;padding:9px 0 0 13px;z-index:20;position:relative;cursor:pointer}.caption-wrapper span.active.blank_caption{opacity:0}.caption-wrapper .fa{font-size:22px}.caption-wrapper span,.caption-wrapper span.active:empty{display:none}.caption-wrapper span.active{display:block;z-index:10;position:absolute;background:#222;width:auto;height:100%}#carousel-listing.carouselvertical .caption-wrapper span.active{width:100%}.caption_control{width:20px;height:20px;float:right}.caption_control:after{font-family:"Font Awesome 5 Free";padding:12px 13px 0 5px;color:#fff;content:"\f107";margin:0;position:absolute;bottom:9px;right:0;font-size:20px;font-weight:600}.closed .caption_control:after{content:"\f106"}#accordion_prop_addr{display:inline-block;width:100%}.elementor-widget-container #accordion_prop_addr{margin-top:0}.elementor-widget-container>.property-panel h4:after{display:none}.acc_google_maps{background-color:#69c17d;color:#fff!important;padding:1px 6px;clear:both;float:left;margin-top:10px;webkit-transition:background-color .1s linear;-o-transition:background-color .1s linear;transition:background-color .1s linear;font-size:13px;border-radius:4px;line-height:1.65em}.property-panel{margin-bottom:30px;width:100%;min-height:1px;display:inline-block;line-height:1.65em}.elementor-widget .property-panel{margin-bottom:0}.elementor-widget-Details_as_Accordion .property-panel{margin-bottom:20px}.property-panel .panel{border:none;box-shadow:none;-webkit-box-shadow:none;border-radius:4px}.single-overview-section{background-color:#fff;padding:30px}.wpestate_property_header_extended .single-overview-section{max-width:1120px;border-radius:10px;padding:30px;position:absolute;left:0;right:0;bottom:0;z-index:9;margin:0 auto;box-shadow:0 10px 31px 0 rgb(7 152 255 / 9%);opacity:.95}.wpestate_property_header_extended .single-overview-section .panel-title{display:none}.wpestate_property_header_extended.wpestate_lay6_classic .single-overview-section{bottom:140px}.wpestate_property_header_extended.wpestate_lay6_vertical .single-overview-section{bottom:60px}.wpestate_property_header_extended.wpestate_lay6_horizontal .single-overview-section{bottom:165px}.wpestate_property_header_extended.wpestate_lay6_full-width-header,.wpestate_property_header_extended.wpestate_lay6_gallery,.wpestate_property_header_extended.wpestate_lay6_header-masonry-gallery,.wpestate_property_header_extended.wpestate_lay6_multi-image-slider{margin-bottom:75px}.wpestate_property_header_extended.wpestate_lay6_full-width-header .single-overview-section{bottom:-25px;padding:20px}.wpestate_property_header_extended.wpestate_lay6_header-masonry-gallery .single-overview-section,.wpestate_property_header_extended.wpestate_lay6_multi-image-slider .single-overview-section{bottom:-50px}.wpestate_property_header_extended.wpestate_lay6_gallery .single-overview-section{bottom:-25px}.elementor-widget .single-overview-section{margin-bottom:0}.property-panel .panel-body{border:none!important}.property-panel .panel-heading{background-color:#fff;background-image:none;padding:30px 30px 15px 30px;border-radius:4px}.elementor-widget-container .property-panel .panel-heading{background-color:transparent}.agent_content,.wpestate_agent_details_wrapper{padding:30px;background-color:#fff;float:left;width:100%;position:relative;z-index:90}.tab-content .wpestate_agent_details_wrapper{padding:0}.wpestate_agent_details_wrapper{margin-bottom:30px;float:left}.single-estate_agent .wpestate_agent_details_wrapper.wpestate_single_agent_details_wrapper{margin-bottom:0}.wpestate_estate_property_design_agent .wpestate_agent_details_wrapper{background:#fff;display:inline-block;padding:30px 30px 10px 30px}.wpestate_estate_property_design_agent{display:inline-block;min-height:1px;width:100%}#myChart,#myChartacc,.my_chart_dash{width:100%!important}.tab-pane #myChart{height:400px!important;width:100%!important}.my_chart_dash{margin-top:15px;max-width:988px;margin-bottom:15px}.statistics_wrapper{float:left;width:100%;display:none}.multi_units_wrapper h4,.property-panel h4,.wpestate_property_description h4{color:#222;padding-bottom:10px}.property-panel h4 a{width:100%}.property-panel h4:after{font-family:"Font Awesome 5 Free";content:"\f106";position:relative;float:right;font-weight:600;margin-right:0;transition:.2s ease-out}.property-panel a:hover{text-decoration:none}.property-panel h4:hover{color:#0073e1}.property-panel h4:hover :after{color:#0073e1}.property-panel .carusel_closed:after{font-family:"Font Awesome 5 Free";position:relative;float:right;transform:rotate(180deg)}.property-panel h4 a:hover{text-decoration:none}.property-panel .panel-body{padding:0 30px 30px}#accordion_walkscore .panel-body{padding:0 30px 30px 20px}.property_video_wrapper{background-color:#222;position:relative;line-height:1.65em;border-radius:4px}.property_video_wrapper img{opacity:.8;transition:all .3s ease;webkit-transition:all .3s ease;-o-transition:all .3s ease;cursor:pointer;width:100%;border-radius:4px}.property_video_wrapper img:hover{opacity:1}#property_video_wrapper_player{position:absolute;top:50%;left:50%;font-size:49px;color:#fff;z-index:10;border:4px solid #fff;border-radius:50%;width:100px;height:100px;margin:-50px 0 0 -50px;opacity:.8;pointer-events:none}#property_video_wrapper_player:before{font-family:"Font Awesome 5 Free";content:"\f04b";position:absolute;top:50%;left:50%;margin-top:-12PX;margin-left:-17PX;font-weight:700}.listing_detail{padding:3px 3px 3px 0}.single-estate_property .listing_detail{padding:0 30px 7px 0;min-height:32px;word-break:break-word}.single-estate_property .listing_detail.listing_detail_energy{padding:0 0 7px 0}.single-estate_property .listing_detail strong{color:#222;font-weight:500}.listing_detail svg,.property_features_svg_icon{color:#3872e1;width:20px;height:20px;fill:#3872e1;margin:0 10px 0 0;line-height:26px;vertical-align:middle;display:inline-block}.not_present{text-decoration:line-through;color:#8997ac}.feature_chapter_name.col-md-12{width:100%}.feature_chapter_name{font-weight:500;margin:5px 0 10px 0;padding-left:0;position:relative;color:#222;float:left}#tab_prpg i.fa-check,#tab_prpg i.fa-check-circle,.modal_property_features i,.property-panel i.fa-check,.property-panel i.fa-check-circle,.wpestate_estate_property_details_section i,.wpestate_estate_property_details_section i.fa-check,.wpestate_estate_property_details_section i.fa-check-circle{color:#0073e1}#tab_prpg i.fa-check,#tab_prpg i.fa-check-circle,#tab_prpg i.fa-times,.modal_property_features i,.property-panel i,.wpestate_estate_property_details_section i{margin-right:10px}.listing-content .agent_contanct_form{margin-left:0;float:left;width:100%}.single-estate_property .listing-content .agent_contanct_form{padding:0 30px 30px 30px;background-color:#fff}.listing-content .agent_picture{padding-left:0}.agent_content,.agentpic-wrapper{padding-left:0}.notice_area{margin-bottom:35px;position:relative;margin-top:45px;display:inline-block}.elementor-widget-container>.notice_area{padding:0}.elementor-widget-container>.notice_area .single_property_labels{left:0}.elementor-widget-container>.notice_area .prop_social{right:0}.elementor-widget-container .notice_area{float:none}.overview_wrapper{min-height:100px;background-color:#fff;margin-bottom:30px}.property_categs{float:left;width:100%;font-size:14px;margin-bottom:0;margin-top:10px}.property_categs_elementor{margin-top:0;min-height:1px;float:none}.property_categs i{margin-right:3px;font-size:12px}.single_property_action{background:#fff;padding:7px 14px;border-radius:4px;box-shadow:0 10px 31px 0 rgba(7,152,255,.09);font-weight:500;line-height:10px;font-size:12px;color:#222;float:left;margin-left:10px;cursor:pointer;text-transform:capitalize}.elementor_prop_social .single_property_action{float:none;display:inline-block}.single_property_action.share_list{width:auto;height:auto;border:none}.prop_social .share_unit{background-color:#fff;width:120px;color:#222;font-size:12px;padding:10px;top:28px;z-index:9;left:-30px}.prop_social .share_unit:after{display:none}.prop_social .share_unit a{height:auto;color:#222;font-size:13px;font-weight:500;vertical-align:initial;line-height:1em;width:100%;float:left;text-align:left;padding:5px 10px 5px 22px;transition:color .3s linear}.prop_social .share_unit a:hover,.prop_social .share_unit a:hover:after{color:#0073e1}.prop_social .share_unit .social_email:after,.prop_social .share_unit .social_facebook:after,.prop_social .share_unit .social_pinterest:after,.prop_social .share_unit .social_tweet:after,.prop_social .share_unit .social_whatsup:after{position:absolute;left:10px;font-size:15px;transition:color .3s linear}.prop_social .single_property_action i{margin-right:7px;color:#222;margin-left:0;font-size:12px}.prop_social .single_property_action i:hover{color:#0073e1}.elementor-widget-wrap .prop_social .single_property_action i.fas,.elementor-widget-wrap .property_categs i.fas{font-weight:700!important;font-family:'Font Awesome 5 Free'!important}.elementor-widget-wrap .prop_social .single_property_action i.far{font-weight:400!important;font-family:'Font Awesome 5 Free'!important}.elementor-widget .single-overview-section,.property-page-overview-details-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;justify-content:space-between}#tab_prpg .tab-pane .overview_element li.first_overview_left,.overview_element li.first_overview_left{text-align:left;margin-bottom:4px}#tab_prpg .tab-pane .overview_element,.overview_element{list-style:none;margin:10px 30px 0 0}.overview_element:first-of-type li{text-align:left;font-weight:500;font-size:14px;margin-bottom:4px}.overview_element:first-of-type li.first_overview_date{font-weight:500}.single-overview-section h4:after{display:none}#tab_prpg .tab-pane .overview_element li,.overview_element li{text-align:center;line-height:20px;font-weight:500;color:#222}#tab_prpg .overview_element li a,#tab_prpg .tab-pane .overview_element li:first-of-type{color:#222}.overview_element img{height:20px!important;margin-bottom:6px}.overview_element i{margin-bottom:6px;font-size:20px;margin-right:0}.overview_element svg{width:20px;height:20px}#add_favorites.isfavorite{color:#0073e1}#add_favorites.isfavorite i{color:#0073e1}.prop_social{position:absolute;top:37px;right:15px}.elementor_prop_social{position:relative;top:auto;right:auto;min-height:1px}.no_views{float:left;font-size:15px;color:#a6b3bb;display:none}.no_views i{margin-right:5px}.prop_social i{font-size:14px;margin-left:13px;width:13px;display:inline;color:#a6b3bb}#print_page:hover,.prop_social a:hover i,.single_property_action:hover{color:#0073e1}.prop_social a{color:#8593a9;text-decoration:none;padding:3px 0 0 0;height:30px;margin-left:2px;float:left;box-sizing:border-box;-moz-box-sizing:border-box;font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.prop_social a:hover{text-decoration:none}.share_facebook:hover{color:#3b5998!important}.share_tweet:hover{color:#00cffe!important}.share_google:hover{color:#d63e30!important}.share_pinterest:hover{color:#b61d23!important}.price_area{color:#0073e1;font-size:30px;padding:0;float:right;font-weight:500;min-height:1px;line-height:1.1;position:relative;margin-top:-5px;min-width:130px;text-align:right}.second_price_area{position:absolute;top:-25px;font-size:17px;right:0;font-weight:400}.second_price_area .price_label{font-size:15px}.elementor-widget-container_price_area{float:none;display:inline-block;min-height:1px}.pricelabel{float:left;font-size:15px;padding:14px 0 3px 7px}.wpresidence_action_button{background-color:#fff;float:left;margin:5px;padding:6px 15px;font-size:13px;border-radius:4px;box-shadow:0 10px 31px 0 rgba(7,152,255,.09);color:#222;cursor:pointer}.adres_area{clear:both;float:left;font-size:13px;width:calc(100% - 240px)}.adres_area i{font-size:12px;color:#a6b3bb}.social_share_title{border:1px solid #dfdfdf;width:30px;height:30px;float:left;text-align:center;margin-left:5px;cursor:pointer}.social_share_title i{font-size:14px;margin:0;text-align:center;display:inline-block;padding:0;width:auto;line-height:30px;color:#c2ccda}.agent_listings_title_similar{padding-left:15px}.wpestate_slider_enable_video_wrapper{z-index:9;position:relative;display:none;background-color:#222}.wpestate_slider_enable_virtual_wrapper{z-index:9;position:relative;display:none;text-align:center;background-color:#222}.wpestate_property_media_section_wrapper{position:relative;margin-bottom:30px}.wpestate_control_media_buttons_wrapper{position:absolute;top:15px;left:0;width:100%;z-index:1;display:flex;flex-direction:row;flex-wrap:wrap;z-index:10;padding-left:15px}.wpestate_control_media_button{width:40px;height:40px;z-index:2;cursor:pointer;border-radius:4px;margin-right:5px;background-color:#222222a8;text-align:center}.wpestate_control_media_button.slideron,.wpestate_control_media_button:hover{background-color:#0073e1d4}.wpestate_control_media_button i{color:#fff;font-size:15px;line-height:40px}#slider_enable_street.with_open_street{display:none}.open_street_carousel #slider_enable_slider{left:67px}.no_stret{left:63px!important}.gallery_wrapper{float:left;width:100%;margin-bottom:30px;position:relative}.elementor-widget-container .gallery_wrapper{margin-bottom:0}.property_header_gallery_wrapper .slider-property-status{margin-top:10px}.property_header_gallery_wrapper,.property_header_gallery_wrapper .image_gallery.last_gallery_item{margin-bottom:0}.imagebody_new .image_gallery{border-bottom:1px solid #f1f3f7;border-right:1px solid #f1f3f7}.col-md-8.image_gallery{border-bottom:6px solid #fff}.image_gallery{min-height:160px;border-bottom:6px solid #fff;border-right:6px solid #fff;background-size:cover;background-position:50% 50%;cursor:pointer;overflow:hidden}.featured_prop_type5 .image_gallery,.featured_prop_type5 .img_listings_overlay{cursor:auto}.property_header_gallery_wrapper .image_gallery{border-bottom:1px solid #f0f0f0;border-right:1px solid #f0f0f0}.property_header_gallery_wrapper .special_border{border-top:1px solid #f0f0f0;border-left:1px solid #f0f0f0}.property_header_gallery_wrapper .special_border_top{border-top:1px solid #f0f0f0}.elementor-widget-container .property_header_gallery_wrapper .img_listings_overlay{transition:none}.elementor-widget-container .featured_article_type2 .img_listings_overlay,.elementor-widget-container .featured_prop_type5 .img_listings_overlay{-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.property_header_gallery_wrapper .img_listings_overlay:hover{opacity:.1}.property_header_gallery_wrapper .img_listings_mes{font-weight:500}.col-md-8.image_gallery{min-height:320px}.wpestate_property_header_extended .col-md-8.image_gallery{min-height:480px}.wpestate_property_header_extended .col-md-4.image_gallery{min-height:240px}.property_header_gallery_wrapper .col-md-6.image_gallery{height:650px}.property_header_gallery_wrapper .col-md-3.image_gallery{height:325px}.single-content.listing-content>.property_header_gallery_wrapper,.wpestate_lay3_media_wrapper .property_header_gallery_wrapper{margin-bottom:30px}.single-content.listing-content>.property_header_gallery_wrapper .col-md-6.image_gallery{height:466px}.single-content.listing-content>.property_header_gallery_wrapper .col-md-3.image_gallery{height:233px}.special_border{border-top:6px solid #fff;border-left:6px solid #fff}.special_border_top{border-top:6px solid #fff}.special_border_left{border-left:6px solid #fff}.img_listings_overlay_last{background-color:#20c063;opacity:.4}.img_listings_overlay{position:absolute;top:0;right:0;z-index:9;width:100%;cursor:pointer;height:100%;background-color:#444;opacity:0;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.img_listings_overlay:hover{opacity:.3;background-color:#222}.img_listings_overlay_last{background-color:#222;opacity:.4}.img_listings_mes{position:absolute;top:50%;margin-top:-10px;color:#fff;z-index:10;font-size:16px;font-weight:500;cursor:pointer;pointer-events:none;right:50%;width:200px;text-align:center;margin-right:-100px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}#tab_prpg ul{margin:0;background-color:#0073e1;border:none;border-top-left-radius:4px;border-top-right-radius:4px}#tab_prpg .tab-pane ul{background-color:transparent;margin-left:20px}#tab_prpg .tab-pane li,#tab_prpg .tab-pane li:first-of-type{color:#5c727d;border:none;font-size:14px}#tab_prpg li{background:0 0;color:#fff;border:none;border-radius:0;margin-bottom:0;border-right:1px solid #1489f9;width:20%}#tab_prpg .tab-content li{width:100%}#tab_prpg li:first-of-type{border-top-left-radius:4px}#tab_prpg .nav-tabs>li>a{margin-right:0;height:45px;text-align:center;font-weight:500}.elementor-widget-container #tab_prpg .nav-tabs>li>a,.elementor-widget-container #tab_prpg li a:hover{height:auto}#tab_prpg li.active{background-color:#fff}#tab_prpg .active>a{color:#222;border:none}#tab_prpg li a:hover{background-color:#fff;border-radius:0;-webkit-transition:all .1s ease;-moz-transition:all .1s ease;-o-transition:all .1s ease;transition:all .1s ease;height:45px;color:#222}#tab_prpg .tab-pane{float:left;width:100%;margin-bottom:30px;padding:30px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:0;border-top-right-radius:0;background-color:#fff}#tab_prpg li a{transition:none;-moz-transition:none;-webkit-transition:none;-o-transition:none;color:#fff;padding:11px 10px;border-radius:0;transition:all .4s ease}.nav-tabs>li>a{border:0 solid}.tab-content .row.class-energy{margin:0}.walk_details img{display:inline-block;float:left}.walk_details{width:100%;float:left;margin-bottom:10px}.walk_details span{display:inline-block;margin-left:10px;margin-top:1px;float:left;line-height:1.65em}.walk_details a{background-color:#fafafa;padding:2px 8px;margin-left:5px;font-weight:500}.wpestate-elementor-nav-tabs{width:100%;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;background:#fff}#tab_prpg.wpestate_elementor_tabs .wpestate-elementor-nav-tabs ul{max-width:1125px;margin:0 auto;float:none;clear:both;float:none!important;display:flex;flex-direction:row;flex-wrap:wrap;align-items:stretch;height:84px}#tab_prpg.wpestate_elementor_tabs .tab-pane{box-shadow:none;padding-top:60px;max-width:1125px;margin:0 auto;float:none}#tab_prpg.wpestate_elementor_tabs.wpestate_tab_class_vertical .wpestate-elementor-nav-tabs{width:30%;float:left;display:inline-block;line-height:1px}#tab_prpg.wpestate_elementor_tabs.wpestate_tab_class_vertical .wpestate-elementor-nav-tabs ul{display:inline-block;width:100%;height:auto}#tab_prpg.wpestate_elementor_tabs.wpestate_tab_class_vertical .nav-tabs>li{width:100%;border-bottom:1px solid #eaeaea;height:84px}#tab_prpg.wpestate_elementor_tabs.wpestate_tab_class_vertical .nav-tabs>li a{text-align:left}#tab_prpg.wpestate_elementor_tabs.wpestate_tab_class_vertical .tab-content{width:70%;float:left;border:1px solid #eaeaea}#tab_prpg.wpestate_elementor_tabs.wpestate_tab_class_vertical .tab-pane{padding-top:30px}.wpestate_tab_class_vertical .wpestate-elementor-nav-tabs{border:1px solid #eaeaea;border-right-width:0}.wpestate_elementor_tabs .wpestate_tab_icon_elementor{height:17px;width:auto;margin-right:15px}.wpestate-elementor-nav-accordions h4 svg,.wpestate_elementor_tabs svg{color:#3872e1;width:20px;height:20px;fill:#1a1a1a;margin:0 10px 0 0;line-height:26px;vertical-align:middle;display:inline-block}.wpestate_elementor_tabs li.active svg{fill:#3872e1}#tab_prpg.wpestate_elementor_tabs li.active{background-color:#fff;border:none;margin-top:0}#tab_prpg.wpestate_elementor_tabs ul{margin:0;background-color:#fff}#tab_prpg.wpestate_elementor_tabs li.active{background-color:#fff;border:none;margin-top:0}#tab_prpg.wpestate_elementor_tabs li{background:0 0;border:none;width:auto;flex-grow:1;flex-basis:0}#tab_prpg.wpestate_elementor_tabs li a:hover{color:#333;background-color:#fff;border-color:#fff}#tab_prpg.wpestate_elementor_tabs li a{color:#1a1a1a;padding:30px 30px;border-radius:0;height:auto;font-weight:500}#tab_prpg.wpestate_elementor_tabs ul{margin:0;background-color:#fff}#tab_prpg.wpestate_elementor_tabs li.active a{border-bottom:3px solid #0073e1;color:#0373e1}.single-agent{margin-bottom:0}.entry-title-agent{margin:0}.agent_meta{font-size:13px;line-height:22px;width:100%;margin:0 10px 15px 0;color:#8593a9}.agent_meta a{color:#8593a9}.agent_details h3{margin-bottom:3px;font-size:20px}.single-estate_agent .agent_details h3{font-size:24px;-ms-word-wrap:break-word;word-wrap:break-word}.agent_unit_social_single{bottom:20px;left:0;right:0;background-color:#fff;width:72%;padding:10px;z-index:10;position:relative;text-align:center;box-shadow:0 3px 14px 0 rgba(7,152,255,.09);margin:0 auto;border-radius:4px;font-size:16px}.agent_unit_social_single a{color:#5c727d;margin-right:8px;margin-left:8px}.agent_unit_social_single a:hover{color:#0073e1}.mydetails{background-color:#f8f8f8;height:40px;padding:8px 0 8px 15px;font-size:16px;margin-bottom:15px;color:#333;font-weight:500}.agent_pos{margin-bottom:9px;padding-left:13px;color:#8593a9}.single-agent .agent_detail{margin:0 0 2px 0}.agent_details{min-height:200px;padding-right:0}.agentpict{width:100%;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat;height:260px}.container_agent .col-md-5.agentpic-wrapper,.container_agent .col-md-7.agent_details{width:50%}.col-md-12 .container_agent .col-md-5.agentpic-wrapper{width:40%}.col-md-12 .container_agent .col-md-7.agent_details{width:60%}.agent_contanct_form,.agent_content{margin:0;float:left;padding:30px;background-color:#fff;z-index:99;position:relative}.single-estate_agent .agent_content{padding-bottom:0;padding-top:0}.single-estate_agent .agent_contanct_form{margin-bottom:0}.social-agent-page{font-size:20px;position:absolute;bottom:0}.social-agent-page a{margin-right:10px;color:#768082}.agent_contanct_form{margin-bottom:30px;float:left;position:relative;width:100%;z-index:auto}.elementor-widget-container .agent_contanct_form{margin-bottom:0}.agent_contanct_form_sidebar .agent_contanct_form{float:left;width:100%;border:none;background-color:#fff;margin-bottom:0;margin-left:0;margin-right:0;padding:0;box-shadow:none!important}.agent_contanct_form_sidebar img{max-width:143px;float:left;margin-right:15px;width:70px;margin-bottom:15px}.agent_sidebar_mobile{width:100%;font-weight:500;display:inline-block;margin-top:7px;font-size:16px}.agent_sidebar_mobile span{font-weight:500;float:left;width:60px}.agent_sidebar_mobile svg{font-size:18px}#wpestate_sidebar_property_contact_tabs ul{display:flex;justify-content:space-between;flex-wrap:nowrap;flex-direction:row;align-items:center;margin:0}#wpestate_sidebar_property_contact_tabs li{width:50%;text-align:center}#wpestate_sidebar_property_contact_tabs li a{font-size:14px;font-weight:500;border:none;background-color:#f8f8f8;margin:0;color:#222}#wpestate_sidebar_property_contact_tabs li.active a{background-color:#fff}.agent_contanct_form_sidebar{padding:30px;display:inline-block}.agent_unit_widget_sidebar_wrapper{display:flex;flex-direction:column;gap:10px}.agent_unit_widget_sidebar_wrapper_unit{display:flex}.wpestate_card_unit_email .agent_unit_widget_sidebar_wrapper{margin-bottom:15px}.agent_unit_widget_sidebar_details_wrapper{display:flex;flex-direction:column;justify-content:center}.wpestate_card_unit_email .agent_unit_widget_sidebar_details_wrapper h4{margin-bottom:0}.agent_unit_widget_sidebar{background-position:center;width:70px;height:70px;background-size:cover;float:left;margin-right:15px;border-radius:4px;flex-shrink:0}.agent_contanct_form_sidebar .agent-unit-img-wrapper{float:left}.agent_contanct_form_sidebar #agent_submit{width:100%}.agent_contanct_form_sidebar .schedule_meeting{width:100%;margin-left:0;padding-left:10px;margin:10px 0}.agent_contanct_form_sidebar #show_contact{padding:0 15px 0 15px;margin:0 -13px;font-size:16px;width:auto;float:none;margin-bottom:15px;display:none}.agent_contanct_form_sidebar .alert-message{float:left;width:100%;margin-bottom:13px;margin-top:5px}.schedule_hour{padding-left:4px}.agent_contanct_form_sidebar .alert-message:empty{padding:0;margin-bottom:0}.agent_contanct_form_sidebar .message_submit{width:100%;margin-bottom:10px}.page-template-contact_page .message_explaining,.page-template-contact_page .message_submit{display:none}.message_explaining{line-height:1.3em;font-size:13px}.contact_form_flex_wrapper,.schedule_wrapper{display:flex;flex-direction:row;gap:10px;width:100%}.agent_contanct_form_sidebar .contact_form_flex_wrapper,.agent_contanct_form_sidebar .schedule_wrapper,.lightbox_property_sidebar .contact_form_flex_wrapper,.lightbox_property_sidebar .schedule_wrapper{flex-direction:column;margin:15px 0 0 0;gap:0}.agent_listings_title{padding-left:15px}#agent_submit{margin-bottom:0;margin-right:15px;min-width:170px}.property_page_agent_form_v2_section #agent_submit,.wpestate_estate_property_design_agent #agent_submit{margin-bottom:15px}.property_page_agent_form_v2_section .agent_contanct_form_sidebar .realtor_call,.property_page_agent_form_v2_section .agent_contanct_form_sidebar .realtor_whatsapp{margin-top:0}.agentpic-wrapper{-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.agent-listing-img-wrapper{width:100%;position:relative;cursor:pointer}.agentpic-wrapper .listing-cover{top:0;width:100%;height:100%}.agentpic-wrapper .listing-cover-title{z-index:11;top:45%;right:0;left:0;text-align:center;opacity:0}.agentpic-wrapper .listing-cover-title a{font-size:18px}.agentpic-wrapper:hover .listing-cover{opacity:1}.agentpic-wrapper:hover .listing-cover-title{opacity:1}.pagination_agent{margin-left:15px}.agent_contanct_form .realtor_call,.agent_contanct_form .realtor_whatsapp,.wpestate_agent_details_wrapper .message_submit,.wpestate_agent_details_wrapper .realtor_call,.wpestate_agent_details_wrapper .realtor_whatsapp{margin-right:15px}.wpresidence_button.realtor_call,.wpresidence_button.realtor_whatsapp{display:inline-block;float:left}.wpestate_card_unit_email .wpresidence_button.realtor_call,.wpestate_card_unit_email .wpresidence_button.realtor_whatsapp{display:none}.wpresidence_button.agent_submit_class,.wpresidence_button.send_email_agent{display:inline-block;float:left;margin-right:15px}.modal-body .wpresidence_button.agent_submit_class,.modal-body .wpresidence_button.send_email_agent{float:none;margin-bottom:0}.agent_contanct_form_sidebar .realtor_call,.agent_contanct_form_sidebar .realtor_whatsapp,.theme_slider_contact_form_wrapper .wpresidence_button.realtor_call,.theme_slider_contact_form_wrapper .wpresidence_button.realtor_whatsapp{width:48.5%;float:left;margin-right:0;padding:5px 8px;text-align:center}.agent_contanct_form_sidebar .realtor_call,.theme_slider_contact_form_wrapper .wpresidence_button.realtor_call{margin-right:1.2%}.agent_contanct_form_sidebar .realtor_whatsapp,.theme_slider_contact_form_wrapper .wpresidence_button.realtor_whatsapp{margin-left:1.2%}.agent_contanct_form_sidebar .agent_call_no{display:none}.mobile_agent_area_wrapper{display:none;position:fixed;width:100%;bottom:0;left:0;background-color:#fff;border:1px solid #f0f3f7;box-shadow:0 3px 14px 0 rgba(7,152,255,.09);padding:10px;z-index:105}.mobile_agent_area_wrapper .agent-listing-img-wrapper{display:inline-block;width:auto;float:left;font-weight:500;font-size:15px;width:49%}.mobile_agent_area_wrapper .agentpict{width:40px;height:40px;display:inline-block;float:left;margin-right:5px}.mobile_agent_area_wrapper a{max-width:106px;height:40px;display:flex;flex-direction:column;justify-content:center;float:left;font-weight:500}.mobile_agent_area_wrapper .agent_detail i{color:#fff;margin-right:10px;font-size:17px;background:#1472db;position:relative;width:40px;height:40px;line-height:40px;display:inline-block;text-align:center;border-radius:4px;margin-bottom:0}.mobile_agent_area_wrapper .agent_detail:first-of-type i{margin-right:0}.mobile_agent_area_wrapper .agent_detail{display:inline-block;float:right;margin-bottom:0}.mobile_agent_area_details_wrapper{float:right;width:49%}.wpestate_schedule_tour_wrapper{background-color:#fff;padding:30px;float:left;width:100%;margin-bottom:30px}.wpestate_shedule_tour_wrapper_type2{display:flex;width:100%;float:left;justify-content:space-between}.wpestate_shedule_tour_wrapper_type2_image{background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:3px;width:50%}.wpestate_shedule_tour_wrapper_type2_content{padding:0 0 0 30px;width:50%}.wpestate_property_schedule_dates_wrapper{display:flex;margin-bottom:15px;padding:0 50px}.wpestate_shedule_tour_wrapper_type2 .wpestate_property_schedule_dates_wrapper{padding:0}.wpestate_property_schedule_dates_wrapper .slick-list{max-height:115px}#primary_sidebar_wrapper .wpestate_property_schedule_dates_wrapper,#sidebar_schedule .wpestate_property_schedule_dates_wrapper{padding:0 0;margin-bottom:0;height:105px}.slick-slide.wpestate_property_schedule_singledate_wrapper{min-width:80px;min-height:90px;border:1px solid #f0f0f0;border-radius:4px;margin-right:10px;padding:10px 0;color:#5c727d;font-size:15px;cursor:pointer;transition:all .3s ease;margin-bottom:25px}#primary_sidebar_wrapper .slick-slide.wpestate_property_schedule_singledate_wrapper,#sidebar_schedule .slick-slide.wpestate_property_schedule_singledate_wrapper{min-width:54px;min-height:70px;height:75px}.wpestate_property_schedule_singledate_wrapper_display{display:flex;flex-direction:column;justify-content:space-around;align-items:center;gap:5px;line-height:15px;height:68px}#primary .wpestate_property_schedule_singledate_wrapper_display,#sidebar_schedule .wpestate_property_schedule_singledate_wrapper_display{height:54px}.wpestate_day_unit_day_number{font-size:16px;color:#222;font-weight:500}.wpestate_property_schedule_singledate_wrapper.shedule_day_option_selected,.wpestate_property_schedule_singledate_wrapper:hover{box-shadow:0 10px 31px 0 rgb(7 152 255 / 9%);color:#0073e1}.wpestate_property_schedule_singledate_wrapper.shedule_day_option_selected .wpestate_day_unit_day_number,.wpestate_property_schedule_singledate_wrapper:hover .wpestate_day_unit_day_number{color:#0073e1}.wpestate_display_schedule_tour_options_wrapper{display:flex;width:50%;float:right;justify-content:flex-end;gap:10px}.wpestate_shedule_tour_wrapper_type2_content .wpestate_display_schedule_tour_options_wrapper{width:100%;justify-content:space-between;align-content:center;align-items:center;margin-bottom:10px}.wpestate_shedule_tour_wrapper_type2_content .wpestate_display_schedule_tour_option{width:100%}.wpestate_shedule_tour_wrapper_type2_content .contact_form_flex_wrapper{flex-direction:column;margin-bottom:10px}.wpestate_shedule_tour_wrapper_type2_content .contact_form_flex_wrapper .form-control{margin-bottom:0}.wpestate_shedule_tour_wrapper_type2_content .wpresidence_button.agent_submit_class{width:100%;margin-bottom:0}#primary .wpestate_display_schedule_tour_options_wrapper,#sidebar_schedule .wpestate_display_schedule_tour_options_wrapper,.property_page_agent_form_v2_section .wpestate_display_schedule_tour_options_wrapper{display:flex;width:100%;float:left;justify-content:flex-start}.property_page_agent_form_v2_section .wpestate_display_schedule_tour_option{width:50%}#primary .wpestate_display_schedule_tour_option,#sidebar_schedule .wpestate_display_schedule_tour_option{padding:11px 11px;width:50%;font-size:13px}.wpestate_display_schedule_tour_option{border:1px solid #f0f0f0;padding:7px 20px;border-radius:4px;cursor:pointer;display:flex;flex-direction:row;align-content:center;align-items:center;justify-content:center}.wpestate_display_schedule_tour_option.shedule_option_selected{color:#0073e1;border:1px solid #0073e1}#wpestate_schedule_tour_time{width:229px;display:inline-block}.wpestate_shedule_tour_wrapper_type2_content #wpestate_schedule_tour_time{width:100%}#primary #wpestate_schedule_tour_time,#sidebar_schedule #wpestate_schedule_tour_time,.property_page_agent_form_v2_section #wpestate_schedule_tour_time{width:100%;font-size:13px}.wpestate_display_schedule_tour_option{font-size:13px}.wpestate_display_schedule_tour_option svg{width:16px;height:16px;margin-right:5px}.wpestate_tour_info_headline{margin:10px 0 10px 0;font-size:15px;display:inline-block;width:100%}#primary .wpestate_tour_info_headline,#sidebar_schedule .wpestate_tour_info_headline,.property_page_agent_form_v2_section .wpestate_tour_info_headline{display:inline-block;width:100%;margin-top:25px}#primary .wpresidence_button.agent_submit_class,#sidebar_schedule .wpresidence_button.agent_submit_class,.agent_contanct_form_sidebar .wpresidence_button.agent_submit_class,.theme_slider_contact_form_wrapper .wpresidence_button.agent_submit_class,.theme_slider_contact_form_wrapper input.wpresidence_button.message_submit{width:100%}#primary .contact_form_flex_wrapper,#primary .schedule_wrapper,#sidebar_schedule .contact_form_flex_wrapper,.property_page_agent_form_v2_section .contact_form_flex_wrapper{display:flex;flex-direction:column;gap:0;width:100%}#comments{font-size:13px;line-height:22px;padding:30px;font-size:13px;line-height:22px;float:left;width:100%;margin-bottom:15px;background:#fff;padding:30px;font-size:14px;line-height:1.65em;float:left;width:100%;margin-bottom:30px;background:#fff}.elementor-editor-wp-page #comments{display:none}#comments:empty{display:none}#comments ul{list-style:none;margin:0}.comment{padding-bottom:16px;min-height:113px;margin-bottom:2px}.comment-respond{float:left;width:100%}div.comment{border-bottom:1px solid #f0f0f0}.pingback{margin:0 0 13px 0}.comment .blog_author_image{width:55px;height:55px;display:inline;float:left;margin:0 13px 13px 0}.comment-reply-link{margin-top:67px;float:left;background-color:#222!important;color:#fff!important;padding:0;text-align:center;font-size:13px;width:55px}.comment-reply-link:hover{text-decoration:none;background-color:#687373!important}.comment-content{padding-left:65px}.post pingback{margin-bottom:5px}.comment_name{font-size:16px;color:#333;line-height:1.3em}.comment_name a{font-size:16px;color:#333;line-height:1.3em}.edit-link{margin-left:5px;float:right}.comment_date{color:#8593a9;font-size:12px}.form-allowed-tags{white-space:normal}.commentlist .children{padding:17px 0 0 37px;margin-left:0!important;padding-left:67px}.comment-notes{margin-bottom:5px}.comment-form-author,.comment-form-email,.comment-form-url{width:32%;margin-right:13px;float:left}#comment{padding-left:10px}.comment-form-url{margin-right:0}.comment-content p{padding-top:5px}#colophon ul,#primary ul{list-style:none;margin:0}.menu-footer-container ul{float:left;width:100%}.top_bar .xoxo{margin:0}.widget-container.boxed_widget .wd_user_menu,.widget-container.boxed_widget form{display:inline-block}.widget-title-sidebar{font-size:17px;line-height:26px;color:#222;margin:0 0 15px 0}.widget-title-sidebar_blank{height:13px;width:100%}.widget-container{margin-bottom:30px}.elementor-widget-container .widget-container{margin-bottom:0}.single-content .widget.widget-container{padding:30px;border:1px solid #fff}.single-content .widget.widget-container #login-div,.single-content .widget.widget-container .login_form{padding:0}#primary .widget-container{clear:both;background:#fff;padding:30px;border:1px solid #fff;display:inline-block;float:left;width:100%}#primary .latest_listings.list_type,.wpb_widgetised_column .latest_listings .list_type{float:left;clear:both;background:#fff;padding:0 30px 30px 30px;border:1px solid #fff;border-top:0;margin-top:-15px}#primary .latest_listings{border:0 solid #fff;border-top:0}#primary .widget-container.latest_listings{overflow:hidden}#primary .widget-container.latest_listings .widget-title-sidebar,.wpb_widgetised_column .latest_listings .widget-title-sidebar{padding:30px;background:#fff;margin-bottom:0}.elementor-widget-container #comments,.elementor-widget-container #content_container .container_agent,.elementor-widget-container #primary .widget-container,.elementor-widget-container .adv-search-3,.elementor-widget-container .advanced_search_shortcode,.elementor-widget-container .agency_contact_container_wrapper,.elementor-widget-container .agency_contact_wrapper,.elementor-widget-container .agency_content_wrapper,.elementor-widget-container .agency_unit,.elementor-widget-container .agent_contanct_form,.elementor-widget-container .agent_content,.elementor-widget-container .agent_unit_featured,.elementor-widget-container .blog_unit,.elementor-widget-container .contact-wrapper,.elementor-widget-container .developer_contact_wrapper,.elementor-widget-container .directory_sidebar_wrapper,.elementor-widget-container .featured_article,.elementor-widget-container .featured_property,.elementor-widget-container .google_map_shortcode_wrapper,.elementor-widget-container .listing_wrapper .agent_unit,.elementor-widget-container .listing_wrapper .property_listing,.elementor-widget-container .membership_package_product,.elementor-widget-container .multi_units_wrapper,.elementor-widget-container .overview_wrapper,.elementor-widget-container .places_wrapper_type_2,.elementor-widget-container .places_wrapper_type_3,.elementor-widget-container .property-panel,.elementor-widget-container .property_listing_blog,.elementor-widget-container .property_listing_square,.elementor-widget-container .property_slider2_info_wrapper,.elementor-widget-container .property_slider2_wrapper .image_div,.elementor-widget-container .saved_search_wrapper,.elementor-widget-container .single-blog,.elementor-widget-container .submit_property_front_wrapper,.elementor-widget-container .testimonial-container.type_class_1 .testimonial-text,.elementor-widget-container .testimonial-slider-container .testimonial-container.type_class_3,.elementor-widget-container .user_role_unit,.elementor-widget-container .wpestate_agent_details_wrapper,.elementor-widget-container .wpestate_property_description,.elementor-widget-container.property_reviews_wrapper,.page-template-front_property_submit .navigation_container{box-shadow:0 10px 31px 0 rgba(7,152,255,.09);border-radius:4px}.slider_container .agent_unit,.slider_container .listing_wrapper .property_listing,.slider_container .property_listing_blog{box-shadow:0 -1px 19px 0 rgba(7,152,255,.09)}.slider_container .agent_unit:hover,.slider_container .listing_wrapper .property_listing:hover,.slider_container .property_listing_blog:hover{box-shadow:0 -1px 19px 0 rgba(7,152,255,.14)}.slider_container .agent_unit.agent_unit_type_4,.slider_container .blog4v .property_listing_blog,.slider_container .listing_wrapper .property_listing.property_unit_type8{box-shadow:none}.slider_container .agent_unit{margin-bottom:20px!important}.panel-body .google_map_shortcode_wrapper{box-shadow:none}.elementor_agent_wrapper{display:inline-block;overflow:hidden;background-color:#fff;width:100%}.elementor_agent_wrapper .agent_contanct_form_sidebar{width:100%}.single-estate_property .developer_taxonomy.agent_taxonomy{margin-bottom:0}.container_agent{float:left;margin-bottom:30px}.container_agent .agent_contanct_form,.container_agent .agent_content,.container_agent .wpestate_agent_details_wrapper{box-shadow:none}#primary .widget-container form{display:inline-block;width:100%}.widget li,.widget-container li{font-size:13px;width:100%;margin-bottom:11px}.widget li a,.widget-area-sidebar li a{line-height:22px}.list_sidebar_currency li{margin-bottom:0}.children{padding:13px 0 0 13px}.children li:last-of-type{border:none;margin-bottom:0;padding-bottom:0}.widget_nav_menu li:before,.widget_pages li:before,.widget_recent_entries li:before,.widget_rss li:before,.widget_text li:before{content:"\f15c";font-family:"Font Awesome 5 Free";font-weight:400;font-style:normal;display:block;float:left;text-decoration:inherit;font-size:13px;margin:5px 13px 0 0;line-height:14px}.widget_recent_comments li:before{content:"\f086";font-family:"Font Awesome 5 Free";font-weight:400;font-style:normal;display:block;float:left;text-decoration:inherit;font-size:13px;margin:3px 13px 0 1px}.widget_text li:before{content:"";margin:0}.widget_archive li:before{content:"\f133";font-family:"Font Awesome 5 Free";font-weight:400;font-style:normal;display:block;float:left;text-decoration:inherit;font-size:13px;margin:3px 13px 0 1px}.widget_meta li:before{content:"\f013";font-family:"Font Awesome 5 Free";font-weight:600;font-style:normal;display:block;float:left;text-decoration:inherit;font-size:13px;margin:3px 13px 0 1px}.widget_categories li:before{content:"\f07c";font-family:"Font Awesome 5 Free";font-weight:400;font-style:normal;display:block;float:left;text-decoration:inherit;font-size:13px;margin:3px 13px 0 1px}.widget li:before{margin-top:3px}#colophon .widget_categories li:before,#colophon .widget_meta li:before,#colophon .widget_recent_comments li:before{margin-top:0}#colophon .widget_pages li:before,#colophon .widget_recent_entries li:before,#colophon .widget_rss li:before,#colophon .widget_text li:before{margin-top:4px}.widget-area-sidebar li a:hover{text-decoration:none;transition-duration:0s}.sidebar_filter_menu{margin-top:1px;position:relative;font-size:13px;padding:10px 12px}.form-control.open .sidebar_filter_menu{color:#0073e1}.widget-container.measurement_unit_widget li{margin-bottom:0}#colophon .widget-container.measurement_unit_widget li,#colophon .widget-container.multiple_currency_widget li{padding-top:8px;padding-bottom:8px;margin-bottom:0}.caret_sidebar{position:absolute;right:12px;top:16px;border:none}._4s7c{border:1px solid #fff000!important;border-top-color:#fff000!important}.social_sidebar_internal img{margin:0 9px 9px 0;width:40px}.top_bar .social_sidebar{margin-bottom:0}.top_bar_wrapper.transparent_border_topbar .top_bar .social_sidebar{padding:0}#colophon .social_sidebar_internal a,#primary .social_sidebar_internal a{width:41px;height:41px;padding:11px 0;background-color:#f3f3f3;text-align:center;display:inline-block;border-radius:4px;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}#colophon .social_sidebar_internal a{background-color:#313131}#colophon .social_sidebar_internal a:hover,#primary .social_sidebar_internal a:hover{background-color:#0073e1;color:#fff}#colophon .social_sidebar_internal i{font-size:16px}#primary .social_sidebar_internal i{font-size:19px;color:#a6b3bb}#colophon .social_sidebar_internal a:hover i,#primary .social_sidebar_internal a:hover i{color:#fff}#colophon .social_sidebar_internal a:hover{color:#fff}.social-blogger,.social-dribbble,.social-facebook,.social-foursquare,.social-google,.social-instagram,.social-linkedIn,.social-pinterest,.social-rss,.social-tumblr,.social-twitter,.social-vimeo,.social-yahoo,.social-youtube{display:inline-block;font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px}.social-rss:before{content:"\f09e"}.social-facebook:before{content:"\f09a"}.social-twitter:before{content:"\f099"}.social-dribbble:before{content:"\f17d"}.social-google:before{content:"\f0d5"}.social-linkedIn:before{content:"\f0e1"}.social-tumblr:before{content:"\f173"}.social-pinterest:before{content:"\f0d2"}.social-youtube:before{content:"\f167"}.social-vimeo:before{content:"\f194"}.social-foursquare:before{content:"\f180"}.social-instagram:before{content:"\f16d"}.widget_nav_menu li{line-height:22px}.widget_nav_menu .sub-menu{padding:10px 0 0 18px}.widget_nav_menu .sub-menu li:last-of-type{border:none;margin-bottom:0;padding-bottom:0}.widget_nav_menu .sub-menu .menu-item-has-children>a:after{content:"";width:0}.widget_nav_menu .sub-menu li:hover{background-color:#fff;color:#0073e1;border-bottom:1px solid #fff}.widget_nav_menu .sub-menu li:hover a{color:#0073e1;padding-left:0!important}#primary .widget-container.twitter_wrapper{background-color:#0073e1;border:none}.twitter_wrapper{background-color:#0073e1;color:#fff;padding:30px;height:250px;position:relative;font-size:13px;line-height:22px;display:inline-block;width:100%}.wpestate_tweet_icon{color:#fff;font-size:49px;margin:0 auto;margin-bottom:13px;width:50px}.twitter_wrapper a{color:#fff!important}.twitter_wrapper li{border:none;color:#fff}#colophon .twitter_wrapper li a,.twitter_wrapper li a{color:#fff!important;font-weight:500}.twitter_time{font-weight:400!important}.tweet_circle{background-color:#fff;width:10px;height:10px;border-radius:50%;display:inline;float:left;margin-left:10px;cursor:pointer}#tw_control{display:block;position:absolute;bottom:0}#tw_control li{border:1px solid #fff;width:12px;height:12px;margin:0;margin-left:12px}.wpestate_recent_tweets .item{height:140px}.presenttw{background-color:#0073e1;border:1px solid #fff}#colophon .twitter_wrapper a{color:#fff}#colophon #tw_control li{border:1px solid #fff}.widget_search .form-control{margin-right:5px;float:left;width:100%;min-width:auto}#submit-form{margin-bottom:0!important;width:100%;min-width:90px}.searchform #submit-form{width:auto;margin-left:13px}#s,.searchform .field{float:left}.searchform .field{height:48px;width:250px}.searchform{margin-left:15px}.textwidget{font-size:13px;line-height:1.6em}.textwidget p{margin-bottom:15px}.top_bar .textwidget{margin-right:0;margin-left:15px;line-height:40px}.transparent_border_topbar .textwidget{margin-left:0}.tagcloud a{margin:0 10px 10px 0}#calendar_wrap{border:1px solid #f0f0f0;background:#fdfdfd}.widget_calendar #wp-calendar{color:#555;width:100%;text-align:center}.widget_calendar #wp-calendar caption,.widget_calendar #wp-calendar td,.widget_calendar #wp-calendar th{text-align:center;background:#fff}table tbody tr td{color:#222;padding:5px 6px;vertical-align:top}.widget_calendar table tbody tr td{vertical-align:middle}#calendar_wrap table{border:none;margin-bottom:0}#calendar_wrap table td,table tr{border:none}.widget_calendar #wp-calendar caption{font-size:12px;font-weight:500;padding:15px 0 15px 0}.widget_calendar #wp-calendar th{background:#f4f4f4;border-top:1px solid #ccc;border-bottom:1px solid #ccc;font-weight:500;padding:6px 0}.widget_calendar #wp-calendar tfoot td{background:#f4f4f4;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:6px 0}#colophon #calendar_wrap{background-color:#fff}.widget_calendar #wp-calendar th{padding:13px 0}.widget_calendar #wp-calendar tfoot td{padding:10px 0}.widget-container.contact_sidebar,.widget-container.widget_search,.widget-container.widget_tag_cloud{width:100%}.contact_sidebar_wrap p{line-height:22px;font-size:14px;margin-bottom:4px;padding-bottom:4px}.contact_sidebar_wrap i{margin-right:13px;width:13px}.widget-container.latest_listings{float:left;width:100%;position:relative}.widget-container.latest_listings .owl-carousel .owl-item .item{min-height:100%;width:100%;height:100%;padding:0;border-radius:4px}.widget-container.latest_listings .owl-carousel .owl-item{float:left;position:relative;height:auto}.widget-container .latest_listings .featured_title{position:absolute;float:left;background-color:transparent}.widget-container.latest_listings .owl-controls,.widget-container.latest_listings .owl-nav{position:absolute;width:100%;top:50%;height:45px;pointer-events:none}.widget_latest_internal{margin-bottom:13px;width:100%;height:auto;min-height:70px;float:left}.widget_latest_internal:last-of-type{margin-bottom:0}.widget_latest_internal img{vertical-align:top;display:inline;float:left;width:100%;height:auto}.widget_latest_internal .listing-cover{height:100%}.featured_sidebar:hover .listing-cover,.widget_latest_internal:hover .listing-cover,.widget_latest_internal:hover .listing-cover-plus{opacity:1}.listing_name{display:inline;margin-left:0;float:left;line-height:20px;position:relative;width:60%;padding-left:13px}.no_post_th{margin-left:0}.widget_latest_title{color:#3e454d;font-weight:500}.widget_latest_listing_image{position:relative;float:left;max-width:40%;overflow:hidden;border-radius:4px}#colophon .widget_latest_title{color:#72777f}.widget_latest_title a{line-height:1.3em!important;font-weight:500}#primary .price_label{font-size:13px}.widget_latest_price{display:block;margin-top:5px;font-size:13px;font-weight:500;color:#0073e1}.widget-container.latest_listings .owl-buttons,.widget-container.latest_listings button{opacity:.9;opacity:.9;-webkit-appearance:none;border:none;background:0 0}.widget-container.latest_listings .owl-next{float:right}.widget-container.latest_listings .owl-prev{float:left}.widget-container.latest_listings .owl-theme .owl-nav div{margin:0 10px}.featured_sidebar{width:100%;position:relative;clear:both}#primary .widget-container.featured_sidebar,#primary .widget-container.latest_listings{background:0 0!important;padding:0;border:0 solid}.featured_sidebar_intern{position:relative}.featured_sidebar_intern a{margin:0;padding:0}.featured_title{position:absolute;left:0;bottom:0;background-color:#222;color:#fff;padding:10px 15px;opacity:.95;width:100%;border-radius:4px}.featured_title a{font-size:16px!important;color:#fff!important}#colophon .featured_title a{line-height:22px}.featured_second_line{position:absolute;left:0;bottom:40px;padding:9px 15px;background-color:#0073e1;font-size:13px;color:#fff;opacity:.95}.featured_widget_image{position:relative;cursor:pointer}.agent-unit-img-wrapper img,.featured_widget_image img,.related_blog_unit_image img,.widget_latest_listing_image img{width:100%;transition:all .7s ease;-moz-transition:all .7s ease;-ms-transition:all .7s ease;-webkit-transition:all .7s ease;-o-transition:all .7s ease;-webkit-transform-style:preserve-3d;-webkit-backface-visibility:hidden}.featured_sidebar .listing-cover{height:100%}.advanced_search_shortcode{width:100%;font-size:13px;background-color:#fff;padding:20px 13px;border:1px solid #f0f0f0;float:left;display:inline-block;min-height:1px}.advanced_search_shortcode .form-control{font-size:13px;width:100%;display:inline;float:left}#advanced_submit_shorcode{margin-top:0;float:left;width:100%}.vc_span6 #advanced_submit_shorcode{margin-top:0}.advanced_search_shortcode input{margin-bottom:11px!important}.advanced_search_shortcode .filter_menu_trigger{margin-top:0;padding:11px 13px}.adv_shortcode_input{display:inline}.advanced_search_shortcode .dropdown-menu{left:0}.advanced_search_shortcode .filter_menu{margin-top:1px;margin-left:0;width:100%;padding-bottom:0;overflow-x:hidden}.advanced_search_shortcode .filter_menu li{min-width:168px;padding-top:10px}.advanced_search_sidebar{width:100%;border:1px solid #fff;background-color:#fdfdfd}.advanced_search_sidebar .btn{margin:0 auto;display:block}.mortgage_calculator_li{width:100%;display:inline-block;padding-bottom:13px;background-color:#fdfdfd}.mortgage_calculator_div{width:100%;height:404px;border:1px solid #dde4e9;background:#fdfdfd;float:left}.mortgage_calculator_div .btn{margin:0 auto;display:block;width:146px}#colophon .menu>li{height:100%}#colophon .mortgage_calculator_div{background-color:#fff}#morg_results{float:left;margin:0;font-size:14px;display:none}#morg_results span{font-size:14px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;align-content:stretch;gap:5px;margin-bottom:10px}#morg_compute{float:left}#submit_compare{cursor:pointer;height:58px;padding:0 19px 0 19px;min-width:1px!important;margin-bottom:0}#gmap_wrapper{position:relative;transition:height .3s ease}#gmap_wrapper.with_open_street{z-index:1}#googleMap{width:100%;transition:height .3s ease}#google_map_prop_list_wrapper{position:fixed;left:0;bottom:0;width:50%;top:130px;background-color:#fff}#google_map_prop_list_wrapper.half_position_right{left:50%}#google_map_prop_list_sidebar.half_position_right{right:auto;left:0}.has_header_type4 #google_map_prop_list_wrapper{padding-left:270px}.has_header_type4.cheader_right #google_map_prop_list_wrapper{margin-left:-270px}.has_header_type4.cheader_right #google_map_prop_list_sidebar{right:270px}.has_header_type4 #google_map_prop_list_sidebar,.has_header_type4 #google_map_prop_list_wrapper{top:0}.has_top_bar .has_header_type4 #google_map_prop_list_sidebar,.has_top_bar .has_header_type4 #google_map_prop_list_wrapper{top:40px}#google_map_prop_list_wrapper.fullscreen{width:100%;top:0;height:100%;z-index:999}#google_map_prop_list_sidebar.fullscreen{display:none}#google_map_prop_list_wrapper.fullhalf{position:fixed;left:0;bottom:0;width:100%;top:0;height:100%}#google_map_prop_list_wrapper #gmap_wrapper,#google_map_prop_list_wrapper #googleMap{height:100%!important}.admin-bar #google_map_prop_list_sidebar,.admin-bar #google_map_prop_list_wrapper{margin-top:32px}.admin-bar .has_header_type5 #google_map_prop_list_sidebar,.admin-bar .has_header_type5 #google_map_prop_list_wrapper{top:200px;margin-top:0}#google_map_prop_list_sidebar.half_type2,#google_map_prop_list_wrapper.half_type2{margin-top:27px}.admin-bar #google_map_prop_list_sidebar.half_type2,.admin-bar #google_map_prop_list_wrapper.half_type2{margin-top:119px}#google_map_prop_list_sidebar.half_no_top_bar.half_type2,#google_map_prop_list_wrapper.half_no_top_bar.half_type2{top:149px}.admin-bar.has_top_bar .has_header_type2 .header_media{margin-top:0;padding-top:215px}.has_top_bar .has_header_type2 #google_map_prop_list_sidebar,.has_top_bar .has_header_type2 #google_map_prop_list_wrapper{margin-top:85px}.admin-bar.has_top_bar .has_header_type2 #google_map_prop_list_sidebar,.admin-bar.has_top_bar .has_header_type2 #google_map_prop_list_wrapper{margin-top:115px}.admin-bar .has_header_type2 #google_map_prop_list_sidebar,.admin-bar .has_header_type2 #google_map_prop_list_wrapper{margin-top:59px}.google_map_shortcode_wrapper{position:relative;width:100%;height:400px}#googleMapSlider{width:100%;height:100%;float:left;z-index:1;min-height:450px;display:none}.google_map_slider_wrapper{min-height:450px}.wpestate_listing_full_slider_1 #googleMapSlider,.wpestate_listing_full_slider_1 .google_map_slider_wrapper{min-height:590px}.wpestate_listing_full_slider_1 #googleMapSlider,.wpestate_listing_full_slider_1 .google_map_slider_wrapper{min-height:590px}#googleMap_shortcode{width:100%;height:100%;min-height:400px;background:#f0f0f0;height:400px}.scrollon{border:1px solid #0073e1}.fullmap{position:fixed!important;width:100%;height:100%;margin:0;padding:0;top:0;left:0;z-index:98}.header_full_map{z-index:0}#openmap{background-color:#fff;color:#222;position:absolute;bottom:0;right:45px;text-align:center;padding:8px 10px 8px 10px;font-size:12px;font-weight:500;cursor:pointer;z-index:1;pointer-events:auto;border-top-left-radius:4px;border-top-right-radius:4px}.wpestate_full_map_shortcode #openmap{display:none}.wpestate_full_map_shortcode .gmap-controls{max-width:100%;left:0;margin-left:0}.page-template-advanced_search_results .with_search_2 #openmap{bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:0;border-bottom-right-radius:0}#google_map_prop_list_wrapper #openmap{display:none}#openmap i{margin-right:5px}.with_search_5 #openmap{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;bottom:0}#gmap-loading{background-color:#fff;color:#333;margin:0 auto;position:absolute;top:20%;left:50%;width:300px;height:150px;margin-left:-150px;text-align:center;padding-top:16px;font-size:27px;font-weight:300;opacity:.95}#gmap-noresult{background-color:#fff;color:#333;margin:0 auto;position:absolute;top:20%;left:50%;width:280px;height:78px;margin-left:-150px;text-align:center;padding-top:30px;font-size:20px;font-weight:300;opacity:.95;display:none;z-index:99}.gmap-controls{max-width:1200px;margin:0 auto;position:absolute;float:left;height:100%;width:100%;top:0;left:50%;margin-left:-600px;pointer-events:none}.gmap-controls.with_open_street{z-index:999}.gmap-controls.with_open_street #map-view{display:none}.has_header_type4 .gmap-controls{margin-left:auto;margin-right:auto;left:0;right:0}#google_map_prop_list_wrapper .gmap-controls{top:0;left:0;margin-left:0}#google_map_prop_list_wrapper #gmap-control{right:15px}.fullmap .gmap-controls{max-width:100%;width:100%;left:0;margin-left:0}#street-view{position:absolute;top:60px;right:45px;background-color:#8593a9;color:#fff;box-sizing:border-box;-moz-box-sizing:border-box;padding:9px 11px 0 11px;font-size:13px;float:left;cursor:pointer;height:40px;width:119px;z-index:99;pointer-events:auto}#street-view.with_open_street{display:none}#street-view:hover{background-color:#333}#street-view i{font-size:15px;padding:3px 5px 0 0}#gmap-control{position:absolute;top:15px;right:45px;height:40px;background-color:#fff;opacity:.95;pointer-events:auto;-webkit-box-shadow:3px 1px 20px 0 rgba(0,110,225,.08);box-shadow:3px 1px 20px 0 rgba(0,110,225,.08);line-height:13px;border-radius:4px}.wpestate_full_map_shortcode.contact_map #gmap-control{display:none}.fullmap #gmap-control{z-index:111}#gmap-control i{margin-right:7px;margin-left:0}#gmap-next i{margin-right:0;margin-left:7px}#gmap-control span{color:#444;box-sizing:border-box;-moz-box-sizing:border-box;padding:13px 11px 0 11px;font-size:13px;font-weight:500;float:left;cursor:pointer;height:40px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}#gmap-control span.spanselected,#gmap-control span:hover{background-color:#333;color:#fff}.wpestate_full_map_shortcode #gmap-full{display:none}.gmnoprint img{max-width:none!important}#googleMapSlider img,#googleMap_shortcode img{border:none!important;max-width:none!important;border-radius:4px}.mapcontrolon{background-color:#333!important;width:150px!important;z-index:99}#gmap-next{border-right:none!important}#gmapzoomplus,#gmapzoomplus_sh{background-color:#fff;color:#222;font-size:16px;position:absolute;top:15px;left:45px;width:30px;height:30px;cursor:pointer;font-weight:300;padding:6px 0 0 9px;box-sizing:border-box;z-index:99;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;pointer-events:auto;opacity:.95;-webkit-box-shadow:3px 1px 20px 0 rgba(0,110,225,.08);box-shadow:3px 1px 20px 0 rgba(0,110,225,.08);border-radius:4px}#gmapzoomminus,#gmapzoomminus_sh{background-color:#fff;color:#222;font-size:14px;position:absolute;top:46px;left:45px;width:30px;height:30px;cursor:pointer;font-weight:300;padding:8px 0 0 9px;box-sizing:border-box;z-index:99;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;pointer-events:auto;opacity:.95;-webkit-box-shadow:3px 1px 20px 0 rgba(0,110,225,.08);box-shadow:3px 1px 20px 0 rgba(0,110,225,.08);line-height:13px;border-radius:4px}#google_map_prop_list_wrapper #gmapzoomminus{left:15px}#google_map_prop_list_wrapper #gmapzoomplus{left:15px}#gmapzoomminus:hover,#gmapzoomminus_sh:hover,#gmapzoomplus:hover,#gmapzoomplus_sh:hover{background-color:#333;color:#fff}#gmapzoomminus.smallslidecontrol{left:15px;top:96px;display:none}#gmapzoomplus.smallslidecontrol{top:63px;left:15px;padding-top:5px;display:none}#gmapzoomplus_sh.shortcode_control{left:15px;padding-top:5px;display:block;top:15px}#gmapzoomminus_sh.shortcode_control{left:15px;top:47px;display:block}.with_open_street #gmapzoomminus_sh.shortcode_control,.with_open_street #gmapzoomplus_sh.shortcode_control{z-index:999}.with_open_street #slider_enable_street_sh{display:none}#slider_enable_street_sh{background-color:#fff;font-size:14px;position:absolute;top:46px;left:15px;width:30px;height:30px;cursor:pointer;font-weight:300;padding:4px 0 0 9px;box-sizing:border-box;z-index:99;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;pointer-events:auto;top:79px;display:block}#google-default-search{top:15px;width:300px;position:absolute;left:90px;pointer-events:auto;-webkit-box-shadow:3px 1px 20px 0 rgba(0,110,225,.08);box-shadow:3px 1px 20px 0 rgba(0,110,225,.08)}#google_map_prop_list_wrapper #google-default-search{top:15px;width:185px;position:absolute;right:auto;left:46px}#google_map_prop_list_wrapper #google-default-search{right:auto;left:52px}.map-type{position:absolute;top:40px;left:0;background-color:#8593a9;width:80px;display:none}#gmap-control span.map-type{color:#fff}#map-view-satellite{top:80px}#map-view-hybrid{top:120px}#map-view-terrain{top:160px}#map img{max-width:none}.contact_map_container{position:absolute;top:50%;margin-top:-205px;left:50%;min-width:20%;width:350px;margin-left:-515px;padding:45px;background:#fff;border:none;border-radius:4px;box-shadow:0 44px 98px 0 rgba(0,0,0,.1);overflow:hidden;z-index:10}.with_open_street .contact_map_container{z-index:999}.wpestate_full_map_shortcode .contact_map_container{left:50%;margin-left:-555px}.contact_map_container span{float:right}.contact_map_container h4{font-size:20px;vertical-align:middle;margin-top:0;margin-bottom:20px;line-height:20px}.contact_map_container h4:last-of-type{margin-top:20px}.contact_map_container .contact_detail{display:block;margin:0 0 5px 0!important;padding-left:0!important;font-size:14px;line-height:1.9em;color:#222}.contact-wrapper{margin:0 0 20px 0;float:left;width:100%;background:#fff;padding:30px;line-height:1.65em}.company_headline{width:100%;float:left;padding-bottom:0;margin-bottom:0}.company_headline i{float:left;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:17px;color:#8593a9;transition:color .4s linear;-moz-transition:color .4s linear;-webkit-transition:color .4s linear;-o-transition:color .4s linear;color:#5c727db3;margin-right:10px;font-size:14px;background:#f7f8f8;position:relative;width:27px;height:27px;line-height:27px;display:inline-block;text-align:center;border-radius:50%;margin-bottom:5px}.contact-wrapper.row p{float:left}.company_headline a:hover i{color:#0073e1}.company_headline h3{float:left;font-size:35px;margin-bottom:15px;margin-top:15px}.company_headline_content{display:inline-block;margin:30px 0}.company_headlin_addr{float:left;width:100%;font-size:18px;margin-bottom:9px;line-height:35px;color:#222}.company_headline .header_social{padding:15px 0;display:inline-block;float:left;width:100%}.contact_detail{margin-left:0!important;font-size:14px;margin-bottom:5px}.contact_page_company_details .contact_detail span{font-weight:500;min-width:65px;float:left}.contact-content{margin-top:13px;width:100%;float:left}.contact-content .agent_contanct_form{margin-left:0;margin-right:0;width:100%;margin-bottom:100px}.contact-comapany-logo{float:left;margin-right:13px}#contactinfobox{color:#0073e1;margin-bottom:0;margin-top:35px;font-weight:900}.contactaddr{width:100%;text-align:center;font-size:14px!important;line-height:25px!important;color:#444;padding:0 10px;font-weight:500}.page-template-contact_page #gmap-next,.page-template-contact_page #gmap-prev{display:none}#search_wrapper,.pre_search_wrapper{display:inline-block;position:relative;width:100%;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;z-index:99;background:0 0;height:auto;padding:15px}.pre_search_wrapper{padding:0;display:inline}.error404 #search_wrapper{display:inline-block;float:none}.main_wrapper.is_boxed #search_wrapper{width:1200px}.main_wrapper.is_boxed #search_wrapper.with_search_form_float{width:1110px}.page-template-contact_page #search_wrapper,.page-template-contact_page #search_wrapper.search_wr_6.with_search_on_start.without_search_form_float,.page-template-contact_page #search_wrapper.search_wr_8.with_search_on_start.without_search_form_float,.single-estate_agency #search_wrapper,.single-estate_agency #search_wrapper.search_wr_6.with_search_on_start.without_search_form_float,.single-estate_agency #search_wrapper.search_wr_8.with_search_on_start.without_search_form_float,.single-estate_developer #search_wrapper,.single-estate_developer #search_wrapper.search_wr_6.with_search_on_start.without_search_form_float,.single-estate_developer #search_wrapper.search_wr_8.with_search_on_start.without_search_form_float{padding:0}.admin-bar #search_wrapper.sticky_adv{top:32px}#search_wrapper.sticky_adv{position:fixed;top:0;margin-top:0!important;transition:all .7s ease;-moz-transition:all .7s ease;-ms-transition:all .7s ease;-webkit-transition:all .4s ease;-o-transition:all .7s ease;z-index:100}#search_wrapper.with_search_form_float.sticky_adv{position:fixed;top:0!important;margin-top:0!important;transition:all .7s ease;-moz-transition:all .7s ease;-ms-transition:all .7s ease;-webkit-transition:all .4s ease;-o-transition:all .7s ease;width:100%;padding:15px}#search_wrapper.search_wr_5.sticky_adv{padding:0 15px}#search_wrapper.search_wr_8.sticky_adv{padding:54px 0 15px 0}#search_wrapper.search_wr_8.sticky_adv .adv8-holder .tab-content{padding:13px 0 0 0}#search_wrapper.search_wr_8.sticky_adv .nav-tabs{margin-left:7px}#search_wrapper.search_wr_10.with_search_form_float.sticky_adv,#search_wrapper.search_wr_11.with_search_form_float.sticky_adv{padding:15px 0 0 0}#search_wrapper.sticky_adv.search_wr_6{padding-top:45px!important;padding-bottom:7px}.search_wr_6.sticky_adv.with_search_form_float .adv6-holder .nav-tabs{left:7px}#search_wrapper.sticky_adv.search_wr_5 h3{display:none}#search_wrapper.with_search_form_float.sticky_adv.search_wr_4{padding:0 15px}#search_wrapper.with_search_form_float.sticky_adv.search_wr_3{display:none}.sticky_adv_anime{top:-100px}.sticky_adv #adv-search-header-1{display:none!important}#search_wrapper_color{position:absolute;width:100%;height:100%;top:0;left:0;background-color:#f3f3f3}.search_wr_3 #search_wrapper_color{width:414px;left:auto;right:0}#search_wrapper.with_search_form_float{position:absolute;width:1110px;left:0;right:0;margin-left:auto;margin-right:auto;padding:0;-webkit-box-shadow:3px 1px 20px 0 rgba(0,110,225,.08);box-shadow:3px 1px 20px 0 rgba(0,110,225,.08)}#search_wrapper.page_without_search.with_search_form_float,.search_wrapper.sticky_adv.search_wr_1.page_without_search{box-shadow:none}.fullscreen_search{position:fixed!important;bottom:0;left:0;border-bottom:none}.fullscreen_search_open{bottom:0}#adv-search-header-1{background-color:#0073e1;height:40px;margin:0;padding:13px 15px 10px 15px;color:#fff;cursor:pointer;position:absolute;top:-40px;left:0;font-size:15px;width:228px;pointer-events:auto;font-weight:500;border-top-left-radius:4px;border-top-right-radius:4px}.without_search_form_float #adv-search-header-1:after{content:""}.with_search_on_start #adv-search-header-1{display:none}#adv-search-header-1:after{content:"\f0d7";position:absolute;right:13px;font-size:17px;font-family:"Font Awesome 5 Free";font-style:normal;font-weight:700;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.adv-search-1-close #adv-search-header-1:after{content:"\f0d8"}.adv-search-1{position:relative;z-index:1;max-width:1110px;margin:0 auto;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.search_wr_1.search_wrapper-close-extended.with_search_form_float#search_wrapper,.search_wr_4.search_wrapper-close-extended.with_search_form_float#search_wrapper{bottom:0;z-index:0;top:auto}.with_search_on_end #adv-search-header-1{top:-55px}.with_search_on_end.with_search_form_float #adv-search-header-1,.with_search_on_start.with_search_form_float #adv-search-header-1{top:-40px;display:block}.adv-search-1_noz{z-index:0}.home .adv_force_location5 .wpestate_location{width:80%}.home .adv_force_location4 .wpestate_location{width:75%}.home .adv_force_location3 .wpestate_location{width:66%}.home .adv_force_location2 .wpestate_location{width:50%}.wpestate_location{width:50%}#google_map_prop_list_sidebar .adv-search-1{position:relative;width:100%;bottom:0;left:auto;margin-left:0;border:none;margin-top:0;box-sizing:border-box;box-shadow:none;height:auto;background-color:#f3f3f3;padding:15px 5px 5px 15px;margin-bottom:30px;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);ms-transform:translate(0,0);z-index:99}#google_map_prop_list_sidebar #adv-search-header-1{display:none}#google_map_prop_list_sidebar .adv1-holder{width:100%;border:none}#google_map_prop_list_sidebar #search_wrapper{border-bottom:none;background-color:#f0f0f0;border-bottom:1px solid #f0f0f0}#google_map_prop_list_sidebar #advanced_submit_2{position:relative;padding:10px 10px;height:auto;width:auto;margin:15px 15px 15px 22px;font-size:14px;margin-bottom:15px!important;font-weight:400;background-color:#0073e1;color:#fff}.with_search_form_float .adv-search-1-close,.with_search_form_float .adv-search-1-close-extended{bottom:0;transform:translate(0,100%);z-index:0}.adv-search-3.adv-search-1-close,.adv-search-3.adv-search-1-close-extended.adv_extended_class{bottom:0;transform:translate(0,0)}#google_map_prop_list_sidebar .adv-search-1-close,#google_map_prop_list_sidebar .adv-search-1-close-extended{bottom:0;transform:translate(0,0)}.adv_search_internal,.advanced_action_div,.advanced_area_div,.advanced_categ_div,.advanced_city_div{display:inline;float:left}#results,#results_no{display:none}#results{position:absolute;background:#fff;top:-2px;left:7px;width:500px;max-width:500px;font-size:13px;padding-top:31px;transform:translate(0,-100%)}.search_wr_1 #results{left:0}.search_wr_1.with_search_on_end.without_search_form_float #results{left:0;top:-15px}.search_wr_1.with_search_on_start.without_search_form_float #results{left:0;top:auto;bottom:-15px;transform:none;transform:translate(0,100%)}.search_wr_2 #results{top:-15px;left:7px}.search_wr_2.with_search_form_float #results{top:-15px;left:-7px}.search_wr_2.with_search_on_start.without_search_form_float #results{top:auto;left:7px;transform:translate(0,100%);bottom:-53px}.search_wr_3 #results{top:0;left:-507px;transform:translate(0,0)}.search_wr_4.with_search_form_float #results{left:0;top:0}.search_wr_4.with_search_on_start.without_search_form_float #results{left:7px;transform:translate(0,100%);top:auto;bottom:-15px}.search_wr_6 #results{left:7px;top:1px}.search_wr_6.with_search_form_float #results{left:0;top:0}.search_wr_6.with_search_on_start.without_search_form_float #results{left:7px;top:auto;bottom:-13px;transform:translate(0,100%)}.search_wr_8 #results{top:41px;left:7px}.search_wr_8.with_search_on_start.without_search_form_float #results{top:41px;left:7px;transform:translate(0,100%);top:auto;bottom:0}.search_wr_8.with_search_form_float #results{left:0}.search_wr_10.without_search_form_float #results{top:-15px;left:7px}.search_wr_10.with_search_on_start.without_search_form_float #results{top:auto;left:7px;bottom:0;transform:translate(0,100%)}.search_wr_10.with_search_form_float #results{top:-13px;left:7px}.search_wr_11.without_search_form_float #results{top:-15px;left:7px}.search_wr_11.with_search_on_start.without_search_form_float #results{top:auto;left:7px;bottom:0;transform:translate(0,100%)}.search_wr_11.with_search_form_float #results{top:-13px;left:7px}.results_header{width:100%;float:left;padding:9px;position:absolute;top:0;left:0;background-color:#0073e1;color:#fff}#results_wrapper{max-height:300px;overflow-y:scroll}.preview_results_loading{padding:13px 13px}.preview_listing_unit{width:100%;float:left;border-bottom:1px solid #dde4e9;padding:9px;cursor:pointer}.preview_listing_unit:hover{background-color:#f5f8fa}.preview_listing_unit h4{font-size:13px;margin-bottom:0;padding-left:78px}#preview_view_all{float:right;cursor:pointer}#preview_view_all:hover{color:#f0f0f0}.preview_title{font-size:14px;color:#333;padding-left:13px}.preview_listing_unit img{width:65px;height:auto;float:left;border-radius:4pxl}.preview_details{color:#0073e1;padding-left:79px;padding-top:7px;font-weight:500}.preview_details .infocur{color:#0073e1;font-size:13px!important}.search_wr_5 #results{left:0}.search_wr_5.with_search_on_start #results{left:0;top:auto;transform:translate(0,100%);bottom:0}.bottom_sixty{padding-left:15px}.adv1-holder{width:926px;float:left;padding:13px 5px;border-bottom-left-radius:3px}.with_search_on_end.without_search_form_float .adv1-holder,.with_search_on_start.without_search_form_float .adv1-holder{float:left;padding:0 0;border-bottom-left-radius:3px;margin:0 -7px}#search_wrapper.with_search_form_float,#search_wrapper.with_search_form_float #advanced_submit_2,#search_wrapper.with_search_form_float #search_wrapper_color,#search_wrapper.with_search_form_float .adv1-holder,#search_wrapper.with_search_form_float .adv4-holder,#search_wrapper.with_search_form_float.float_search_closed #advanced_submit_3,#search_wrapper.with_search_form_float.float_search_closed.search_wr_3 .adv3-holder{transition:all .7s ease;-moz-transition:all .7s ease;-ms-transition:all .7s ease;-webkit-transition:all .7s ease;-o-transition:all .7s ease}.sticky_adv_anime{top:-170px!important;position:fixed!important;width:100%;transition:none!important}#search_wrapper.with_search_form_float #search_wrapper_color{background-color:#fff}#search_wrapper.with_search_form_float.float_search_closed{top:100%!important;pointer-events:none;box-shadow:none;background:0 0}#search_wrapper.search_wr_3.with_search_form_float.float_search_closed{top:100%;margin-top:-40px}#search_wrapper.with_search_form_float.float_search_closed #advanced_submit_2,#search_wrapper.with_search_form_float.float_search_closed #advanced_submit_3,#search_wrapper.with_search_form_float.float_search_closed #search_wrapper_color,#search_wrapper.with_search_form_float.float_search_closed .adv1-holder,#search_wrapper.with_search_form_float.float_search_closed .adv4-holder,#search_wrapper.with_search_form_float.float_search_closed.search_wr_3 .adv3-holder{opacity:0;background:0 0;box-shadow:none}.with_search_form_float .adv-search-1-close-extended #advanced_submit_3,.with_search_form_float .adv-search-1-close-extended .adv3-holder,.with_search_form_float .adv-search-1-close-extended .adv4-holder,.with_search_form_float .adv-search-3.adv-search-1-close-extended form,.with_search_form_float.adv-search-1-close-extended #advanced_submit_2,.with_search_form_float.adv-search-1-close-extended .adv1-holder{display:none}.search_wr_2 .adv1-holder{background-color:transparent}.adv-search-1 .form-control{width:100%;display:inline;float:left;margin:0 10px 10px 0;padding:0;font-size:13px;color:#8593a9}.adv-search-1 .col-md-2,.adv-search-1 .col-md-3,.adv-search-1 .col-md-4,.adv-search-1 .col-md-6,.adv-search-1 .col-md-8,.adv-search-1 .col-md-9,.advanced_search_shortcode .col-md-2,.advanced_search_shortcode .col-md-3,.advanced_search_shortcode .col-md-4,.advanced_search_shortcode .col-md-6,.advanced_search_shortcode .col-md-8,.advanced_search_shortcode .col-md-9{padding-right:5px;padding-left:5px}.adv-search-1.adv-search-2 .form-control{width:100%}#google_map_prop_list_sidebar .adv-search-1 .form-control{width:100%!important}#google_map_prop_list_sidebar .adv-search-1 .col-md-3,#google_map_prop_list_sidebar .adv-search-1 .col-md-4,#google_map_prop_list_sidebar .adv-search-1 .col-md-6,#google_map_prop_list_sidebar .adv-search-1 .col-md-9{padding-left:0}.adv-search-1 input.form-control:-moz-placeholder,.adv-search-1 input.form-control::-moz-placeholder,.adv-search-1 input.form-control::-ms-input-placeholder,.adv-search-1 input.form-control::-webkit-input-placeholder{color:#8593a9}.wpresidence_slider_price{border:0;color:#0073e1;font-weight:500}.adv-search-1 input.form-control::-moz-placeholder{opacity:1}.adv-search-1 input[type=text]{padding:9px 0 9px 13px}.adv-search-1 .filter_menu_trigger{margin-top:1px;padding:9px 13px;overflow:hidden}.adv-search-1 .filter_menu{margin-top:1px;left:15px;width:100%;background-color:#fff;padding-bottom:0}.adv-search-1 .filter_menu li{min-width:185px}#advanced_submit_2,#advanced_submit_2_mobile{width:259px;margin-right:14px}#search_wrapper #advanced_submit_2{padding:8px 34px}#advanced_submit_2{width:184px;height:100%;position:absolute;top:0;right:0;background-color:#0073e1;border:none;font-size:16px;white-space:normal;line-height:1.45em;font-weight:500;margin-right:0;border-radius:4px}#advanced_submit_2:hover{background-color:#0761b7;color:#fff;border-bottom-right-radius:4px;border-top-right-radius:4px}#advanced_submit_2:focus{outline:0;outline-offset:0}.adv_extended_options_text{float:left;font-size:13px;margin-top:-3px;cursor:pointer;width:100%;color:#0073e1;font-weight:500}#primary .adv_extended_options_text{margin-top:5px}.adv-search-1 .adv_extended_options_text,.adv-search-1 .extended_search_check_wrapper{margin-left:5px;margin-bottom:10px}#google_map_prop_list_sidebar .adv-search-1 .adv_extended_options_text,#google_map_prop_list_sidebar .adv-search-1 .extended_search_check_wrapper{margin-left:0}#google_map_prop_list_sidebar .adv_extended_options_text{margin-left:0;margin-top:0}.adv_extended_options_text:hover{color:#0073e1}.adv_results_wrapper .adv-search-1.adv_extended_class{position:relative}.adv_extended_class2{position:relative}.adv_extended_class2 .adv1-holder{height:120px;padding-bottom:0}.extended_search_check_wrapper{float:left;width:100%;position:relative;margin-left:8px}.adv-search-3 .extended_search_check_wrapper{width:calc(100% - 16px);margin-right:8px}.adv-search-3 #adv_extended_close_adv{right:-5px}.adv-search-3 .extended_search_checker input[type=checkbox],.adv-search-3 .extended_search_checker label{float:left}.extended_search_checker{float:left;width:25%;margin:5px 0!important}.slider_radius_wrap{font-size:13px;color:#8593a9;font-weight:500}.extended_search_checker label{margin-bottom:5px!important;color:#8593a9;height:13px;width:calc(100% - 25px);font-weight:400}.checker_wrapper_half{padding:0}.advanced_search_sidebar .extended_search_checker{float:left;width:100%;margin:5px 0;display:inline}.advanced_search_sidebar #adv_extended_options_text_widget{margin-bottom:10px}.advanced_search_shortcode .adv_extended_options_text{width:100%;margin-top:-8px;cursor:pointer;margin-bottom:7px;padding-left:7px}#adv_extended_close_half,#adv_extended_close_mainform,#adv_extended_close_short,#adv_extended_close_shortcode,.search_wr_elementor .adv_extended_close_button{position:absolute;top:0;right:15px;cursor:pointer}#adv_extended_close_sidebar{position:absolute;top:0;right:0;cursor:pointer}.advanced_search_shortcode .extended_search_checker input{margin-bottom:0!important}.advanced_search_shortcode .extended_search_checker{line-height:13px}#adv_extended_close_widget{position:absolute;top:6px;right:0;cursor:pointer}.advanced_search_sidebar .extended_search_check_wrapper{margin-left:0;margin-top:10px}.extended_search_check_wrapper{display:none}.advanced_search_sidebar .col-md-2,.advanced_search_sidebar .col-md-3,.advanced_search_sidebar .col-md-4,.advanced_search_sidebar .col-md-6,.advanced_search_sidebar .col-md-8{width:100%;padding:0}input[type=checkbox]{position:relative;outline:0!important;-webkit-appearance:none;-moz-appearance:none;height:15PX;width:15px;margin-bottom:0;margin-right:5px;vertical-align:top;border:1px solid #dde4e9;background-color:#fff;color:#565a5c;box-sizing:border-box;padding:0;margin-top:0;border-radius:4px}input[type=checkbox]:checked:before{outline:0!important;-webkit-appearance:none;-moz-appearance:none;content:"\2713";content:"\f00c";position:absolute;font-size:24px;left:0;top:-1px;text-align:center;width:15px;color:#0073e1;display:inline-block;font-size:13px;font-family:"Font Awesome 5 Free";font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;font-size:14px;font-weight:800}#adv_extended_close_adv{position:absolute;top:0;right:15px;color:#8593a9;display:none;cursor:pointer}#advanced_search_widget-11 #adv_extended_close_adv{right:0}#adv_extended_options_text_mobile{width:100%;margin-bottom:10px}#adv_extended_close_mobile{position:absolute;top:0;right:15px;color:#8593a9;display:none;cursor:pointer}#adv-search-mobile .extended_search_checker{width:100%}.adv-search-3{width:446px;top:0;right:0;position:absolute;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;height:auto}.float_search_closed .adv-search-3{box-shadow:none}.adv3-holder{background-color:#fdfdfd;float:left;width:100%;border-radius:4px}.adv-search-3 form{padding:15px 7px 0 7px}.search_wr_3 .col-md-2,.search_wr_3 .col-md-3,.search_wr_3 .col-md-4,.search_wr_3 .col-md-6{width:50%;padding-left:5px;padding-right:5px}.search_wr_3.search_wrapper-close-extended#search_wrapper{bottom:40px;z-index:0;top:auto}.search_wr_3#search_wrapper{width:1110px;margin:0 auto;position:absolute;border:none;bottom:415px;position:absolute;margin-left:auto;margin-right:auto;left:0;right:0;webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}#adv-search-header-3{background-color:#0073e1;height:40px;margin:0;padding:13px 15px 10px 15px;color:#fff;cursor:pointer;font-size:15px;width:100%;pointer-events:auto;border-radius:4px}#adv-search-header-3:after{content:"\f0d7";position:absolute;right:13px;font-size:17px;font-family:"Font Awesome 5 Free";font-style:normal;font-weight:700;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.float_search_closed #adv-search-header-1:after,.float_search_closed #adv-search-header-3:after{content:"\f0d8"}.adv3-holder .form-control{display:inline-block}.adv-search-3 .caret_filter{position:absolute;right:15px;top:17px}.adv3-holder .adv_search_slider{width:415px;margin:5px 0 0 0}.adv-search-3 .filter_menu_trigger{margin-top:0;padding:1px 0}.adv-search-3 .adv_extended_options_text{margin-bottom:10px;padding-left:7px}#advanced_submit_3{width:202px;margin-top:0;margin-bottom:15px;margin-left:7px}.adv-search-3 .extended_search_checker{float:none;width:33%;margin:3px 0!important;display:inline-flex}.adv-search-3 .filter_menu{margin-left:0}.adv-search-3 .filter_menu li{min-width:162px}.fullscreen_search{z-index:99!important;border:none!important}.fullscreen_search#search_wrapper{top:auto}.search_wr_3.fullscreen_search#search_wrapper{bottom:80%}#search_wrapper.search_wr_2{padding-bottom:15px}#search_wrapper.search_wr_2.with_search_form_float{padding:15px 7px 0 7px}#search_wrapper.search_wr_2.with_search_form_float .adv_results_wrapper{width:1085px}#search_wrapper.search_wr_2.with_search_form_float .adv1-holder{width:898px;padding-top:0}#search_wrapper.search_wr_2.with_search_form_float #advanced_submit_2{margin-top:0}#adv-search-2{max-width:1124px}.adv-search-1.adv-search-2.adv-search-1-close{display:none}.archive .search_wr_2 .adv-search-1,.page-template-advanced_search_results .search_wr_2 .adv-search-1{margin:0 auto}.visible-wrapper{position:relative;z-index:10}.adv2_nopadding{padding:0!important}#advanced_submit_22{width:100%}.adv_results_wrapper{position:Relative;width:1110px;height:auto;margin:0 auto}.search_wr_2 .adv_results_wrapper #adv-search-header-1{display:none}.adv_results_wrapper .adv1-holder{border:none;padding-left:0}.adv_results_wrapper .adv-search-1{bottom:0;border:none;background-color:#fdfdfd}.search_wr_2 .adv_results_wrapper .adv-search-1{background-color:transparent}.adv_results_wrapper #advanced_submit_2{padding:26px 45px 37px 45px;height:100%;background-color:#0073e1;margin-top:0;color:#fff}.ui-menu .ui-menu-item{margin:0!important;width:100%!important;font-family:Roboto,sans-serif;font-size:13px;color:#222}.ui-menu-item-wrapper{padding:12px 10px!important;cursor:pointer}.ui-menu .ui-state-focus{border:none!important;border-bottom:1px solid #f0f0f0!important;background-image:none!important;font-weight:400!important;background-color:#0761b7!important;color:#f0f0f0!important}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:0 solid #f0f0f0!important;color:#fff!important;font-weight:400!important;font-family:Roboto,sans-serif;background:#0073e1!important}.search_wrapper .ui-widget-content{border:0 solid #f0f0f0!important}.compare_wrapper{float:left;width:100%;margin-bottom:26px}.compare_title{padding-left:15px}.compare_item{width:100%;height:auto;float:left;display:inline}.compare_item:nth-child(odd){background-color:#fff}.compare_item:nth-child(even){background-color:#f5f5f5}.compare_yes{font-size:18px;color:#1abc9c;margin-top:-2px}.compare_no{font-size:18px;color:#ed5565;margin-top:-2px}.compare_legend_head{width:120px;height:230px;float:left;display:inline}.compare_item_head{width:135px;height:300px;margin-right:20px;float:left;max-width:265px}.compare_item_head a:hover{text-decoration:none}.compare_item_head h4{margin-top:13px;margin-bottom:8px}.compare_item_head .property_price{line-height:22px;color:#0073e1;font-size:18px;margin-bottom:12px}.compar-4 .compare_item_head:nth-child(5){margin-right:0!important}.compare_legend_head_in{width:120px;padding-left:5px;float:left;display:inline;font-size:12px;line-height:1.3em;margin-top:9px;margin-bottom:9px;box-sizing:border-box}.prop_value{width:135px;padding-right:10px;float:left;font-size:12px;line-height:1.3em;margin-top:9px;margin-bottom:9px;max-width:285px}.compar-1 .compare_item_head{width:32%;height:290px}.compar-1 .prop_value{width:32%}.compar-2 .compare_item_head{width:32%;height:290px}.compar-2 .prop_value{width:32%}.compar-1 .compare_legend_head,.compar-1 .compare_legend_head_in,.compar-2 .compare_legend_head,.compar-2 .compare_legend_head_in,.compar-3 .compare_legend_head,.compar-3 .compare_legend_head_in{width:20%}.compar-3 .compare_item_head{width:27%;height:290px}.compar-3 .prop_value{width:27%;padding-right:20px}.compar-3 .prop_value:last-child{padding-right:0}.compar-4 .compare_item_head{width:20.9%;height:270px}.has_header_type4 .compar-4 .compare_item_head{width:20%}.compar-4 .prop_value{width:20.9%;margin-right:20px}.compar-4 .prop_value:last-child{margin-right:0}#colophon{background-color:#2c2c2c;color:#bbb}#colophon .category_list_widget li,#colophon .contact_sidebar_wrap p,#colophon .price_label,#colophon .subfooter_menu a,#colophon .textwidget,.copyright{font-size:14px}#colophon .category_no{margin-left:5px}.sticky_footer{position:fixed;bottom:0;left:0;width:100%}#colophon.boxed_footer,#colophon.sticky_footer.boxed_footer{width:1200px;left:0;right:0;margin:0 auto;box-shadow:0 5px 15px rgba(0,0,0,.1)}#fourth .xoxo{margin-right:0}#colophon a,#colophon li a{color:#bbb;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;border:none;line-height:22px;font-weight:400;font-size:14px}#colophon a:hover,#colophon li a:hover{color:#0073e1;text-decoration:none}#colophon .widget_latest_title a{font-weight:500}#colophon .xoxo{padding-top:45px}.widget-title-footer{font-size:16px;color:#eee;line-height:26px;font-weight:500;margin-bottom:20px}#colophon .widget-container li{margin-bottom:4px;padding-bottom:4px;border:none;vertical-align:top;line-height:22px}.backtop,.contact-box{font-size:15px;background-color:#fff;position:fixed;bottom:10px;right:-60px;width:50px;height:50px;text-align:center;line-height:50px;z-index:100;opacity:0;transition:all .2s ease-in-out;box-shadow:0 0 27px 0 rgba(0,0,0,.045);opacity:0;z-index:102;color:#fff;border-radius:4px;color:#222;text-decoration:none}.backtop a,.contact-box a{color:#5c727db3}.contact-box{bottom:10px;right:-125px;z-index:100;margin-right:60px}.islive{right:15px;opacity:.9}.wpsestate_is_contact_single{margin-right:0}.contactformwrapper{position:fixed;right:45px;bottom:80px;z-index:300;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;border:1px solid #f0f0f0;border-radius:4px;background-color:#fff;padding:30px;width:312px}.contactformwrapper.wpsestate_is_contact_single{right:5px}.contact_close_button{position:absolute;right:0;top:5px;width:30px;height:30px;color:#222;font-size:16px;line-height:30px;text-align:center;cursor:pointer}.contact_close_button:hover{color:#0c73e1}.contactformwrapper:before{content:" ";width:0;height:0;border-left:16px solid transparent;border-right:16px solid transparent;border-top:16px solid #f0f0f0;bottom:-17px;right:29px;position:absolute}.contactformwrapper:after{content:" ";width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-top:15px solid #fff;bottom:-15px;right:30px;position:absolute}.contactformwrapper.wpsestate_is_contact_single:before{right:19px}.contactformwrapper.wpsestate_is_contact_single:after{right:20px}.contactformwrapper p{font-size:13px;margin-bottom:13px}.contactformwrapper button{color:#fff}.footer-contact-form{position:absolute;right:0;bottom:70px;z-index:100;padding:20px;border:1px solid #dfdfdf;background-color:#f9f9f9;-webkit-box-shadow:0 0 50px 10px rgba(0,0,0,.15);-moz-box-shadow:0 0 50px 10px rgba(0,0,0,.15);box-shadow:0 0 50px 10px rgba(0,0,0,.15)}#btn-cont-submit{width:100%;margin-bottom:0!important}.copyright{margin-left:45px;float:left;line-height:60px}.sub_footer{width:100%;height:60px;background-color:#272727}.sub_footer_content{width:100%;max-width:1200px;margin:0 auto}.subfooter_menu{float:right;margin-right:45px;text-align:right;display:inline-flex}.wpestate_support_link{line-height:60px}#colophon .subfooter_menu a{padding-bottom:0}.subfooter_menu li{display:inline;font-size:13px;margin-left:26px}.subfooter_menu .menu>li{line-height:60px;height:60px}.footer_back_repeat{background-repeat:repeat}.footer_back_repeat_x{background-repeat:repeat-x}.footer_back_repeat_y{background-repeat:repeat-y}.footer_back_repeat_no{background-repeat:no-repeat}.info_details{margin:0;padding:0;width:350px;position:absolute;background:#fff;margin-left:-90px;margin-top:-140px;box-shadow:3px 1px 20px 0 rgba(65,65,65,.19)}.info_details.price_infobox{margin-top:-135px;border-radius:3px}.info_details.price_infobox:After{display:none}.leaflet-popup-content .info_details.price_infobox{margin-top:-80px}.leaflet-popup-content .info_details.openstreet_map_price_infobox{margin-top:-110px}.leaflet-popup-content .info_details.openstreet_map_price_infobox:after{display:none}.contact_info_details{height:140px;margin-top:0;margin-left:0;left:-109px}.leaflet_contact.contact_info_details{left:-157px;top:-124px}.info_details.contact_info_details{padding:0 10px}.contact_info_details:after{top:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;border-top-color:#c2cbd9;border-width:15px;left:50%;margin-left:-15px}.contact_info_details h2{font-size:25px;font-weight:500;color:#0073e1;background-color:#fff;float:left;width:100%;text-align:center;margin-top:40px}.info_details img{float:left;width:90px}#infocloser{position:absolute;top:0;right:0;width:16px;height:16px;background-color:#fff;z-index:999999;background-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/closeicon.png);cursor:pointer;border-top-right-radius:4px}#infobox_title a,#infobox_title a:hover{text-decoration:none}#infobox_title:hover,.info_details a:hover{color:#0073e1;text-decoration:none}#info_inside{padding-left:13px;float:left;font-size:14px;margin-top:13px;color:#717374;width:100%}.info_idx{height:236px!important;margin-top:-306px!important;margin:0;padding:0;width:300px;max-width:480px;position:absolute;background:#fff;box-shadow:3px 5px 13px 0 rgba(29,29,29,.05);margin-left:-90px;border-bottom:3px solid #8593a9}.info_idx img{width:300px;height:auto}.info_idx #info_inside{margin-top:0}.idx-price{color:#0073e1}.prop_detailsx{width:100%;float:left;display:inline;font-size:14px!important;padding:0 0 0 14px;text-transform:lowercase;background-color:#fff;box-sizing:border-box;-moz-box-sizing:border-box;margin-top:0;color:#5c727d}#googleMapSlider .prop_detailsx,#googleMap_shortcode .prop_detailsx{margin-top:2px}.prop_pricex{font-size:14px!important;color:#0073e1;box-sizing:border-box;-moz-box-sizing:border-box;font-weight:500;float:left;display:inline-block;padding:0 0 0 10px}.infobox_details{float:left;padding-left:0;font-weight:500;margin-top:5px;display:inline-block;width:70%}.infobox_wrapper_image{float:left;display:inline-block}.infobox_title{float:left;display:inline-block;width:250px;margin-bottom:5px;height:auto}#infobox_title{font-size:14px;color:#222;padding:0 0 0 10px;margin-top:10px;float:left;font-weight:500;line-height:1.2em}.infocur{color:#0073e1;font-size:14px!important;margin-left:5px}.infocur.infocur_first{margin-left:0;margin-right:5px}.infocur.infocur_first:empty{margin-right:0}#infobath{font-size:13px!important;background-repeat:no-repeat;margin-left:10px;color:#5c727d;background-position:0 0;line-height:22px;margin-top:0}#inforoom{font-size:13px!important;background-repeat:no-repeat;margin-left:10px;color:#5c727d;background-position:0 0;margin-top:0}#infosize{font-size:13px!important;background-repeat:no-repeat;margin-left:10px;padding-left:0;color:#5c727d;background-position:0 0;line-height:22px;margin-top:0}.google_map_poi_marker{position:absolute;top:77px;left:45px}.wpestate_property_media_section_wrapper .google_map_poi_marker{top:125px;z-index:99;left:15px}.wpestate_property_media_section_wrapper #gmapzoomminus.smallslidecontrol,.wpestate_property_media_section_wrapper #gmapzoomplus.smallslidecontrol{display:block}#carousel-listing .google_map_poi_marker{top:125px;z-index:99;left:15px;display:none}.google_map_shortcode_wrapper .google_map_poi_marker{top:107px;z-index:99;z-index:1;left:15px}#google_poi_clear,.google_poi,.google_poish{position:relative;background-color:#fff;color:#8f9eb6;cursor:pointer;margin-top:5px;font-size:12px;pointer-events:auto;padding:7px;border:1px solid #fff;width:31px;height:31px;-webkit-box-shadow:3px 1px 20px 0 rgba(0,110,225,.08);box-shadow:3px 1px 20px 0 rgba(0,110,225,.08);border-radius:4px}.google_poi.poi_active,.google_poish.poi_active{border:1px solid #ebba7c}.google_poi img,.google_poish img{vertical-align:baseline}.estate_poi_box{background:#fff;box-shadow:3px 5px 13px 0 rgba(29,29,29,.05);padding:5px 5px;font-size:11px!important;color:#8593a9;min-width:130px;text-align:center}.google_poi .tooltip{position:absolute;top:0;left:0;transition:initial}#pick_pack,.listing_submit_normal,.listing_upgrade{background-image:url(//homelive.pt/wp-content/themes/wpresidence/img/paypal_button.png);width:169px;height:69px;cursor:pointer;float:left;margin-right:15px;background-repeat:no-repeat;margin-bottom:10px;background-position:50%}.stripe-button-el{background-image:url(//homelive.pt/wp-content/themes/wpresidence/img/stripe_button.jpg)!important;width:169px;height:69px;cursor:pointer!important;border-radius:0!important;float:left!important;margin-right:15px!important;box-shadow:0 1px 0 rgba(255,255,255,0)!important}.stripe-button-el span{display:none!important}.payment-container .listing_submit_normal,.payment-container .listing_upgrade{background-image:url(//homelive.pt/wp-content/themes/wpresidence/img/paypal_button.jpg);width:169px;height:69px;cursor:pointer;font-size:0;margin:10px 10px;float:left;background-color:transparent;color:transparent;border-radius:4px}#direct_pay_modal{top:100px}#send_direct_bill{width:225px;height:40px;background-color:#0073e1;color:#fff;margin:6px 20px 5px 0;cursor:pointer;padding:10px 15px;font-weight:400;font-size:16px;border-radius:4px;margin:0 auto;margin-top:13px}#direct_pay_modal .listing-submit{font-size:15px;padding:22px;line-height:1.4em;margin-bottom:0;height:auto}#direct_pay_modal .to_be_paid{width:100%;display:inline-block;text-align:center}#direct_pay_modal .modal-title{text-align:center;padding-top:10px}#direct_pay_modal .close{margin:10px}#profile-image{border-radius:4px;margin-bottom:15px}#google_agency_location,#google_developer_location{color:#fff;margin-left:15px}#package_pick label{width:auto;float:left}.fullp{width:100%;float:left;margin:26px 0}.fullp-button{width:100%;float:left;margin:15px 0 0 15px}.profile-page input[type=email],.profile-page input[type=number],.profile-page input[type=password],.profile-page input[type=text],.profile-page input[type=url],.profile-page textarea{margin:0 0 15px 0}.submit_container select{margin-bottom:14px;border-radius:4px;color:#8593a9}.submit_form_row{float:left;width:100%;margin-left:12px}.upload_explain{font-size:11px;float:left}#aaiu-uploader{margin:10px 0;float:left;width:255px}.change_pass{margin-top:0}.submit_container #aaiu-uploader{width:auto}#about_me{width:100%;height:262px}#aaiu-uploader:hover,#delete_profile:hover,#floor_submit:hover,#google_developer_location:hover,#register_agent:hover,#search_form_submit_1:hover,#update_profile:hover,#update_profile_agency:hover,#update_profile_developer:hover,.view_public_profile:hover,.wpestate_dashboard_content_wrapper .wpresidence_button:hover,.wpresidence_button.add_custom_parameter:hover,.wpresidence_button.mess_send_reply_button2:hover,.wpresidence_button.mess_send_reply_button:hover,.wpresidence_button.remove_parameter_button:hover,.wpresidence_button.view_public_profile:hover,.wpresidence_success:hover{background-color:#222;border-color:#222;color:#fff}.dasboard-prop-listing{padding-left:0;padding-right:0;margin-bottom:26px;min-height:163px;border:1px solid #dce1e4;overflow:hidden;-webkit-transition:all .15s ease;-moz-transition:all .15s ease;-o-transition:all .15s ease;transition:all .15s ease;background:#fff;position:relative}.dashboard_unit_author_info{position:absolute;bottom:0;right:0;padding:.4em .6em .4em;font-weight:400;margin-left:13px;background:#00aedf;color:#fff;font-size:12px}.dasboard-prop-listing .blog_listing_image{width:200px}.dasboard-prop-listing .blog_listing_image img{max-width:265px}.dasboard-prop-listing:hover,.property_wrapper_dash:nth-child(odd) .dasboard-prop-listing:hover{box-shadow:0 0 5px 1px rgba(60,144,190,.13);-webkit-box-shadow:0 0 5px 1px rgba(60,144,190,.13);background-color:#fff}.blog_listing_image .featured_div{top:10px;left:10px;position:absolute}.prop-info{float:left;display:inline;width:650px;height:155px;position:relative;left:70px}.listing_title{padding-left:26px;margin-bottom:10px;max-width:430px;margin-top:13px}.user_dashboard_listed{padding-left:26px;margin-bottom:7px;line-height:1.3em;font-size:13px}.user_dashboard_listed .price_label{font-size:13px}.user_dashboard_listed a{color:#0073e1}.listing_submit,.listing_submit .submit-price,.listing_submit .submit-price-no{font-size:17px;line-height:1em;font-weight:500;color:#222}.listing_submit{width:100%;padding:15px 0;text-align:left}.extra_featured{width:13px;height:15px;float:left;margin-right:5px!important}.info-container{position:absolute;bottom:0;width:545px;padding-left:26px;padding-bottom:5px}.payment-container{float:left;width:100%;background:#f0f0f0;position:relative;padding:0 5px}.payment-container:empty{display:none}.no_payment{display:none}.featured_label{padding:10px 20px;margin-top:8px;margin-bottom:8px;float:left;font-size:13px}.info-container i{font-size:13px;background-color:#5a7684;padding:5px;color:#fff;cursor:pointer;width:22px;height:23px}.info-container i:hover{background-color:#333}.deleteprop{padding:5px 5px 5px 6px!important}.dashboad-tooltip.featured_exp{color:#fff;font-size:13px;background-color:#ed5565;margin-bottom:13px;padding:1px 5px}.user_dashboard_status{position:absolute;top:14px;right:10px}.web{display:inline}#new_post .alert-warning{line-height:18px}#new_post select,.page-template-front_property_submit select,.page-template-user_dashboard_add_agent select,.page-template-user_dashboard_profile select{width:100%;border:1px solid #eee;padding:0 6px;font-size:13px}.featurescol{width:33%;float:left;padding-left:15px;padding-bottom:10px}.submit_container{border:0 solid #dde4e9;border-radius:4px;float:left;font-size:13px;line-height:22px;margin:0 15px}.submit_container label{width:auto}.submit_container input[type=checkbox]{margin:4px 10px 0 0;float:left}.featurescol label{cursor:pointer;font-size:14px}.submit_container_header{padding:14px 0 14px 13px;background-color:#263238;border-bottom:1px solid #f0f0f0;font-size:14px;color:#fff!important;margin:0;margin-bottom:0;text-transform:uppercase;font-weight:500}#google_capture{margin-bottom:10px;margin-top:10px}#form_submit_1{margin-left:0}#front_submit_form .wp-editor-wrap,.submit_container .wp-editor-wrap{float:left;width:100%}.full_form{width:100%;float:left;padding-left:2%;padding-right:2%}.full_form_image{margin-top:10px;margin-left:5px}.half_form{width:50%;float:left;margin-right:0;padding-right:2%;padding-left:2%;margin-bottom:0;min-height:78px}.half_form_last{margin-left:4%}.submit_container input[type=email],.submit_container input[type=number],.submit_container input[type=password],.submit_container input[type=text],.submit_container input[type=url],.submit_container textarea{width:100%}.submit_container .col-md-8{padding-right:0;padding-left:0}#add-new-image{margin-top:13px}#googleMapsubmit{width:100%;height:300px;float:left;margin:9px 0 30px 0;border:1px solid #dde4e9}.page-template-user_dashboard_profile #googleMapsubmit{width:100%;height:300px;float:left;margin:0 0 20px 0;border:1px solid #dde4e9}#new_post{margin-bottom:26px}.showmod{z-index:999999}.edit-images{position:relative;float:left;margin:0 13px 13px 0}.delete_image{font-size:12px;cursor:pointer;background:#d9534f;color:#fff;padding:4px;position:absolute;bottom:0;left:0;width:143px;text-align:center}#add-new-image{background-color:#f7f7f7;color:#222;padding:9px 11px;cursor:pointer;margin-bottom:20px;float:left}#imagelist{width:100%;display:flex;flex-wrap:wrap;flex-direction:row;justify-content:flex-start}.image_max_warn{color:#fff;font-size:13px;line-height:22px;background-color:#ed5565;margin-bottom:13px;padding:1px 5px;border-radius:4px;margin-left:13px;width:auto!important}#imagelist .uploaded_images{float:left;margin:0 0 5px 5px;position:relative;max-width:200px;overflow:hidden;width:32.3%}#imagelist .uploaded_images i{position:absolute;top:0;left:0;background-color:#ff754c;color:#fff;font-size:16px;padding:8px;cursor:pointer;border-radius:4px;margin:5px}#imagelist .image_caption.form_control{padding:5px 0 5px 5px;margin:5px 0!important}#imagelist .uploaded_images i.image_caption_button{left:33px}#imagelist .uploaded_images i.image_caption_button.active_caption{background-color:#0073e1}#imagelist .uploaded_images .thumber{left:auto;right:0;cursor:none}#imagelist .uploaded_images img{cursor:pointer}.image_caption_wrapper{display:none;border:1px solid #f0f0f0;background-color:#fff;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;position:absolute;top:34px;left:0;padding:3px}input.image_caption{font-size:12px;padding:3px 0 3px 3px;height:auto!important;margin:0!important}.submit_container #aaiu-upload-imagelist{float:left;width:100%;height:auto}.submit_container #aaiu-upload-imagelist div{font-weight:500;margin-left:15px}#aaiu-upload-imagelist:empty{height:0}.aaiu-upload-list:empty{margin:0}#imagelist .moxie-shim.moxie-shim-html5{position:relative;top:0;left:0}.submit_container #aaiu-uploader{margin:72px auto 0 auto!important;display:block;float:none;min-width:160px}#drag-and-drop{background-color:#efefef;border:1px dashed #dfdfdf;position:relative;min-height:140px;float:left;width:100%;margin:10px 0 10px 0;border-radius:4px}.drag-drop-msg{position:absolute;text-align:center;width:100%;top:10px}.drag-drop-msg .fas{font-size:35px;color:#a5c2de;display:inherit}.aaiu_button{background-color:#f7f7f7;color:#fff;cursor:pointer;float:left}#aaiu-upload-imagelist{width:100%;margin-bottom:5px;font-size:12px}#embed_video_type,#prop_category_submit{margin-bottom:13px}#colophon .loginwd_sidebar{background-color:#fff}.login_form{padding:9px 15px 15px 15px;border:0 solid #e5e5e5;width:100%;border-radius:4px;display:inline-block}#primary .login_form{padding:0}.shortcode-login{padding:0}.loginwd_sidebar .login_form{border:none;padding-top:0}#ajax_login_div #login-div,#ajax_register_div .login_form{border:none;padding:0}#loginmodal #wp-login-but,#loginmodal input[type=email],#loginmodal input[type=number],#loginmodal input[type=password],#loginmodal input[type=text],#loginmodal input[type=url],#loginmodal textarea{width:100%}#loginmodal .login_form{padding:9px 0 13px 0}.modal_login_container .alert-message,.modal_login_container .login-alert{margin-top:-20px;line-height:1.55em}#loginmodal .modal-content{width:269px}#loginmodal #reveal_register{margin-top:10px;display:inline-block}.wpestate_alert_box_wrapper{display:inline-block;width:100%;display:none}.alert-message,.login-alert{color:#fff;font-size:12px;line-height:22px;background-color:#f44336;margin-bottom:13px;padding:1px 10px;width:100%;border-radius:4px;display:inline-block}.page-template-user_dashboard_add_agent .login-alert{width:100%}.shortcode-login .login-alert{margin:9px 0 9px 0;margin-bottom:9px!important}.alert-message:empty{padding:0;margin-bottom:0;margin-top:0;display:none}.alert-danger{background-image:none;border:none;color:#fff;background-color:#ed5565!important;line-height:1.3em;clear:both}.wpestate-agent-contact-sent{background-color:#3c9f7e!important}.listing-submit{height:120px;padding-top:50px;text-align:center;font-size:18px;color:#333}.alert-danger:empty{padding:0}.loginwd_sidebar .login-alert{max-width:100%}#widget_register_sw{margin-top:7px;display:block;float:left}#forgot_pass_widget{float:left}#widget_login_sw{float:left;width:100%}.login-links{margin-top:10px}#user_terms_register_wd_label a,.login-links a{font-size:13px!important}.login-links.shortlog{margin-top:0}.login-links.shortlog{margin-top:0}.login_form label{margin-bottom:5px;float:left;width:230px;font-weight:400}#wp-login-but-wd,#wp-submit-register_wd{width:100%;margin-bottom:0!important}.nosubmit{margin:0}.login_alert_full{color:#fff;font-size:13px;line-height:21px;background-color:#ed5565;padding:6px 5px;width:100%;float:left;text-align:center;z-index:99999999999999999;position:fixed}#forgot-pass-div,#forgot-pass-div-mobile,#forgot-pass-div-sh{display:none}#forgot-div-title_shortcode,#forgot-pass-div_shortcode{display:none}#wp-forgot-but_shortcode{width:100%}#forgot-div-title-mobile,#forgot-div-title-topbar,#forgot-pass-div,#register-div,#register-div-mobile,#register-div-title,#register-div-title-mobile,#register-div-title-topbar,#register-div-topbar{display:none}#forgot-div-title-mobile{padding-left:12px;margin-bottom:0;margin-top:0}#register-div-mobile .login-links{float:left;margin-top:0}#return_login_mobile,#return_login_topbar{padding-left:0!important}#reg_passmail,#reg_passmail_mobile,#reg_passmail_topbar{margin:13px 0;color:#768082;font-size:13px;font-weight:400;line-height:1em;float:left;width:100%}#facebooklogin,#facebookloginsidebar,#facebookloginsidebar_mobile,#facebookloginsidebar_topbar{width:100%;height:40px;background-color:#39579a;cursor:pointer;margin:10px 0 0 0;position:relative;color:#fff;padding:0 15px;font-size:14px;display:inline-block;line-height:40px;font-weight:500;border-radius:4px;text-align:center;transition:.3s}#facebooklogin:hover,#facebookloginsidebar:hover,#facebookloginsidebar_mobile:hover,#facebookloginsidebar_topbar:hover{background-color:#2d4373}#facebooklogin:before,#facebookloginsidebar:before,#facebookloginsidebar_mobile:before,#facebookloginsidebar_topbar:before{content:"\f39e";font-family:"Font Awesome 5 Brands";font-weight:700;line-height:40px;height:40px;font-size:14px;padding-right:10px}#googlelogin,#googleloginsidebar,#googleloginsidebar_mobile,#googleloginsidebar_topbar{width:100%;line-height:38px;background-color:#fff;cursor:pointer;margin-top:10px;position:relative;color:#222;padding:0 15px;font-size:14px;display:inline-block;text-align:center;font-weight:500;border-radius:4px;border:1px solid #f0f0f0;transition:.3s}#googlelogin:hover,#googleloginsidebar:hover,#googleloginsidebar_mobile:hover,#googleloginsidebar_topbar:hover{background-color:#e8f0fa}#googlelogin:before,#googleloginsidebar:before,#googleloginsidebar_mobile:before,#googleloginsidebar_topbar:before{content:"\f1a0";line-height:38px;font-size:14px;padding-right:10px;font-family:"Font Awesome 5 Brands";font-weight:700;background:conic-gradient(from -45deg,#ea4335 110deg,#4285f4 90deg 180deg,#34a853 180deg 270deg,#fbbc05 270deg) 73% 55%/150% 150% no-repeat;-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}#twitterloginsidebar,#twitterloginsidebar_mobile,#twitterloginsidebar_topbar,#yahoologin{width:100%;background-color:#00aced;cursor:pointer;margin:10px 0 0 0;position:relative;color:#fff;padding:0 15px;font-size:14px;display:inline-block;line-height:40px;font-weight:500;border-radius:4px;text-align:center;transition:.3s}#twitterloginsidebar:hover,#twitterloginsidebar_mobile:hover,#twitterloginsidebar_topbar:hover,#yahoologin:hover{background-color:#0090c6}#twitterloginsidebar:before,#twitterloginsidebar_mobile:before,#twitterloginsidebar_topbar:before,#yahoologin:before{content:"\f099";line-height:40px;font-size:14px;height:40px;font-family:"Font Awesome 5 Brands";font-weight:700;padding-right:10px}#ajax_login_div{width:100%}#ajax_register_div{display:none;width:100%}.wd_user_menu li{border:none;padding-bottom:0;cursor:pointer;position:relative}.wd_user_menu i{margin-right:13px;width:13px}.wd_user_menu{width:100%}.wd_user_menu .unread_mess{top:0}.wd_user_menu a{padding:5px 0;width:100%;display:flex;align-items:center;transition:color .4s linear;-moz-transition:color .4s linear;-webkit-transition:color .4s linear;-o-transition:color .4s linear}.wd_user_menu li svg{height:15px;margin-right:10px;transition:color .4s linear;-moz-transition:color .4s linear;-webkit-transition:color .4s linear;-o-transition:color .4s linear}img.aligncenter{margin:5px auto}img.size-full,img.size-large,img.wp-post-image{height:auto;max-width:100%}img.alignleft{margin:5px 20px 5px 0}.gallery-caption,.wp-caption-text{color:#434953;box-sizing:border-box;width:98%;margin-top:3px}.alignleft{float:left}ul.wp-block-gallery{margin-left:0}.wp-block-cover-image.alignright{margin-left:10px}.wp-block-button.alignleft,.wp-block-cover-image.alignleft,.wp-block-image.alignleft{margin-right:10px}.comment-content img,.entry-summary img,.single-content img,.widget img,.wp-caption{max-width:100%;height:auto}img.alignright{margin:5px 0 5px 20px}.alignright{float:right}.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption.alignleft{margin:5px 10px 5px 0}.wp-caption.alignright{margin:5px 0 5px 10px}address{font-style:italic;margin:0 0 26px}pre{margin-bottom:26px;background:0 0}ul{list-style-type:square;margin:0 0 26px 26px}ol{margin:0 0 26px 26px}.checklist{margin:0;float:left;list-style:none}.checklist li{padding:0 11px 5px 22px;margin:0 0 6px 0}.checklist li:hover{cursor:default}.checklist img{vertical-align:middle}.list-type1 li{background:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/lists/list_icon_1.png) no-repeat;background-position:0 4px}.list-type2 li{background:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/lists/list_icon_2.png) no-repeat;background-position:0 3px}.list-type3 li{background:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/lists/list_icon_11.png) no-repeat;background-position:0 3px}.list-type4 li{background:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/lists/list_icon_4.png) no-repeat;background-position:0 3px}.list-type5 li{background:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/lists/list_icon_5.png) no-repeat;background-position:0 3px}.list-type6 li{background:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/lists/list_icon_6.png) no-repeat;background-position:0 3px}.list-type7 li{background:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/lists/list_icon_7.png) no-repeat;background-position:0 4px}.list-type8 li{background:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/lists/list_icon_8.png) no-repeat;background-position:0 3px}.list-type9 li{background:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/lists/list_icon_9.png) no-repeat;background-position:0 4px}.list-type10 li{background:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/lists/list_icon_10.png) no-repeat;background-position:0 3px}dl{margin-bottom:26px}.widget_media_gallery dl{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:13px}table{border-collapse:separate;border-spacing:0;border:1px solid #f0f0f0;margin-bottom:26px;border-radius:4px}.even{background-color:#f0f0f0}.comment.even{background-color:transparent}table td,table th{border-right:1px solid #f0f0f0}table th,table tr{border-bottom:1px solid #f0f0f0}table th{padding:7px}blockquote{font-size:14px;margin:15px 0 30px 0;padding:0 15px;border-left:2px solid #0073e1;float:left;width:100%}blockquote p{line-height:22px;font-style:italic}blockquote.is-style-large{margin:15px 0 30px 0!important;padding:0!important;border-left:none}figure blockquote{padding:0;border-left:none}blockquote cite{font-weight:400;text-transform:initial;font-style:normal}blockquote cite,blockquote small{text-transform:uppercase;font-weight:700}.green{background-color:#4ecb8f;background-image:none;color:#fff}.green:hover{background-color:#45b37e}.green :hover a,.green a:hover{color:#fff!important}.green a{color:#fff}.blue{background-color:#67cfd8;background-image:none;color:#fff}.blue:hover{background-color:#54a9b0;color:#fff!important}.blue :hover a,.blue a:hover{color:#fff!important}.blue a{color:#fff}.purple{background-color:#a51e6c;background-image:none;color:#fff}.purple:hover{background-color:#6e1448}.purple :hover a,.purple a:hover{color:#fff!important}.purple a{color:#fff}.btn a{text-decoration:none}#ui-datepicker-div{z-index:10000!important}.featured_article{width:100%;position:relative;border-radius:4px;overflow:hidden;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:.3s ease-out;background-color:#fff}.featured_article .featured_img{display:inline;float:left;position:relative;overflow:hidden;background-color:#fff;margin:6px;border-radius:4px}.featured_article .featured_img img,.featured_property.featured_property_type1 .featured_img img,.featured_property.featured_property_type2 .featured_img img{transition:all .7s ease;-moz-transition:all .7s ease;-ms-transition:all .7s ease;-webkit-transition:all .7s ease;-o-transition:all .7s ease}.featured_article:hover .featured_img img,.featured_property.featured_property_type1:hover .featured_img img,.featured_property.featured_property_type2:hover .featured_img img{opacity:.8;transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1)}.featured_article .listing-cover{height:100%}.featured_article:hover .listing-cover{opacity:1}.featured_article:hover .featured_article_right{color:#0073e1}.featured_article:hover h2 a{color:#0073e1}.featured_article_title{display:inline;font-size:18px;position:relative;float:left;width:100%;height:80px;background-color:#fff;cursor:pointer;overflow:hidden}.featured_article_title:hover{opacity:1}.featured_article_content{display:inline;font-size:14px;float:left;width:100%;padding:0 26px 10px 10px}.featured_type_2{font-size:20px;line-height:1.6em;margin-top:13px;margin-bottom:-3px}.featured_article_secondline{font-size:14px}.blog_author_image{width:55px;height:55px;margin:10px;display:inline-block;float:left}.featured_article_right{position:absolute;bottom:50%;margin-bottom:-18px!important;right:13px;color:#8593a9;font-size:36px}.featured_article_type2{width:100%;height:650px;float:left;position:relative}.featured_img_type2{background-color:#3b444f;background-position:50%;background-repeat:no-repeat;background-size:cover;overflow:hidden;position:absolute;top:0;bottom:0;right:0;left:0;width:100%;height:100%;cursor:pointer}.featured_img_type2:hover .featured_gradient{opacity:.6}.featured_gradient{position:absolute;top:0;bottom:0;left:0;right:0;opacity:.67;z-index:1;background-image:linear-gradient(to right top,#000,rgba(0,0,0,0) 56%)}.theme_slider_wrapper .featured_gradient{background-image:none;background-color:#1d293e;opacity:.45}.property_listing .featured_gradient{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0) 56%);pointer-events:none}.featured_article_type2_title_wrapper{position:absolute;width:1100px;margin:0 auto;left:0;right:0;bottom:60px;z-index:1}.featured_article_label{color:#fff;text-transform:capitalize;margin-bottom:15px;font-size:18px}.featured_article_type2 h2{line-height:1.2em;margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;font-size:40px;color:#fff;width:680px}.featured_article_type2 .featured_read_more a:hover,.featured_article_type2 h2:hover{opacity:.9}.featured_read_more{font-size:13px;line-height:22px;color:#fff;border-bottom:1px solid rgba(189,206,227,.3);margin-top:0;width:150px;padding-top:5px;padding-bottom:10px;text-transform:capitalize}.featured_read_more a{color:#fff;font-size:15px}.featured_read_more i{font-size:11px;margin-left:5px}.featured_prop_type5{overflow:hidden}.featured_article_type5_title_wrapper{background-color:#fff;position:absolute;width:350px;left:20%;right:0;bottom:0;z-index:100;height:350px;padding:30px;border-top-left-radius:4px;border-top-right-radius:4px;box-shadow:1px 3px 14px 0 rgba(7,152,255,.09)}.featured_prop_type5 .featured_article_label{text-transform:capitalize;margin-bottom:15px;font-size:16px;color:#0073e1}.featured_prop_type5 .price_label{font-size:17px;margin:0}.featured_prop_type5 h2{font-size:30px;color:#222;width:auto;float:left;line-height:1.1em;margin-bottom:0;transition:all .3s ease}.featured_prop_type5 h2:hover{color:#0073e1}.featured_type5_excerpt{line-height:1.65em}.featured_property_type5_agent_name{color:#222;font-size:16px;font-weight:500;float:left;margin:28px 0 0 10px}.featured_article_type5_title_wrapper .property_unit_type5_content_details_second_row{display:inline-block;background:0 0;padding:0;border-radius:20px;font-weight:500;margin:15px 10px 15px -5px;color:#222;font-size:16px}.featured_read_more_5 a{color:#222;text-transform:lowercase;font-size:14px;font-weight:500;position:relative}.featured_article_type5_title_wrapper .inforoom_unit_type5{display:inline-block;margin:0 5px}.featured_read_more_5{width:100%;float:left;margin:15px 0 0 0;font-weight:500}.featured_read_more_5 i{font-size:11px}.featured_prop_type5 .featured_gradient{background-color:#1d293e;opacity:0}.featured_prop_type5 .img_listings_overlay_last{opacity:0}.featured_prop_type5 a:hover{color:#0073e1}.multiple_currency_widget .dropdown.form-control{padding:0;margin-bottom:0}#list_sidebar_curr{width:100%}.top_bar .sidebar_filter_menu{font-size:12px;padding:2px 10px}.top_bar .multiple_currency_widget{width:172px;height:25px;margin-top:-2px}.top_bar .filter_menu li{height:30px;padding:7px 10px 3px 10px;margin-bottom:0;font-size:12px;min-width:140px}.top_bar .caret_sidebar{top:8px}.top_bar #list_sidebar_curr{width:100%;margin-left:0}.right-top-widet .multiple_currency_widget{margin-right:0;margin-left:10px}.left-top-widet .multiple_currency_widget{margin-right:10px;margin-left:0}.top_bar .form-control{height:25px}.measurement_unit_widget .dropdown.form-control{padding:0;margin-bottom:0}.top_bar .measurement_unit_widget{width:172px;height:25px;margin-top:-2px}.widget-container.measurement_unit_widget li{margin-bottom:0}#colophon .widget-container.measurement_unit_widget li{padding-top:8px;padding-bottom:8px;margin-bottom:0}.right-top-widet .measurement_unit_widget{margin-right:0;margin-left:10px}.left-top-widet .measurement_unit_widget{margin-right:10px;margin-left:0}.top_bar #list_sidebar_measure_unit{width:100%;margin-left:0}.listing_main_image{position:relative;width:100%;height:515px;background-repeat:no-repeat;background-size:cover;background-position:50% 50%;overflow:hidden}.entry-title.entry-tax{margin-top:-45px}.entry-tax{position:absolute;top:50%;left:auto;right:auto;margin-top:-54px;z-index:11;text-align:center;color:#fff;text-decoration:none;font-size:46px;width:100%}.tax_tagline{position:absolute;top:50%;left:auto;right:auto;width:100%;z-index:11;color:#fff;text-decoration:none;margin-top:25px;font-size:20px;text-align:center}.img-overlay{position:absolute;width:100%;height:100%;top:0;left:0;background-color:#3e4453;opacity:.75}.vc_widget_sidebar a{line-height:22px}.vc_widget_sidebar ul{list-style:none;margin-left:0}.vc_widget_sidebar input[type=email],.vc_widget_sidebar input[type=number],.vc_widget_sidebar input[type=password],.vc_widget_sidebar input[type=text],.vc_widget_sidebar input[type=url],.vc_widget_sidebar textarea{font-size:13px}.vc_widget_sidebar .widget_search .form-control{width:157px}.vc_widget_sidebar .widget_archive li:before,.vc_widget_sidebar .widget_categories li:before,.vc_widget_sidebar .widget_meta li:before,.vc_widget_sidebar .widget_recent_comments li:before{margin-top:1px}.spacer{position:relative;width:100%;float:left}.spacer .spacer_line{height:1px;background-color:#f0f0f0;width:100%;float:left;vertical-align:middle;position:absolute;top:50%;margin-top:-1px}.customlist ul{list-style:none;margin:0 0 26px 0}.customlist2 ul{list-style:none;margin:0 0 26px 0;background-color:#fdfdfd;border:1px solid #f0f0f0;padding:13px 13px 9px 13px;border-radius:4px}.customlist ul li,.customlist2 ul li{padding:0 0 4px 0;margin-bottom:4px}.featured_agent{margin-bottom:30px;border:1px solid #f0f0f0;border-radius:4px;overflow:hidden;background-color:#fdfdfd;position:relative;padding-bottom:94px;max-width:255px;height:220px}.featured_agent_details_wrapper{padding:0 0 13px 0;position:absolute;bottom:-157px;width:100%;background-color:#fdfdfd;cursor:pointer;border-top:3px solid #0761b7}.featured_agent_details_wrapper h4,.featured_agent_details_wrapper h4 a{padding:0 6px;margin-top:13px;margin-bottom:3px;font-size:18px}.featured_agent_details_wrapper .agent_position{line-height:13px}.featured_agent_details_wrapper .agent_unit_social{left:0;padding:11px 0 0 0;position:relative;margin-top:16px}.featured_agent_details_wrapper .social-wrapper{margin:0 auto;max-width:137px}.featured_agent_details{display:block}.property_slider2_wrapper.owl-carousel{display:block;width:100%}.property_slider2_wrapper .image_div{height:370px;background-position:50%;background-repeat:no-repeat;background-size:cover;width:620px;float:left;margin-top:35px;border-radius:4px;position:relative;z-index:1;width:59%}.property_slider2_info_wrapper{width:400px;height:440px;background-color:#fff;float:left;border-radius:4px;padding:80px 40px;z-index:10;position:relative;width:35%}.property_slider2_info_wrapper h2{text-transform:capitalize}.property_slider2_info_price{z-index:1;color:#0073e1;font-size:19px;font-weight:500;margin-bottom:10px}.property_slider2_info_wrapper .property_slider_sec_row{margin-left:-5px;font-weight:500}.property_slider_sec_row .inforoom_unit_type5{margin:0 5px;color:#222}.property_slider2_content{margin-top:30px;line-height:1.65em}.property_slider2_wrapper.owl-carousel .owl-item .item{width:100%;height:auto;background-color:transparent;padding:0}.property_slider2_wrapper.owl-theme .owl-nav{margin-top:-22px;text-align:center;-webkit-tap-highlight-color:transparent;float:left;width:6%;height:370px;position:absolute;top:70px;right:0;border-radius:4px}.property_slider2_wrapper.owl-carousel .owl-nav button.owl-prev{height:50%;margin:0;width:100%;background:#d8d8d8;transition:all .3s ease;border-radius:0}.property_slider2_wrapper.owl-carousel .owl-nav button.owl-next{height:50%;margin:0;width:100%;background:#d8d8d8;transition:all .3s ease;border-radius:0}.property_slider2_wrapper.owl-theme .owl-nav div{color:#fff;margin:0;padding:0 0;font-size:37px;-webkit-border-radius:30px;-moz-border-radius:30px;filter:Alpha(Opacity=95);opacity:.95;cursor:pointer;height:100%;width:100%;text-align:center;line-height:185px;background:#d8d8d8;border-radius:0}.property_slider2_wrapper.owl-theme .owl-nav div:hover{background:#ccc}.property_slider2_wrapper.owl-theme .owl-nav div i{width:100%;font-size:33px}.property_slider2_wrapper .agent_face{height:50px;width:50px;position:absolute;left:20px;bottom:20px;border-radius:50%;border:1px solid #a6b3bb;background-size:cover}.property_slider2_wrapper .featured_secondline{position:absolute;bottom:0;background:0 0}.property_slider2_wrapper .featured_secondline a{margin-left:70px;color:#fff;font-size:16px;font-weight:500;line-height:45px}.property_slider2_wrapper a:hover h2{color:#0073e1}.property_slider2_wrapper .featured_div{z-index:10;position:relative;left:20px;top:20px}.property_slider2_wrapper .status-wrapper{z-index:10;position:relative;top:0;right:20px;margin:0}.property_slider2_wrapper.owl-carousel{display:none}.property_slider2_wrapper.no-js .owl-carousel{display:block}.property_slider2_wrapper.owl-carousel.owl-loaded{display:block}.user_role_image{background-size:cover;height:90px;width:90px;background-position:50% 50%;position:absolute}.featured_user_role_unit_details h4,.user_role_email,.user_role_phone{padding-left:110px;width:100%;margin-bottom:5px}.featured_user_role_unit_details h4{font-size:24px;margin-bottom:5px}.user_role_email,.user_role_email a,.user_role_phone,.user_role_phone a{font-size:13px}.user_role_unit{border:1px solid #f1f8ff;height:251px;background-color:#fff;transition:.3s ease-out}.user_role_featured_image{width:40%;float:right;height:248px;overflow:hidden;position:relative;background-color:#222}.featured_user_role_unit_details{position:relative;width:60%;float:left;padding:20px;height:250px}.featured_user_role_unit_details i{font-size:11px;background:#efefef;position:relative;width:24px;height:24px;line-height:24px;text-align:center;border-radius:50%;margin-right:5px}.user_role_featured_image .user_role{background-size:cover;height:250px;width:auto;background-position:50% 50%;transition:all .7s ease;-moz-transition:all .7s ease;-ms-transition:all .7s ease;-webkit-transition:all .7s ease;-o-transition:all .7s ease}.user_role_unit:hover .user_role_featured_image .user_role{opacity:.8;transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1)}.user_role_status{position:absolute;top:-11px;color:#fff;background-color:#69c17d;padding:0 10px;font-size:12px}.button_user_role{position:absolute;left:20px;bottom:7px}.user_role_content{float:left;padding-top:10px}.iconcol h3{margin-top:13px}.icon_img{position:relative;-webkit-transition:all .15s ease;-moz-transition:all .15s ease;-o-transition:all .15s ease;transition:all .15s ease;cursor:pointer;float:left;margin-bottom:15px;width:100%}.iconcol p{margin-bottom:13px!important}.iconcol img{border-radius:4px}.iconcol .listing-cover{width:100%;height:100%}.iconcol:hover .listing-cover{opacity:1}.testimonial-container{float:left;width:100%;display:inline;border-radius:4px}.testimonial-image{width:120px;height:120px;border-radius:4px;display:inline-block;float:left;box-shadow:0 10px 31px 0 rgba(7,152,255,.09)}.testimonial-text{position:relative;border:1px solid #f1f8ff;border-radius:4px;padding:20px;margin-left:141px;background-color:#fff;line-height:1.65em}.testimonial-text:before{content:" ";width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #f0f0f0;top:20px;left:-11px;position:absolute}.testimonial-text:after{content:" ";width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #fff;top:20px;left:-10px;position:absolute}.testimonial-author-line{font-size:14px;margin-left:141px;margin-top:18px}.testimonial-author{font-weight:500;font-size:14px;color:#222}.testimonial-container.type_class_2{float:none;width:100%;display:inline-block!important;margin-bottom:26px!important;text-align:center;margin:0 auto}.testimonial-container.type_class_2 .testimonial-text{position:relative;border:none;border-radius:4px;padding:0 15% 30px;margin-left:0;background-color:transparent;text-align:center}.testimonial-container.type_class_2 .testimonial-image{width:100px;height:100px;border-radius:50%;float:none;margin-left:auto;margin-right:auto;display:block;background-size:cover}.testimonial-container.type_class_2 .testimonial-author-line{font-size:14px;margin-left:0;margin-top:15px}.testimonial-container.type_class_2 .testimonial-text:after{display:none}.testimonial-container.type_class_2 .testimonial-text:before{display:none}.testimonial-slider-container .slick-next.slick-arrow{right:0;left:auto}.testimonial-slider-container .slick-prev.slick-arrow{left:0;right:auto}.testimonial-slider-container.slick-slider{margin:30px auto 50px}.testimonial-slider-container .slick-next.slick-arrow,.testimonial-slider-container .slick-prev.slick-arrow{top:50%;width:26px;height:51px;margin-top:-25px;border-radius:50%;background-color:transparent!important;color:#d2d2d2;z-index:2;padding:0!important}.testimonial-slider-container .slick-next.slick-arrow:before{content:'\e801';font-family:fontello;font-size:40px}.testimonial-slider-container .slick-prev.slick-arrow:before{content:'\e800';font-family:fontello;font-size:40px}.testimonial-slider-container .slick-next.slick-arrow:hover,.testimonial-slider-container .slick-prev.slick-arrow:hover{color:#0073e1}.testimonial-slider-container .slick-dots{position:absolute;width:100%;list-style:none;text-align:center;bottom:0;padding:0;margin-bottom:0;margin:0}.testimonial-slider-container.container_type_3 .slick-dots{bottom:-15px}.testimonial-slider-container .slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.testimonial-slider-container .slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.testimonial-slider-container .slick-dots li.slick-active button:before{opacity:.75;color:#0073e1}.testimonial-slider-container .slick-dots li button::before{font-family:"Font Awesome 5 Free";font-size:10px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"\f111";text-align:center;opacity:.25;color:#0073e1;-webkit-font-smoothing:antialiased}.testimonial-container.type_class_1{float:none;display:inline-block!important;margin:auto;padding:0 2% 10px}.testimonial-container.type_class_1 .testimonial-image{background-size:cover}.testimonial-container.type_class_3,.testimonial-container.type_class_4{background-color:#fff;padding:20px;box-shadow:0 10px 31px 0 rgba(7,152,255,.09)}.testimonial-container.type_class_4{padding:45px}.testimonial-container.type_class_4 .testimonial-text:before{display:none}.testimonial-container.type_class_3 .testimonial_title{font-size:20px;line-height:1.2em;font-weight:500;color:#222;text-align:center}.testimonial-container.type_class_3 .testimmonials_starts{text-align:center}.testimonial-container.type_class_4 .testimmonials_starts i{margin:14px 3px 0 3px;color:#ffc662;font-size:13px}.testimonial-container.type_class_3 .testimmonials_starts i{margin:14px 3px;color:#ffc662;font-size:13px}.testimonial-container.type_class_3 .testimonial-image,.testimonial-container.type_class_4 .testimonial-image{border-radius:120px;width:100px;height:100px;margin:26px auto 26px auto;float:none;display:block;background-size:cover}.testimonial-container.type_class_4 .testimonial-image{width:45px;height:45px;float:left;margin-top:0}.type_class_4 .testimonial-author-line{margin-left:20px;font-size:18px;color:#222;font-weight:500;display:inline-block;margin-top:0;line-height:1.65em}.type_class_4 .testimonial-text{margin-left:0;display:inline;width:100%;float:left;padding:0;border:0;line-height:1.65em}.type_class_4 .testimonial-location-line{margin-left:20px;display:inline-block;width:calc(100% - 75px)}.type_class_4 .testimmonials_starts{float:left}.testimonial-container.type_class_3 .testimonial-text{position:relative;border:none;border-radius:4px;padding:13px 26px;margin-left:0;background-color:#fff}.testimonial-container.type_class_3 .testimonial-text:after,.testimonial-container.type_class_3 .testimonial-text:before{display:none}.testimonial-container.type_class_3 .testimonial-author-line{color:#222;margin:0;padding:26px 0;text-align:center}.testimonial-slider-container .testimonial-container.type_class_3{width:33%;margin:0 13px}.testimonial-slider-container.container_type_3 .slick-prev.slick-arrow{left:-31px}.testimonial-slider-container.container_type_3 .slick-next.slick-arrow{right:-31px}.wpestate_posts_grid.vc_posts_grid{padding:0 15px}.wpestate_posts_grid.vc_posts_grid ul{margin:0 -15px}.wpestate_posts_grid .wpb_categories_filter,.wpestate_posts_grid.wpb_teaser_grid .categories_filter{padding:0 15px;margin-bottom:13px}.wpestate_posts_grid h2{font-size:18px;line-height:1.3em;margin-top:13px}.wpestate_posts_grid .vc_read_more{float:right;color:#0073e1;bottom:12px;font-size:12px;text-align:right;text-decoration:none}.wpestate_posts_grid.wpb_categories_filter li,.wpestate_posts_grid.wpb_teaser_grid .categories_filter li{background-color:#0073e1;color:#fff;padding:3px 13px;border-radius:3px}.wpestate_posts_grid.wpb_categories_filter .active,.wpestate_posts_grid.wpb_categories_filter li :hover,.wpestate_posts_grid.wpb_teaser_grid .categories_filter .active,.wpestate_posts_grid.wpb_teaser_grid .categories_filter li:hover{background-color:#393f48}.wpestate_posts_grid.wpb_categories_filter .active a,.wpestate_posts_grid.wpb_categories_filter .active a:hover,.wpestate_posts_grid.wpb_teaser_grid .categories_filter .active a,.wpestate_posts_grid.wpb_teaser_grid .categories_filter .active a:hover{text-decoration:none;border-bottom:none}.wpestate_posts_grid .wpb_categories_filter li a:hover,.wpestate_posts_grid.wpb_teaser_grid .categories_filter li a:hover{border-bottom:none}.wpestate_posts_grid.wpb_categories_filter li a,.wpestate_posts_grid.wpb_teaser_grid .categories_filter li a{color:#fff}.wpestate_posts_grid img{border-radius:4px}.wpb_alert-info.vc_alert_3d.wpestate_message{-webkit-box-shadow:0 3px 0 #afd9ee;box-shadow:0 3px 0 #afd9ee}.wpb_alert-success.vc_alert_3d.wpestate_message{-webkit-box-shadow:0 3px 0 #c1e2b3;box-shadow:0 3px 0 #c1e2b3}.wpb_alert-danger.vc_alert_3d.wpestate_message,.wpb_alert-error.vc_alert_3d.wpestate_message{-webkit-box-shadow:0 3px 0 #e4b9b9;box-shadow:0 3px 0 #e4b9b9}.wpestate_progress_bar.vc_progress_bar .vc_single_bar{background:#fdfdfd;position:relative;margin-bottom:11.666666666666666px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #f0f0f0}.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_blue .vc_label{text-shadow:none}.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_blue .vc_bar{background-color:#0073e1}.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_green .vc_label{text-shadow:none}.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_green .vc_bar{background-color:#16a085}.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_orange .vc_label{text-shadow:none}.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_orange .vc_bar{background-color:#fb6a5c}.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_red .vc_label{text-shadow:none}.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_red .vc_bar{background-color:#ed5565}.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_black .vc_label{text-shadow:none}.wpb_toggle.wpestate_toggle{background:0 0;padding:10px 13px 10px 13px;clear:both;margin-top:0;background-color:#f0f0f0;color:#333;font-size:15px;position:relative;border-top-left-radius:4px;border-top-right-radius:4px}h4.wpb_toggle.wpestate_toggle:after{content:"\f107";position:relative;font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;float:right;font-size:20px}.wpb_toggle.wpestate_toggle.wpb_toggle_title_active,h4.wpb_toggle.wpestate_toggle.wpb_toggle_title_active:after{color:#0073e1}h4.wpb_toggle.wpestate_toggle.wpb_toggle_title_active:after{content:"\f106"}.wpestate_cta_button{border-radius:4px}.wpb_call_to_action.wpestate_cta_button{background-color:#fdfdfd;border:1px solid #f0f0f0}.wpestate_cta_button2{border-radius:4px!important}.vc_call_to_action.wpestate_cta_button2{background-color:#fdfdfd!important;border:1px solid #f0f0f0!important}.vc_call_to_action.wpestate_cta_button2 hgroup h2{margin-bottom:5px}.wpestate_tabs .ui-widget{font-size:13px}.wpestate_tabs .wpb_content_element .wpestate_tabs .wpb_accordion_wrapper .wpestate_tabs .wpb_accordion_header,.wpestate_tabs .wpb_content_element.wpb_tabs .wpestate_tabs .wpb_tour_tabs_wrapper .wpb_tab{background-color:#fff}.wpestate_tabs .ui-widget-content{border:1px solid #f0f0f0;background:0 0;color:#768082;border-top:0;font-family:Roboto,sans-serif}.wpestate_tabs .ui-widget-header{border:none;background:#f0f0f0;color:#fff;font-weight:400;border-radius:4px}.wpestate_tabs .ui-tabs .ui-tabs-nav li{background-color:#f0f0f0;border:none;border-radius:4px;border-right:1px solid #fff;padding:3px 10px}.wpestate_tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-3px;padding-bottom:0;background-color:#fff;border-top:3px solid #0073e1;border-radius:4px}.wpestate_tabs .ui-state-active,.wpestate_tabs .ui-widget-content .ui-state-active,.wpestate_tabs .ui-widget-header .ui-state-active{border:none;background:#000;font-weight:500;color:#fff}.wpestate_tabs .wpb_accordion_wrapper .wpb_accordion_header,.wpestate_tabs.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{background-color:#fff}.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,.wpb_content_element.wpb_tabs.wpestate_tabs .wpb_tour_tabs_wrapper .wpb_tab{background-color:#fff}.wpestate_tabs .ui-state-default a,.wpestate_tabs .ui-state-default a:link,.wpestate_tabs .ui-state-default a:visited{color:#333;font-weight:400;font-size:15px}.wpestate_tabs .ui-state-active a,.wpestate_tabs .ui-state-active a:link,.wpestate_tabs .ui-state-active a:visited{color:#0073e1;font-weight:400;font-size:15px}.wpestate_tour .ui-widget{font-size:13px}.wpestate_tour .ui-widget-content{border:none;background:#fff;color:#768082;border-left:0}.wpestate_tour .ui-widget-header{background:#fdfdfd;color:#434953;font-weight:400;height:100%;border:1px solid #f0f0f0}.wpestate_tour .ui-state-default,.wpestate_tour .ui-widget-content .ui-state-default,.wpestate_tour .ui-widget-header .ui-state-default{border:none;background:#f0f0f0;color:#434953;font-weight:400;width:100%;padding:4px 0;border-radius:4px}.wpestate_tour.wpb_content_element .wpb_tabs_nav li.ui-tabs-active{background-color:#fff}.wpestate_tour .ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:0;padding-bottom:3px;border-left:3px solid #0073e1}.wpestate_tour .ui-state-default a,.wpestate_tour .ui-state-default a:link,.wpestate_tour .ui-state-default a:visited{color:#333;font-weight:400;font-size:15px}.wpestate_tour .ui-state-active a,.wpestate_tour .ui-state-active a:link,.wpestate_tour .ui-state-active a:visited{color:#0073e1}.wpb_tour.wpestate_tour .wpb_tour_tabs_wrapper .wpb_tab{padding:0 0 0 1em}.wpestate_tour .wpb_tour_next_prev_nav{padding-left:13px}.wpestate_tour .wpb_tour_next_prev_nav span{padding:0 0 1em 0}.wpestate_tour .wpb_tour_next_prev_nav a{border-bottom:none}.wpestate_tour .wpb_prev_slide:before{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f104";padding-right:5px}.wpestate_tour .wpb_next_slide:after{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f105";padding-left:5px}.wpestate_accordion .ui-widget,.wpestate_accordion_tab .ui-widget{font-size:13px}.wpestate_accordion_tab .ui-state-active,.wpestate_accordion_tab .ui-widget-content .ui-state-active,.wpestate_accordion_tab .ui-widget-header .ui-state-active{border:1px solid #f0f0f0;background:#fdfdfd;font-weight:400;color:#434953}.wpestate_accordion_tab .ui-state-active a,.wpestate_accordion_tab .ui-state-active a:link,.wpestate_accordion_tab .ui-state-active a:visited,.wpestate_accordion_tab .ui-state-default a,.wpestate_accordion_tab .ui-state-default a:link,.wpestate_accordion_tab .ui-state-default a:visited{color:#333;font-weight:400;font-size:15px;padding:10px}.wpestate_accordion_tab .ui-state-active a,.wpestate_accordion_tab .ui-state-active a:link,.wpestate_accordion_tab .ui-state-active a:visited{color:#0073e1}.ui-accordion .wpestate_accordion_tab .ui-accordion-header{padding:0}.wpestate_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,.wpestate_accordion.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{background:#f0f0f0}.wpestate_accordion_tab .ui-widget-content{border:1px solid #fdfdfd;background:#fff;color:#768082;line-height:22px;font-family:Roboto,sans-serif}.wpestate_accordion_tab .ui-state-default,.wpestate_accordion_tab .ui-widget-content .ui-state-default,.wpestate_accordion_tab .ui-widget-header .ui-state-default{color:#768082;border:none}.wpb_accordion.wpestate_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon,.wpb_accordion.wpestate_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon{display:block;width:16px;height:16px;background-image:none;background-repeat:no-repeat;position:absolute;right:10px;top:9px;color:#333;left:auto;bottom:auto;margin-top:0;background-position:0 0;text-indent:0}.wpb_accordion.wpestate_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:after,.wpb_accordion.wpestate_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:after{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f107";padding-right:5px;font-size:20px}.wpb_accordion.wpestate_accordion .wpb_accordion_wrapper .ui-accordion-header-active .ui-icon:after,.wpb_accordion.wpestate_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:after{content:"\f106";color:#0073e1}.wpestate_carousel .post-thumb{float:left;margin-right:13px}.wpestate_carousel .vc-carousel-control .icon-next:before{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f105";position:relative;top:0;color:#222}.wpestate_carousel .vc-carousel-control .icon-prev:before{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f104";position:relative;top:0;color:#222}.comment-form #submit,.wpresidence_button{text-shadow:none;margin-bottom:10px;text-transform:capitalize;padding:5px 34px;border:1px solid;line-height:28px;border-color:#0073e1;color:#fff;font-size:14px;font-weight:500;background-color:#0073e1;background-image:-webkit-gradient(linear,left top,right top,color-stop(50%,transparent),color-stop(50%,#0073e1));background-image:linear-gradient(to right,transparent 50%,#0073e1 50%);background-size:200% 100%;background-position:right bottom;display:inline-block;text-decoration:none}.wpresidence_button.wpresidence_button_elementor.elementor-button{width:100%;margin-right:0;border:1px solid #0073e6}.wpresidence_button_inverse{color:#0073e1;background-color:#fff;background-image:-webkit-gradient(linear,left top,right top,color-stop(50%,#0073e1),color-stop(50%,#fff));background-image:linear-gradient(to right,#0073e1 50%,#fff 50%)}.wpresidence_button.wpresidence_button_inverse:hover{color:#fff}#edit_review.wpresidence_button{width:auto;min-width:25%}.wpestate_item_list_sh{cursor:pointer;float:none}.wpestate_item_list_sh i{margin-right:10px}.comment-form #submit{margin-bottom:0}.comment-form #submit:hover,.wpresidence_button:hover{background-color:#0761b7;text-decoration:none;background-color:transparent;background-position:left bottom;color:#0073e6;border-color:#0073e6;transition:all .3s ease;webkit-transition:all .3s ease;-o-transition:all .3s ease;cursor:pointer}.wpresidence_button.agency_contact_but:hover,.wpresidence_button.developer_contact_button:hover{background-color:#333;border-color:#333;color:#fff}.wpresidence_success{background-color:#1abc9c}.dashboard-margin .wpresidence_success{background-color:#0073e1}.featured_agent_listings.wpresidence_button{position:absolute;bottom:15px;border:1px solid #0073e1;font-size:12px;left:20px;padding:0 10px;margin-bottom:0;line-height:24px}button.wpb_btn-large,span.wpb_btn-large{padding:9px 26px!important;font-size:13px!important;text-transform:uppercase;line-height:normal!important;-webkit-border-radius:4px!important;-moz-border-radius:4px!important;border-radius:4px!important;color:#fff}.wpb_btn-primary{background-color:#185271!important;border-bottom:3px solid #133f57!important}.wpb_btn-primary.active,.wpb_btn-primary.disabled,.wpb_btn-primary:active,.wpb_btn-primary:hover,.wpb_btn-primary[disabled]{background-color:#133f57!important;border-bottom:3px solid #133f57}.wpb_btn-info{background-color:#0073e1!important;border-bottom:3px solid #0761b7!important}.wpb_btn-info.active,.wpb_btn-info.disabled,.wpb_btn-info:active,.wpb_btn-info:hover,.wpb_btn-info[disabled]{background-color:#0761b7!important;border-bottom:3px solid #0761b7}.wpb_wpb_button{background-color:#7f8c8d;color:#fff}.wpb_btn-success{background-color:#1abc9c!important;border-bottom:3px solid #16a085!important}.wpb_btn-success.active,.wpb_btn-success.disabled,.wpb_btn-success:active,.wpb_btn-success:hover,.wpb_btn-success[disabled]{background-color:#16a085!important;border-bottom:3px solid #16a085}.wpb_btn-warning{background-color:#fb6a5c!important;border-bottom:3px solid #ee6557!important}.wpb_btn-warning.active,.wpb_btn-warning.disabled,.wpb_btn-warning:active,.wpb_btn-warning:hover,.wpb_btn-warning[disabled]{background-color:#ee6557!important;border-bottom:3px solid #ee6557}.wpb_btn-danger{background-color:#ed5565!important;border-bottom:3px solid #da4453!important}.wpb_btn-danger.active,.wpb_btn-danger.disabled,.wpb_btn-danger:active,.wpb_btn-danger:hover,.wpb_btn-danger[disabled]{background-color:#da4453!important;border-bottom:3px solid #da4453}.wpb_btn-inverse{background-color:#3c434d!important;border-bottom:3px solid #323840!important}.wpb_btn-inverse.active,.wpb_btn-inverse.disabled,.wpb_btn-inverse:active,.wpb_btn-inverse:hover,.wpb_btn-inverse[disabled]{background-color:#323840!important;border-bottom:3px solid #323840}.shortcode_title{padding-left:15px;margin-bottom:17px;clear:both;font-weight:500;width:100%}.article_container_grid .shortcode_title{padding-left:0}.shortcode_title_adv{margin-bottom:17px}.mdnopad{padding:0}.show-grid{margin:0;margin-bottom:26px}.firstcol{padding-left:0}.lastcol{padding-right:0}.shortcol{margin-bottom:26px}.label-success{background-color:#00e1a6}.article_container{margin:0 -15px;min-height:1px}.article_container_grid{margin:0}.listings_flex{display:flex;flex-direction:row;flex-wrap:wrap}.article_container.places_list_1{display:flex;margin:0 -15px 0 -30px}.article_container.places_list_1.multiple_rows{display:block}.elementor_places_wrapper h4,.elementor_places_wrapper h4 a,.places_list_1 h4,.places_list_1 h4 a{color:#fff}.article_container.places_list_2{margin:0}.wpestate_listing_sh_loader{display:none;position:relative;float:left;width:100%;margin:23px;height:80px;margin:20px 0 50px 0}#wpestate_sh_loading{width:100%;text-align:center;font-size:17px;color:#333;font-weight:300;float:left}#wpestate_sh_loading .spinner map_loader{margin-top:0}.wpestate_list_items_by_id_wrapper{display:flex;flex-direction:row;flex-wrap:wrap}.just_container_flex,.wpestate_latest_listings_sh{display:flex;flex-direction:row;flex-wrap:wrap;min-width:100%}.wpestate_latest_listings_sh{min-width:100%}.control_tax_wrapper{float:left;width:100%;padding:10px 15px;text-align:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center}.control_tax_sh{cursor:pointer;padding:2px 15px;color:#333;display:flex;font-size:14px;line-height:1.65em;font-weight:500;margin:0 15px 20px 15px;background-color:#f3f3f3;border-radius:4px;flex-wrap:wrap;width:auto;align-content:center;justify-content:center;align-items:center;float:left}.control_tax_sh:hover{color:#fff;background-color:#0073e1;transition:all .3s ease}.control_tax_sh svg{height:18px;z-index:10;max-width:20px}.control_tax_sh i,.control_tax_sh svg{margin-right:5px}.tax_active,.tax_active:hover{background:#0073e1;color:#fff;background-image:none}.listinglink-wrapper{float:left;margin:0 15px;clear:both}.listinglink-wrapper_sh_listings{float:left;width:100%;text-align:center;margin-bottom:40px;margin-top:0;height:40px}.article_container_grid .listinglink-wrapper_sh_listings{margin-top:30px}.listinglink-wrapper button,.listinglink-wrapper button a{color:#fff;bottom:0}.spinner{margin:100px auto;width:50px;height:30px;text-align:center;font-size:10px}#gmap-loading .spinner{margin:5px auto}.wpb_column>.wpb_wrapper :last-child,.wpb_column>.wpb_wrapper>.vc-element:last-child>.wpb_content_element,.wpb_column>.wpb_wrapper>.vc-element:last-child>.wpb_row{margin-bottom:auto}.video-container{position:relative;padding-bottom:56.25%;height:auto;overflow:hidden}.video-container embed,.video-container iframe,.video-container object,.video-container video{position:absolute;top:0;left:0;width:100%;height:100%}.wpb_video_widget .wpb_wrapper .wpb_video_wrapper{height:0}.wpb_video_widget .wpb_wrapper .wpb_video_wrapper{height:0;overflow:hidden}.hidden-idx{display:none}.dsidx-details #dsidx-description{background-image:none;clear:both;margin:5px 0 15px;position:relative;padding:10px;font-size:14px}#dsidx h3{margin-bottom:26px;border-bottom:none}.dsidx-standalone-disclaimer{display:none}div.dsidx-results-widget .dsidx-controls{border-top:0 dotted #ededed!important}.dsidx-results-widget .dsidx-slideshow-control{background-color:#fdfdfd;height:27px!important;position:absolute;padding:2px 25px 7px 25px!important}.dsidx-results-widget .dsidx-slideshow,.dsidx-results-widget .dsidx-slideshow li,.dsidx-results-widget .dsidx-slideshow ul{height:224px!important;overflow:hidden}.dsidx-results-widget,.dsidx-slideshow{padding:35px 0!important}.dsidx-details #dsidx-description{background-image:none;clear:both;margin:5px 0 15px;position:relative;padding:10px;font-size:14px}#dsidx h3{margin-bottom:26px;border-bottom:none}.dsidx-prop-title{font-size:18px;line-height:1.6em;font-weight:300}.dsidx-shortcode-item table,.dsidx-shortcode-map{margin-left:0!important}select.dsidx-resp-select{height:36px!important;border-radius:4px;color:#747c83!important}.dsidx-resp-area input[type=text],.dsidx-resp-area select{height:36px!important;border-radius:4px;color:#747c83!important;line-height:36px;padding-left:5px;border:1px solid #f0f0f0}.dsidx-resp-vertical .dsidx-resp-area-submit input[type=submit],.sidebar .dsidx-resp-area-submit input[type=submit]{width:100%;font-size:14px!important;text-transform:uppercase;line-height:normal!important;-webkit-border-radius:4px!important;-moz-border-radius:4px!important;border-radius:4px!important;background-color:#0073e1!important;border-bottom:3px solid #0761b7!important;color:#fff;margin-bottom:0!important;padding:9px 26px!important;border-top:0;border-left:0;border-right:0}.iosfixed{position:absolute!important;right:45px;left:auto;display:block!important}#property_area_submit_hidden,#property_city_submit_hidden{display:none}#lang_sel{z-index:999}#lang_sel a,#lang_sel a:visited{padding:5px 10px 5px 10px!important}#lang_sel a.lang_sel_sel{padding:0 10px!important}#lang_sel img.iclflag{top:-1px!important}.website-wrapper{width:100%;padding:.1px;overflow:auto}.single-estate_property .website-wrapper{overflow:unset}.snapjs-left .website-wrapper{position:fixed}.full_container_over{margin-right:-500px!important;padding-right:500px!important;margin-left:-500px!important;padding-left:500px!important}.slider_container{margin:0 0;width:100%;overflow:hidden}.shortcode_slider_wrapper{overflow:hidden;margin:0 -15px}.shortcode_slider_list{float:left;display:inline-block;white-space:nowrap;margin:0 0;max-width:100%}.slider_prop_wrapper{display:inline-block;white-space:normal;padding-right:15px;padding-left:15px;max-width:25%;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}.items_shortcode_wrapper_grid .agent_card_2,.slider_prop_wrapper .agent_card_2{padding:0}.shortcode_slider_list .slider_prop_wrapper{max-width:25%}.shortcode_slider_list .slider_prop_wrapper.three_per_row{max-width:33.33%}.shortcode_slider_list .shortcode-col.listing_wrapper{height:100%}.shortcode_slider_list .shortcode-col{padding:0 0 15px 0}.title_slider{margin-left:-15px;margin-top:15px}.saved_search_wrapper{width:100%;background-color:#fff;padding:16px;float:left;margin-top:15px}#search_name{margin-right:10px;width:74%;margin-top:0;float:left}#save_search_button{margin-bottom:0!important;line-height:1.1em;width:25%;padding:16px 34px}#save_search_notice{float:left;width:100%;font-size:14px;margin-bottom:5px;font-weight:500;padding-right:5px}#search_name{width:calc(75% - 15px);margin-right:15px;padding:0 13px;line-height:48px}.dashboard-margin .search_unit_wrapper{cursor:default}.advanced_search_notice{margin:0}.page-template-user_dashboard_searches .search_param{padding:0 13px}.search_unit_wrapper h4{padding:0 13px;margin-top:10px;margin-bottom:6px;float:left;width:100%}.front_plan_row,.front_plan_row_image{float:left;width:100%;margin-bottom:10px}.front_plan_row{background-color:#f8f8f8;padding:10px}.front_plan_row{cursor:pointer}.floor_details .bold_detail{font-weight:500;text-transform:capitalize}.front_plan_row:hover{color:#0073e1}.floor_title{width:29%;display:inline;float:left;font-weight:500;color:#222}.floor_details.floor_price_details{width:25%}.floor_details{width:15%;display:inline;float:right;text-align:right}.front_plan_row_image{display:none}.floor_image img{margin:0 auto}.floor_description{margin-top:10px;padding-left:10px;margin-bottom:20px}.floor_image{text-align:center}.download_docs{width:100%;font-weight:500;float:left;margin:15px 0;color:#222}.document_down{width:100%;display:flex;margin-bottom:15px;align-content:center;align-items:center}.document_down i,.document_down svg{margin-right:10px;font-size:25px}.print_body{width:calc(100% - 80px);padding:20px 40px 40px 40px;background:#fff;float:left;display:inline-block;height:auto}.print_body .printlogo{max-height:54px;width:auto}.print_title{font-size:25px;border-top:1px solid #f0f0f0;padding-top:20px}.print-addr,.print-price{font-size:16px;margin-bottom:10px}.print-addr{margin-bottom:30px}.print_header{margin-top:20px;width:100%;font-size:16px;font-weight:500;display:inline-block}.print_header h2{font-size:16px;font-weight:500;display:inline-block;background-color:#f0f0f0;padding:10px;margin-bottom:0}.print_body .multi_units_wrapper{padding:0;margin-bottom:0}.print_body .subunit_wrapper{padding-left:0}.print_agent .listing_detail,.print_wrapper .listing_detail{margin-bottom:5px;width:50%;display:inline-block}.front_plan_row.floor_print_class .floor_title{padding:0}.print-col-img img{margin-bottom:15px;width:100%}.agent_name{font-size:22px}.print-content{width:calc(100% - 40px);line-height:1.6em;border:1px solid #f0f0f0;padding:20px;font-size:14px;float:left}.print-content .col-md-4{width:33.3%;display:inline-block}.listing_detail_agent.col-md-4{width:100%}.agent_print_image{max-width:175px;display:inline-block;float:left;width:50%}.print_agent_wrapper{display:inline-block;width:50%}.front_plan_row.floor_print_class{background-color:transparent;border-top:1px solid #f0f0f0;padding-top:30px;pointer-events:none}.front_plan_row.floor_print_class:first-of-type{border:none}.floor_print_class .front_plan_row_image,.front_plan_row_image.floor_print_class{background-color:transparent}.floor_print_class img{width:100%;height:auto}.front_plan_row_image.floor_print_class{display:inline-block}.listing_detail_agent{margin-bottom:5px;line-height:1.3em;font-size:14px}.print-col-img{position:relative;margin-right:20px}.print_qrcode{position:absolute;top:-110PX;right:-23px;width:110px!important;height:110px!important}.printimg{margin-bottom:20px}.printimg img{width:100%}.printbreak{page-break-after:always;page-break-inside:avoid;width:100%}.print_property_subunits_wrapper .subunit_wrapper{border-bottom:1px solid #f0f0f0;position:relative}.print_property_subunits_wrapper .subunit_details{margin-top:10px}.print_property_subunits_wrapper img{max-height:100%!important}.print_property_subunits_wrapper .subunit_price{margin:6px 0}.print_property_subunits_wrapper .subunit_wrapper:nth-child(even){background-color:#fff}.print_property_subunits_wrapper h4.panel-title{display:none}.print_property_subunits_wrapper .print-content{float:left}.print_qrcode_subunit{position:absolute;top:0;right:0}.print_spacer{margin-bottom:40px;float:left;width:100%}@media print{#wrapper,body,html{width:100%;height:100%;position:relative}marquee{-moz-binding:none}body{overflow:visible!important}}.ui-slider .ui-slider-handle,.ui-slider .ui-slider-range{z-index:0!important}.adv_search_slider{float:left;padding-right:15px!important;height:53px}#primary .adv_search_slider,.adv-search-mobile .adv_search_slider{padding-right:0!important;margin-bottom:15px}.adv_search_slider label,.label_radius_search{color:#8593a9;font-weight:400}.advanced_search_sidebar .adv_search_slider{width:100%;float:left;height:auto;padding-right:15px!important;margin-bottom:15px}#adv-search-mobile .adv_search_slider{float:none;padding:0 5px!important}#advanced_search_shortcode .adv_search_slider{display:inline-block;width:100%}#advanced_search_shortcode .adv_search_slider p{margin-bottom:0;margin-top:-3px}.adv1-holder .adv_search_slider{width:100%;padding-right:5px!important}.slide_mobile{width:100%}#amount,#amount_wd{border:0;color:#0073e1!important;font-weight:500;margin-bottom:0;margin-top:0;height:10px}#primary .adv_search_slider label{float:left;margin-right:10px;margin-bottom:10px}#amount_wd{float:left;margin-bottom:10px}.geolocation_search_radius_wrapper,.wpestate_slider_radius_search{width:100%}.wpestate_slider_radius_search.ui-slider-horizontal{margin-left:0;margin-top:0;height:5px}.adv-search-mobile .wpestate_slider_radius_search.ui-slider-horizontal,.advanced_search_sidebar .wpestate_slider_radius_search.ui-slider-horizontal{margin-bottom:20px}.adv_search_slider #slider_price,.adv_search_slider .ui-slider{margin-left:7px;margin-top:0;height:5px;margin-bottom:0}#advanced_search_widget-2 .adv_search_slider .ui-slider{margin-bottom:0}.elementor-field-group .wpestate_slider_radius_search.ui-slider-horizontal{margin-bottom:0}#slider_price .ui-slider-handle,.adv_search_slider .ui-slider .ui-slider-handle,.wpestate_slider_radius_search .ui-slider-handle,.wpestate_slider_radius_search .ui-slider-handle.ui-corner-all.ui-state-default{margin-top:-2px;width:17px;height:17px;background-image:none;background-color:#fff}.ui-widget-header{border:1px solid #e78f08;background:#0073e1!important}.ui-slider .ui-slider-handle{border-radius:50%}.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #fbcb09;background-color:#e6e6e6!important;background-image:none;font-weight:500;color:#c77405}.label_radius_search{float:none!important}.ui-widget-content{color:#768082!important;background:#fff!important;background-image:none!important;border:1px solid #eef3f6!important;box-shadow:0 10px 31px 0 rgb(7 152 255 / 9%);max-width:500px}#slider_price.ui-widget-content,.adv_search_slider .ui-slider,.wpestate_slider_radius_search.ui-widget-content{max-width:100%}.adv_search_widget{float:left;width:100%;margin-bottom:15px}.adv_search_sh{display:inline-block;width:48%}.adv_search_sh p{margin-bottom:0;margin-top:-10px;float:left}#slider_price_widget,#slider_property_bathrooms_widget,#slider_property_bedrooms_widget,#slider_property_lot_size_widget,#slider_property_rooms_widget,#slider_property_size_widget{margin-left:7px;width:100%;max-width:100%;height:5px;margin-top:10px;margin-bottom:5px;float:left}#primary #slider_price_widget{margin-top:0}#slider_price_mobile .ui-slider-handle,#slider_price_sh .ui-slider-handle,#slider_price_widget .ui-slider-handle,#slider_property_bathrooms_widget .ui-slider-handle,#slider_property_bedrooms_widget .ui-slider-handle,#slider_property_lot_size_widget .ui-slider-handle,#slider_property_rooms_widget .ui-slider-handle,#slider_property_size_widget .ui-slider-handle{margin-top:-2px;width:17px;height:17px}#slider_price_mobile{height:5px}#slider_price_sh{margin-top:0;margin-bottom:0;margin-left:7px;height:5px}#amount_sh{height:32px;margin-bottom:0!important;color:#0073e1!important}#amount_mobile{color:#0073e1!important}#user_terms_register_mobile,#user_terms_register_topbar{margin:0 5px 0 0;float:left}#user_terms_register_mobile_label,#user_terms_register_topbar_label{float:left;width:205px;display:inline;margin-bottom:15px;cursor:pointer;margin-top:2px}#user_terms_register_mobile_label,#user_terms_register_topbar_label a{padding:0}#user_terms_register_mobile_label{margin-top:-15px;margin-left:25px}.shortcode-login #user_terms_register_sh_label{margin-top:4px;line-height:10px;cursor:pointer;margin-bottom:20px;float:left;width:90%}#user_terms_register_sh{float:left;margin-right:5px}#user_terms_register_wd{float:left;margin-right:5px;margin-top:5px}#user_terms_register_wd_label{width:auto;font-size:12px}#ajax_register_div #user_terms_register_sh_label{width:208px;margin-bottom:10px}.gpr_wrapper label{line-height:15px;vertical-align:top;width:auto;font-weight:400}.gpr_wrapper{margin-bottom:10px}.wpestate_gdpr_label{cursor:pointer}.comment-form-cookies-consent{margin-bottom:5px}.comment-form-cookies-consent label{line-height:15px;vertical-align:top}#add_new_plan_front_end{margin:10px 0 30px 0;cursor:pointer;background-color:#4ecb8f;color:#fff;padding:5px}.plan_row{float:left;width:100%;margin-top:20px;border:1px solid #f0f0f0;padding:20px}.floor_container{width:100%;max-width:100%!important;border:1px solid #f0f0f0;padding:0;float:left;position:relative;margin-bottom:20px;margin-left:0!important}.floor_container img{margin-bottom:20px}.floor_p{float:left;width:50%;margin-bottom:10px}.floor_full{float:left;width:100%;margin-bottom:10px}.plan_description,.plan_image{width:97.5%}.floor_container .floor_p{width:33%}.floor_container input{float:left;width:95%}.floor_upload_but{width:220px!important}#floor_submit{margin-left:10px;margin-top:0;display:inline-block}.floor_container i{position:absolute;top:0;left:0;background-color:#a51e6c;color:#fff;font-size:20px;padding:5px;cursor:pointer}#use_floor_plans{float:left;margin-bottom:20px;margin-top:1px;margin-right:5px}.manage_floor{float:left;color:#fff;margin-top:10px;border-radius:4px;margin-left:15px}.manage_floor:hover{color:#fff}.stripe_form_featured{display:none}.package_selected{border:1px solid #0073e12e}.package_selected .buypackage{background-color:#6c5dd3;color:#fff}.stripe_upgrade{display:inline-block;float:left}#package_pick .stripe-button-el{margin-bottom:10px}span.wpcf7-form-control-wrap{position:relative}.wpcf7-form-control-wrap textarea{width:100%}.wpcf7-form input[type=submit]{-webkit-appearance:none;min-width:145px;font-size:14px!important;text-transform:uppercase;line-height:normal!important;-webkit-border-radius:4px!important;-moz-border-radius:4px!important;border-radius:4px!important;background-color:#0073e1!important;border:none;color:#fff;margin-bottom:0!important;padding:9px 26px!important;font-weight:500}.wpcf7-acceptance-missing,.wpcf7-mail-sent-ok,.wpcf7-validation-errors{width:auto;float:left}.wpcf7-form p{margin-bottom:13px;font-size:13px;line-height:22px}.agent_contanct_form_sidebar .wpcf7-form-control{width:100%;border:1px solid #dde4e9}.wpcf7-form-control-wrap input{width:100%}.wpcf7-form-control-wrap input[type=checkbox]{width:15px}.wpcf7-form-control-wrap textarea{border:1px solid #dde4e9}.agent_contanct_form_sidebar .wpcf7 .col-md-4{width:100%}#all_wrapper{-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;webkit-overflow-scrolling:auto;position:relative;z-index:1;min-height:100vh;touch-action:pan-y;z-index:1;position:relative}@media screen and (max-width:990px){.stretched-row{padding-left:0!important;padding-right:0!important;left:0!important;width:auto!important}}.wpestate_megamenu_class:before{content:"";position:absolute;width:5000px;top:0;bottom:0;left:-100%;background-color:#fff;-webkit-box-shadow:3px 1px 20px 0 rgba(0,110,225,.08);box-shadow:3px 1px 20px 0 rgba(0,110,225,.08)}.header_wrapper.header_type4 .wpestate_megamenu_class:before{display:none}.is_boxed .wpestate_megamenu_class:before{display:none}#access .with-megamenu i{margin-right:9px}#access .with-megamenu i{margin-right:9px;height:100%;line-height:1.3em;transition:all .3s ease;color:#9eb5d6}#access .menu>li>a i{line-height:90px}.header_type5 #access .menu>li>a i{line-height:45px}.customnav #access .menu>li>a i,.customnav.header_type2 #access .menu>li>a i,.customnav.header_type2.hover_type_4 #access .menu>li>a i,.customnav.header_type3 #access .menu>li>a i,.customnav.header_type3.hover_type_4 #access .menu>li>a i{line-height:70px}.header_type3.hover_type_4 #access .menu>li>a i{line-height:59px}.header_type2 #access .menu>li>a i,.header_type3 #access .menu>li>a i{line-height:53px}.header_type2.hover_type_4 #access .menu>li>a i{line-height:59px}#access ul li.with-megamenu:hover>ul.sub-menu,#access ul li.with-megamenu>ul.sub-menu{top:90px;width:100%;margin-left:auto!important;margin-right:auto!important;left:0!important;right:0!important}.header_type5 #access ul li.with-megamenu:hover>ul.sub-menu,.header_type5 #access ul li.with-megamenu>ul.sub-menu{top:170px}.full_width_header .header_type1.header_left #access ul li.with-megamenu:hover>ul.sub-menu,.full_width_header .header_type1.header_left #access ul li.with-megamenu>ul.sub-menu{padding:13px 0;width:100%;max-width:1110px;margin-left:auto!important;margin-right:auto!important;left:0!important;right:0!important}.header_type2 #access ul li.with-megamenu:hover>ul.sub-menu,.header_type2 #access ul li.with-megamenu>ul.sub-menu{left:0}.header_type2 #access ul li.with-megamenu>ul.sub-menu{top:170px}.header_type2 #access ul li.with-megamenu:hover>ul.sub-menu{left:0;right:0;max-width:1100px}.header_type2.header_right #access ul li.with-megamenu:hover>ul.sub-menu{top:59px;left:73px;right:0}.header_type2.header_right #access ul li.with-megamenu:hover>ul.sub-menu,.header_type2.header_right #access ul li.with-megamenu>ul.sub-menu{left:auto;right:0}.full_width_header .header_type2.header_right #access ul li.with-megamenu:hover>ul.sub-menu{top:59px;left:auto;right:0}.full_width_header .header_type2.header_right.customnav #access ul li.with-megamenu:hover>ul.sub-menu{top:70px;left:auto;right:0}.header_type3 #access ul li.with-megamenu>ul.sub-menu{top:180px}.header_type3 #access ul li.with-megamenu:hover>ul.sub-menu{top:59px}.fixed_header #access ul li.with-megamenu:hover>ul.sub-menu,.fixed_header #access ul li.with-megamenu>ul.sub-menu{right:45px;left:auto}.has_header_type5 .fixed_header #access ul li.with-megamenu:hover>ul.sub-menu,.has_header_type5 .fixed_header #access ul li.with-megamenu>ul.sub-menu{right:auto;left:0}.has_header_type5 .fixed_header .header_type5.header_right #access ul li.with-megamenu:hover>ul.sub-menu,.has_header_type5 .fixed_header .header_type5.header_right #access ul li.with-megamenu>ul.sub-menu{right:0;left:auto}#access ul li.with-megamenu:hover>ul.sub-menu,.header_type5.header_right #access ul li.with-megamenu>ul.sub-menu{max-width:1110px}.is_boxed #access ul li.with-megamenu:hover>ul.sub-menu,.is_boxed .header_type5.header_right #access ul li.with-megamenu>ul.sub-menu{max-width:1200px}.header_wrapper.header_type2.header_left.navbar-fixed-top.customnav #access{padding-left:190px}.header_wrapper.header_type2.header_center.navbar-fixed-top.customnav #access{padding-left:190px;max-width:990px}.customnav #access ul li.with-megamenu:hover>ul.sub-menu,.full_width_header .header_type1.header_left.customnav #access ul li.with-megamenu:hover>ul.sub-menu,.full_width_header .header_type1.header_left.customnav #access ul li.with-megamenu>ul.sub-menu,.header_type2.customnav.header_center.customnav #access ul li:hover>ul,.header_type2.customnav.header_left.customnav #access ul li:hover>ul,.header_type2.customnav.header_right.customnav #access ul li:hover>ul{top:70px}.header_type2.customnav.header_center.customnav #access ul ul li:hover>ul,.header_type2.customnav.header_left.customnav #access ul ul li:hover>ul,.header_type2.customnav.header_right.customnav #access ul ul li:hover>ul{top:0}.fixed_header .header_type2.header_left #access ul li.with-megamenu:hover>ul.sub-menu,.fixed_header .header_type2.header_left #access ul li.with-megamenu>ul.sub-menu,.fixed_header .header_type3.header_left #access ul li.with-megamenu:hover>ul.sub-menu,.fixed_header .header_type3.header_left #access ul li.with-megamenu>ul.sub-menu{left:auto;right:0}.fixed_header .header_type2.header_center #access ul li.with-megamenu:hover>ul.sub-menu,.fixed_header .header_type2.header_center #access ul li.with-megamenu>ul.sub-menu,.fixed_header .header_type2.header_left #access ul li.with-megamenu:hover>ul.sub-menu,.fixed_header .header_type2.header_left #access ul li.with-megamenu>ul.sub-menu,.fixed_header .header_type3.header_center #access ul li.with-megamenu:hover>ul.sub-menu,.fixed_header .header_type3.header_center #access ul li.with-megamenu>ul.sub-menu,.fixed_header .header_type3.header_left #access ul li.with-megamenu:hover>ul.sub-menu,.fixed_header .header_type3.header_left #access ul li.with-megamenu>ul.sub-menu{left:0;right:0}.fixed_header .header_type2.header_right #access ul li.with-megamenu:hover>ul.sub-menu,.fixed_header .header_type2.header_right #access ul li.with-megamenu>ul.sub-menu,.fixed_header .header_type3.header_right #access ul li.with-megamenu:hover>ul.sub-menu,.fixed_header .header_type3.header_right #access ul li.with-megamenu>ul.sub-menu{left:auto;right:0}.customnav #access ul li.with-megamenu>ul.sub-menu{top:130px}.header_type2.customnav #access ul li.with-megamenu:hover>ul.sub-menu{top:70px;left:0}#access ul li.with-megamenu>ul.sub-menu{top:63px}#access li.with-megamenu{position:static}#access ul ul li.wpestate_megamenu_col_1{width:100%;float:left}#access ul ul li.wpestate_megamenu_col_2{width:50%;float:left}#access ul ul li.wpestate_megamenu_col_3{width:33.33%;float:left}#access ul ul li.wpestate_megamenu_col_4{width:25%;float:left}#access ul ul li.wpestate_megamenu_col_5{width:20%;float:left}#access ul ul li.wpestate_megamenu_col_6{width:16.66%;float:left}#access ul ul li.wpestate_megamenu_col_1.mega_menu_border,#access ul ul li.wpestate_megamenu_col_2.mega_menu_border,#access ul ul li.wpestate_megamenu_col_3.mega_menu_border,#access ul ul li.wpestate_megamenu_col_4.mega_menu_border,#access ul ul li.wpestate_megamenu_col_5.mega_menu_border,#access ul ul li.wpestate_megamenu_col_6.mega_menu_border{border-right:1px solid #f0f0f0}#access ul ul li.wpestate_megamenu_col_1,#access ul ul li.wpestate_megamenu_col_1 a,#access ul ul li.wpestate_megamenu_col_2,#access ul ul li.wpestate_megamenu_col_2 a,#access ul ul li.wpestate_megamenu_col_3,#access ul ul li.wpestate_megamenu_col_3 a,#access ul ul li.wpestate_megamenu_col_4,#access ul ul li.wpestate_megamenu_col_4 a,#access ul ul li.wpestate_megamenu_col_5,#access ul ul li.wpestate_megamenu_col_5 a,#access ul ul li.wpestate_megamenu_col_6,#access ul ul li.wpestate_megamenu_col_6 a{color:#222;font-size:14px;font-weight:400;height:auto;line-height:1.4em;padding:7px 13px;text-transform:none;overflow:hidden}#access ul ul li.wpestate_megamenu_col_1,#access ul ul li.wpestate_megamenu_col_2,#access ul ul li.wpestate_megamenu_col_3,#access ul ul li.wpestate_megamenu_col_4,#access ul ul li.wpestate_megamenu_col_5,#access ul ul li.wpestate_megamenu_col_6{opacity:0;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease;margin-top:-5px}#access ul li.with-megamenu:hover>ul.sub-menu li{transition-delay:.3s;opacity:1;margin-top:3px}#access ul li.with-megamenu:hover>ul.sub-menu li:nth-of-type(2){transition-delay:.4s}#access ul li.with-megamenu:hover>ul.sub-menu li:nth-of-type(3){transition-delay:.55s}#access ul li.with-megamenu:hover>ul.sub-menu li:nth-of-type(4){transition-delay:.7s}#access ul li.with-megamenu:hover>ul.sub-menu li:nth-of-type(5){transition-delay:.85s}#access ul li.with-megamenu:hover>ul.sub-menu li:nth-of-type(6){transition-delay:.9s}#access ul li.with-megamenu:hover>ul.sub-menu li>ul.sub-menu li{transition-delay:0s}#access ul ul li.wpestate_megamenu_col_1 a.menu-item-link,#access ul ul li.wpestate_megamenu_col_2 a.menu-item-link,#access ul ul li.wpestate_megamenu_col_3 a.menu-item-link,#access ul ul li.wpestate_megamenu_col_4 a.menu-item-link,#access ul ul li.wpestate_megamenu_col_5 a.menu-item-link,#access ul ul li.wpestate_megamenu_col_6 a.menu-item-link{font-size:14px;color:#222;font-weight:500}.customnav #access ul ul li.wpestate_megamenu_col_1,.customnav #access ul ul li.wpestate_megamenu_col_1 a,.customnav #access ul ul li.wpestate_megamenu_col_2,.customnav #access ul ul li.wpestate_megamenu_col_2 a,.customnav #access ul ul li.wpestate_megamenu_col_3,.customnav #access ul ul li.wpestate_megamenu_col_3 a,.customnav #access ul ul li.wpestate_megamenu_col_4,.customnav #access ul ul li.wpestate_megamenu_col_4 a,.customnav #access ul ul li.wpestate_megamenu_col_5,.customnav #access ul ul li.wpestate_megamenu_col_5 a,.customnav #access ul ul li.wpestate_megamenu_col_6,.customnav #access ul ul li.wpestate_megamenu_col_6 a{padding:7px 13px}.customnav #access ul ul li.wpestate_megamenu_col_1 .widget-container a,.customnav #access ul ul li.wpestate_megamenu_col_1 li:last-of-type .widget-container a,.customnav #access ul ul li.wpestate_megamenu_col_2 .widget-container a,.customnav #access ul ul li.wpestate_megamenu_col_2 li:last-of-type .widget-container a,.customnav #access ul ul li.wpestate_megamenu_col_3 .widget-container a,.customnav #access ul ul li.wpestate_megamenu_col_3 li:last-of-type .widget-container a,.customnav #access ul ul li.wpestate_megamenu_col_4 .widget-container a,.customnav #access ul ul li.wpestate_megamenu_col_4 li:last-of-type .widget-container a,.customnav #access ul ul li.wpestate_megamenu_col_5 .widget-container a,.customnav #access ul ul li.wpestate_megamenu_col_5 li:last-of-type .widget-container a,.customnav #access ul ul li.wpestate_megamenu_col_6 .widget-container a,.customnav #access ul ul li.wpestate_megamenu_col_6 li:last-of-type .widget-container a{padding:3px 0}.customnav #access ul ul li.wpestate_megamenu_col_1 li:last-of-type a,.customnav #access ul ul li.wpestate_megamenu_col_2 li:last-of-type a,.customnav #access ul ul li.wpestate_megamenu_col_3 li:last-of-type a,.customnav #access ul ul li.wpestate_megamenu_col_4 li:last-of-type a,.customnav #access ul ul li.wpestate_megamenu_col_5 li:last-of-type a,.customnav #access ul ul li.wpestate_megamenu_col_6 li:last-of-type a{padding:7px 13px 0 13px}#access ul ul li.wpestate_megamenu_col_1 li:last-of-type a,#access ul ul li.wpestate_megamenu_col_2 li:last-of-type a,#access ul ul li.wpestate_megamenu_col_3 li:last-of-type a,#access ul ul li.wpestate_megamenu_col_4 li:last-of-type a,#access ul ul li.wpestate_megamenu_col_5 li:last-of-type a,#access ul ul li.wpestate_megamenu_col_6 li:last-of-type a{padding:7px 13px 0 13px}#access ul ul li.wpestate_megamenu_col_1 li:last-of-type .widget-container a,#access ul ul li.wpestate_megamenu_col_2 li:last-of-type .widget-container a,#access ul ul li.wpestate_megamenu_col_3 li:last-of-type .widget-container a,#access ul ul li.wpestate_megamenu_col_4 li:last-of-type .widget-container a,#access ul ul li.wpestate_megamenu_col_5 li:last-of-type .widget-container a,#access ul ul li.wpestate_megamenu_col_6 li:last-of-type .widget-container a{padding:7px 0}#access ul li.with-megamenu ul ul{left:0;margin:0;top:0;width:100%;border:none!important;box-shadow:none}#access .menu>.with-megamenu:hover ul ul{visibility:visible;opacity:1;padding-top:0;margin-left:1px;position:Relative;left:0;margin:0;top:0;width:100%;border:none!important;box-shadow:none;background:Transparent}#access .with-megamenu ul ul a{border:none}.with-megamenu .sub-menu li:hover{background-color:transparent}#access .with-megamenu .sub-menu li:hover>a,#access .with-megamenu .sub-menu li:hover>a:active,#access .with-megamenu .sub-menu li:hover>a:focus{color:#0073e1}#access ul ul li.wpestate_megamenu_col_1 .megamenu-title:hover a,#access ul ul li.wpestate_megamenu_col_2 .megamenu-title:hover a,#access ul ul li.wpestate_megamenu_col_3 .megamenu-title:hover a,#access ul ul li.wpestate_megamenu_col_4 .megamenu-title:hover a,#access ul ul li.wpestate_megamenu_col_5 .megamenu-title:hover a,#access ul ul li.wpestate_megamenu_col_6 .megamenu-title:hover a{color:#0073e1}#access .with-megamenu .sub-menu .menu-item-has-children>a:after{display:none}#access .with-megamenu .sub-menu li:hover{color:inherit}#access ul ul li.wpestate_megamenu_col_1 .megamenu-title,#access ul ul li.wpestate_megamenu_col_1 .megamenu-title a,#access ul ul li.wpestate_megamenu_col_2 .megamenu-title,#access ul ul li.wpestate_megamenu_col_2 .megamenu-title a,#access ul ul li.wpestate_megamenu_col_3 .megamenu-title,#access ul ul li.wpestate_megamenu_col_3 .megamenu-title a,#access ul ul li.wpestate_megamenu_col_4 .megamenu-title,#access ul ul li.wpestate_megamenu_col_4 .megamenu-title a,#access ul ul li.wpestate_megamenu_col_5 .megamenu-title,#access ul ul li.wpestate_megamenu_col_5 .megamenu-title a,#access ul ul li.wpestate_megamenu_col_6 .megamenu-title,#access ul ul li.wpestate_megamenu_col_6 .megamenu-title a{font-weight:500;border:none;text-transform:uppercase}#access ul ul ul .megamenu-demos ul{display:block}.megamenu-demos img{border:1px solid #f0f0f0;width:100%}#access .with-megamenu .widget-container{margin-bottom:0}#access ul ul li.wpestate_megamenu_col_1 .widget-container a,#access ul ul li.wpestate_megamenu_col_2 .widget-container a,#access ul ul li.wpestate_megamenu_col_3 .widget-container a,#access ul ul li.wpestate_megamenu_col_4 .widget-container a,#access ul ul li.wpestate_megamenu_col_5 .widget-container a,#access ul ul li.wpestate_megamenu_col_6 .widget-container a{padding:3px 0!important}#access .with-megamenu .widget-title-sidebar{font-size:14px;font-weight:500;margin-bottom:6px}#access .with-megamenu .megamenu-title a{padding-top:0;color:#222;font-size:15px;margin:5px 0}#access .with-megamenu ul ul ul{display:block}.with-megamenu .widget li,.with-megamenu .widget-container li{font-size:14px;width:100%;border:none;margin-bottom:0;padding-bottom:8px}.with-megamenu .widget_nav_menu li:before,.with-megamenu .widget_pages li:before,.with-megamenu .widget_recent_entries li:before,.with-megamenu .widget_rss li:before,.with-megamenu .widget_text li:before{margin:7px 13px 0 0}.wpestate_property_description{background-color:#fff;padding:30px;display:inline-block;width:100%;min-height:1px;line-height:1.6em;margin-bottom:30px}.wpestate_estate_property_slider_section_wrapper .post-carusel .item{height:100%}.wpestate_estate_property_slider_section_wrapper #carousel-listing,.wpestate_estate_property_slider_section_wrapper #carousel-listing .carousel-inner,.wpestate_estate_property_slider_section_wrapper #carousel-listing.carouselvertical,.wpestate_estate_property_slider_section_wrapper #carousel-listing.post-carusel .item,.wpestate_estate_property_slider_section_wrapper .carouselvertical{height:100%!important;min-height:150px!important}.wpestate_estate_property_slider_section_wrapper .carouselvertical .carousel-inner{max-width:100%}.col-md-9.rightmargin .wpestate_estate_property_slider_section_wrapper .carouselvertical .carousel-inner{max-width:680px}.wpestate_estate_property_design_agent .agentpic-wrapper{max-width:313px;padding-left:0;min-width:fit-content;padding:0}.elementor-widget .wpestate_estate_property_design_agent .agentpic-wrapper{width:100%;max-width:100%}.elementor-widget .wpestate_estate_property_design_agent.property_desing_agent_two_col .agentpic-wrapper{width:50%;max-width:340px}.wpestate_estate_property_design_agent .mydetails{width:auto;display:none}.wpestate_estate_property_design_agent .agent_details{width:auto;left:15px}.wpestate_estate_property_design_agent .agent_contanct_form{margin-left:0;margin-right:0}.wpestate_estate_property_design_related_listings .mylistings{margin-left:-15px;margin-right:-15px}.property_custom_detail_wrapper{display:inline-block;min-height:1px}.wpestate_estate_property_design_gallery{list-style:none;margin:0;display:inline-block;min-height:1px}.wpestate_estate_property_design_gallery li{display:inline;float:left}.wpestate_estate_property_design_intext_details #add_favorites{position:relative;top:auto;right:auto;cursor:pointer;display:inline-block;background-color:#a6b3bb;color:#fff;padding:0 10px;border-radius:4px}.wpestate_estate_property_design_intext_details #add_favorites.isfavorite{background:#0073e1}.wpestate_estate_property_design_intext_details #add_favorites.isfavorite i{display:none}.wpestate_estate_property_design_intext_details .no_views{float:none;display:inline-block}.wpestate_estate_property_design_intext_details #print_page,.wpestate_estate_property_design_intext_details .share_facebook,.wpestate_estate_property_design_intext_details .share_google,.wpestate_estate_property_design_intext_details .share_pinterest,.wpestate_estate_property_design_intext_details .share_tweet{float:none;font-size:17px;margin-left:13px}.wpestate_estate_property_details_section{position:relative;display:inline-block;width:100%}.wpestate_estate_property_details_section .google_map_shortcode_wrapper{position:relative;min-height:400px;width:100%;float:left}.wpestate_estate_property_design_agent.property_desing_agent_one_col .agent_details{width:100%;margin:15px 0 0 0;padding:0;float:left;display:inline-block;min-height:auto}.wpestate_estate_property_design_agent.property_desing_agent_one_col .agent_detail,.wpestate_estate_property_design_agent.property_desing_agent_one_col .agent_details h3,.wpestate_estate_property_design_agent.property_desing_agent_one_col .agent_position{padding-left:0!important;margin-left:0!important}#ihf-main-container .carousel-control{top:50%!important}#ihf-main-container .carousel-control{height:auto;background:0 0;border:none}#ihf-main-container .carousel-caption{background:0 0}#ihf-main-container .modal{width:auto;margin-left:0;background-color:transparent;border:0}.ihf-results-links>a:nth-child(1){display:none}#ihf-main-container .modal-dialog{left:0!important}.custom_span_header{float:left;display:inline;font-size:15px}.custom_span_header i{margin-right:5px}.property_unit_custom_element,.property_unit_custom_element i{display:inline-block}.property_unit_custom.col-md-12{padding:0}.property_unit_custom_agent_face{width:50px;height:50px;border-radius:50%;float:left;background-size:cover;background-position:50% 50%;border:2px solid #f0f0f0}.property_listing.property_listing_custom_design img{border:none}.property_listing.property_listing_custom_design{padding-bottom:0}.custom_separator{border-top:1px solid #dde4e9;width:100%}.no_content_area_back_color .agent_contanct_form,.page_template_loader .vc_row.no_content_area_back_color{background-color:transparent;padding:0;margin:0 -8px}.property_unit_custom_element.featured_icon:empty,.property_unit_custom_element.property_status:empty{display:none}.compare-action.text_compare,.icon-fav.favorite-text,.share_list.text_share{background-image:none!important}.property_unit_custom{line-height:1}.icon-fav.custom_fav,.icon-fav.custom_fav.icon-fav-on{background-image:none!important;border:none}.icon-fav.custom_fav:before{content:"\f08a";font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400}.icon-fav.custom_fav.icon-fav-on{background-image:none!important}.icon-fav.custom_fav.icon-fav-on:before{content:"\f004";font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400}#colophon .social_sidebar_internal,#primary .social_sidebar_internal{margin-bottom:-10px;display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;justify-content:flex-start;align-items:center;gap:10px}#primary .social_sidebar_internal a{position:relative;width:52px;height:52px}#primary .social_sidebar_internal i{-moz-osx-font-smoothing:grayscale;width:22px;height:22px;position:absolute;top:50%;left:50%;margin:-10px 0 0 -11px}.elementor_places_wrapper,.listing_wrapper.col-md-12{width:100%}.elementor_places_wrapper,.elementor_places_wrapper .property_listing{max-width:100%;float:left}.elementor_wpresidece_grid{margin-left:0;margin-right:0}.listing_wrapper.col-md-12 .custom_property_image_wrapper{position:absolute;top:0;left:0}.listing_wrapper.col-md-12>.property_listing.property_listing_custom_design{min-height:169px}.listing_wrapper.col-md-12 .property_listing.property_listing_custom_design{padding-left:280px}.listing_wrapper.col-md-12 .property_listing.property_listing_custom_design h4{padding-left:0}.listing_wrapper.col-md-12>.property_listing.property_listing_custom_design .carousel-inner{max-width:100%}.listing_wrapper.col-md-12>.property_listing.property_listing_custom_design .carousel-inner img{width:auto}.listing_wrapper.col-md-12 .property_listing.property_listing_custom_design{padding-left:33%}.wrap_custom_image{position:absolute;top:0;left:0;width:auto;height:100%;overflow:hidden;background:#f7f7f7}#google_map_prop_list_sidebar .wrap_custom_image,.col-md-9.col-md-push-3.rightmargin .wrap_custom_image,.col-md-9.rightmargin .wrap_custom_image{max-width:43%}#google_map_prop_list_sidebar .listing_wrapper.col-md-12 .property_listing.property_listing_custom_design,.col-md-9.col-md-push-3.rightmargin .listing_wrapper.col-md-12 .property_listing.property_listing_custom_design,.col-md-9.rightmargin .listing_wrapper.col-md-12 .property_listing.property_listing_custom_design{padding-left:43%}.wrap_custom_image img{width:100%;height:auto}.wrap_custom_image .property_unit_custom_element.image{padding:0!important;margin:0!important}.listing_wrapper.col-md-12>.property_listing.property_listing_custom_design .carousel-inner{max-width:100%;height:100%}.listing_wrapper.col-md-12>.property_listing.property_listing_custom_design .carousel,.listing_wrapper.col-md-12>.property_listing.property_listing_custom_design .listing-unit-img-wrapper{position:inherit}.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;padding-top:10px;margin-top:-10px}.estate_places_slider .slick-track{padding-top:0;margin-top:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-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)}.shortcode_slider_list .slick-track{display:flex!important;flex-direction:row;flex-wrap:initial!important;min-width:100%}.shortcode_slider_list .slick-slide{height:inherit!important}.slick-track{position:relative;top:-10px;left:0;padding-top:15px;display:block}.theme_slider_2 .slick-track{padding-top:0}.property_multi_image_slider .slick-track{padding-top:0;top:0}.slick-track:after,.slick-track:before{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}.shortcode_slider_wrapper{overflow:initial}.shortcode_slider_wrapper button.slick-prev.slick-arrow{padding-left:0}button.slick-next.slick-arrow,button.slick-prev.slick-arrow{top:-42px;cursor:pointer;color:#fff;border:none;position:absolute;background-color:#f7f8f8;width:40px;height:40px;border-radius:4px;color:#0274e2}button.slick-next.slick-arrow{right:15px;left:auto}button.slick-prev.slick-arrow{right:60px;left:auto}button.slick-next.slick-arrow:hover,button.slick-prev.slick-arrow:hover{color:#fff}.slider_container .slick-slider{margin-bottom:40px;position:relative;min-width:100%}.slider_container button.slick-prev.slick-arrow:before,.wpestate_property_schedule_dates_wrapper button.slick-prev.slick-arrow:before{content:'\f060';font-family:"Font Awesome 5 Free";font-size:14px;line-height:40px;opacity:1;font-weight:900}.slider_container button.slick-next.slick-arrow:before,.wpestate_property_schedule_dates_wrapper button.slick-next.slick-arrow:before{content:'\f061';font-family:"Font Awesome 5 Free";font-size:14px;line-height:40px;opacity:1;font-weight:900}.featured_property .slider_container i{font-size:25px}.slider_container button{webkit-transition:background-color .1s linear;-o-transition:background-color .1s linear;transition:background-color .1s linear}.slider_container button:hover{color:#fff;background-color:#0274e2}.slider_container .slick-dots{position:absolute;width:100%;list-style:none;text-align:center;margin:0}.bottom-post.slider_container .slick-dots{bottom:-45px}.bottom-post.slider_container .slick-slider{margin-bottom:60px}.slider_container .slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button:focus,.slider_container .slick-dots li button:hover{outline:0}.slider_container .slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slider_container .slick-dots li.slick-active button:before{opacity:.75;color:#0073e1}.slider_container .slick-dots li button::before{font-family:"Font Awesome 5 Free";font-size:10px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"\f111";text-align:center;opacity:.25;color:#0073e1;-webkit-font-smoothing:antialiased;font-weight:700}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;margin-top:-10px;padding:0;cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.arrow_class_sideways button.slick-next.slick-arrow,.wpestate_property_schedule_dates_wrapper button.slick-next.slick-arrow{top:50%;margin-top:-35px;right:-80px;border:none;position:absolute;background-color:#f7f8f8;width:40px;height:40px;border-radius:4px;color:#0274e2;transition:all .3s ease;padding-left:0;font-size:0}.arrow_class_sideways button.slick-next.slick-arrow:hover,.arrow_class_sideways button.slick-prev.slick-arrow:hover,.wpestate_property_schedule_dates_wrapper button.slick-next.slick-arrow:hover,.wpestate_property_schedule_dates_wrapper button.slick-prev.slick-arrow:hover{color:#fff;background-color:#0274e2}.arrow_class_sideways button.slick-prev.slick-arrow,.wpestate_property_schedule_dates_wrapper button.slick-prev.slick-arrow{left:-80px;top:50%;margin-top:-35px;padding-left:0;border:none;position:absolute;background-color:#f7f8f8;width:40px;height:40px;border-radius:4px;color:#0274e2;transition:all .3s ease;font-size:0}.wpestate_property_schedule_dates_wrapper button.slick-next.slick-arrow{top:75px;right:0;z-index:9;background-color:#f7f8f8}.wpestate_shedule_tour_wrapper_type2 .slick-slide.wpestate_property_schedule_singledate_wrapper{min-width:72px}#primary_sidebar_wrapper .wpestate_property_schedule_dates_wrapper button.slick-next.slick-arrow,.wpestate_shedule_tour_wrapper_type2 .wpestate_property_schedule_dates_wrapper button.slick-next.slick-arrow{right:-20px}.wpestate_property_schedule_dates_wrapper button.slick-prev.slick-arrow{top:75px;left:0;z-index:9;background-color:#f7f8f8}#primary_sidebar_wrapper .wpestate_property_schedule_dates_wrapper button.slick-next.slick-arrow,#primary_sidebar_wrapper .wpestate_property_schedule_dates_wrapper button.slick-prev.slick-arrow{width:30px;height:30px}#primary_sidebar_wrapper .wpestate_property_schedule_dates_wrapper button.slick-next.slick-arrow:before,#primary_sidebar_wrapper .wpestate_property_schedule_dates_wrapper button.slick-prev.slick-arrow:before{line-height:30px}#primary_sidebar_wrapper .wpestate_property_schedule_dates_wrapper button.slick-prev.slick-arrow,.wpestate_shedule_tour_wrapper_type2 .wpestate_property_schedule_dates_wrapper button.slick-prev.slick-arrow{left:-20px}.property_listing.places_listing .property_location{color:#f7f7f7;line-height:30px;font-size:14px;border:0}.property_listing.places_listing{min-height:400px;width:100%;background-position:center;background-size:cover}.property_listing_square.places_listing{height:75px;width:75px;background-position:center;background-size:cover;border-radius:4px;display:inline-block;margin-right:15px;position:relative;overflow:hidden}.property_listing_square_details{display:flex;flex-direction:column;justify-content:center}.listing_wrapper_desgin_3{display:flex}.listing_wrapper_desgin_3 h4{display:inline-block;margin-bottom:10px}.listing_wrapper_desgin_3 .property_location_type_3{color:#8593a9;line-height:16px}.elementor_places_wrapper .property_listing.places_listing{min-height:100px;border:none}.blog_unit_image img,.property_listing.places_listing img{border:none;border-top-left-radius:4px;border-top-right-radius:4px}.col-md-9.rightmargin .col-md-4 .blog_unit_image img{max-height:141px;width:auto}.places_listing .listing-unit-img-wrapper{overflow:hidden}.elementor_residence_grid{min-height:150px}.elementor_residence_grid_inside{background-color:#ccc;min-height:150px;width:100%;margin-bottom:10px}.places_wrapper_type_2,.places_wrapper_type_3{width:100%;height:370px;text-align:center;background-position:center;background-size:cover;transition:all .4s ease;height:400px;position:relative}.places_type_2_content{position:absolute;left:0;right:0;bottom:13%;text-align:center;color:#fff}.places_type_2_listings_no{font-size:14px;text-transform:capitalize;text-align:center;color:#fff;background:#3872e1;display:inline-block;padding:1px 9px;margin-top:7px;border-radius:4px}.places_type_2_tagline{text-align:center;color:#fff;font-size:15px}.places_wrapper_type_2 h4{margin-bottom:5px}.places_wrapper_type_2 h4 a{font-size:28px;text-align:center;cursor:pointer;color:#fff}.places_wrapper_type_1 .places_cover,.places_wrapper_type_2 .places_cover,.places_wrapper_type_3 .places_cover{width:100%;height:100%;background-color:#1d293e;opacity:.3;top:0;left:0;transition:all .4s ease;cursor:pointer;border-radius:4px}.listing_wrapper_desgin_3 .places_cover,.places_list_1 .places_cover,.places_wrapper_type_1 .places_cover{position:absolute;z-index:1;width:100%;height:100%;transition:all .4s ease}.places_list_1 h4,.places_wrapper_type_1 h4{position:Relative;z-index:10;padding-top:20px}.places_wrapper_type_1 h4.realtor_name{position:absolute;bottom:35px;left:0;right:20px}.places_list_1 .property_location,.places_wrapper_type_1 .property_location{z-index:10}.featured_property_type2:hover .places_cover,.places_wrapper_type_2:hover .places_cover,.places_wrapper_type_3:hover .places_cover{opacity:.15}.places_cover.agent_grid_elementor{background-color:transparent;background-image:linear-gradient(194deg,rgb(255 255 255 / 0) 0,rgb(2 2 2 / 20%) 100%);opacity:1}.places_wrapper_type_3{height:300px}.places_wrapper_type_3 .places_cover{border-radius:10px;opacity:.1}.places_type_3_content{display:inline-block;width:100%;margin-bottom:15px}.places_type_3_content h4{margin-bottom:5px;margin-top:15px;font-size:16px}.places_type_3_content h4 a{font-size:16px;font-weight:500}.places_type_3_listings_no{font-size:14px;font-weight:400;color:#5d6475}.with_search_2 #openmap{bottom:0}.featured_property.featured_property_type1 .featured_div{z-index:99;float:left;bottom:auto}.featured_property_type1 .wpresidence_button{padding:0 10px;font-size:12px}.featured_property{width:100%;position:relative;border-radius:4px;border:1px solid #f1f8ff;transition:.3s ease-out;max-width:940px}.featured_property.featured_property_type1{overflow:hidden}.featured_property_type1 .featured_gradient,.featured_property_type2 .featured_gradient,.featured_property_type3 .featured_gradient,.property_slider2_wrapper .featured_gradient{background-image:none;background-color:#1d293e;opacity:.15}.featured_prop_type4 .featured_gradient{opacity:.4;background-color:rgba(29,41,62,.2);background-image:linear-gradient(to right top,#000,rgba(0,0,0,0) 54%)}.featured_property .featured_img{position:relative}.featured_cover{cursor:pointer}.featured_property .listing-cover{display:none}.featured_property .listing-cover-plus{top:50%}.featured_property:hover .featured_secondline{background-color:#fff}.featured_property:hover .listing-cover{opacity:1}.featured_property:hover .listing-cover-plus{display:none}.featured_property:hover h2 a{color:#0073e1}.featured_property h2,.featured_property h2 a{font-size:20px;line-height:1.6em;margin-top:0;margin-bottom:-3px}.featured_property .price_label{float:right}.featured_secondline{width:100%;position:relative;background-color:#fff;color:#fff;height:82px;z-index:11;padding:15px;font-size:14px;cursor:pointer;margin-top:-45px}.agent_face{width:68px;height:52px;display:inline;float:left;padding-right:15px;overflow:hidden;border-radius:4px}.agent_face img{border:none!important}.agent_face:hover .agent_face_details{display:block}.agent_face_details{width:310px;height:110px;background-color:#fdfdfd;position:absolute;bottom:15px;left:79px;z-index:101;padding:13px;display:none;box-shadow:0 10px 31px 0 rgba(7,152,255,.09)}.agent_face_details:after{content:" ";width:0;height:0;border-bottom:10px solid transparent;border-top:10px solid transparent;border-right:10px solid #fdfdfd;top:50%;left:-10px;position:absolute;margin-top:-6px}.agent_face_details:before{content:" ";width:0;height:0;border-bottom:10px solid transparent;border-top:10px solid transparent;border-right:10px solid #f0f0f0;top:50%;left:-11px;position:absolute;margin-top:-6px}.agent_face_details img{border-bottom:none!important;border-radius:4px;float:left;margin-right:13px;height:80px;width:80px}.agent_face_details h4{display:inline;float:left;margin-right:13px;margin-bottom:0}.agent_face_details .agent_position{display:inline;float:left;width:55%;color:#222}.featured_prop_price{position:absolute;right:13px;top:19px;color:#0073e1;font-size:20px;font-weight:500}.featured_property_type1 .featured_prop_price{position:absolute;bottom:97px;left:15px;z-index:10;font-size:13px;line-height:1.5em;color:#fff!important;background:#0073e1;padding:3px 10px;font-weight:500;width:auto;right:auto;top:auto}.featured_property_type1 .featured_prop_price .price_label{color:#fff;position:relative;right:auto;top:auto;float:initial}.featured_prop_label{position:absolute;right:13px;top:40px;color:#0073e1}.featured_prop_price .price_label{position:absolute;right:0;top:20px;color:#0073e1;word-break:break-all;width:100px;text-align:right}.featured_prop_price .price_label_before{position:relative;right:auto;top:auto;color:#0073e1;word-break:break-all;width:auto;text-align:left;float:left;margin:0 5px}.google_map_sh{width:250px;height:130px;background:red;border:5px solid #fff;padding:4px;border-radius:4px;display:none}.sale_line{color:#5c727d;margin-top:2px}.featured_property .status-wrapper{margin-right:0}.featured-content{float:left;position:absolute;margin-left:270px;top:103px}.featured_property .featured_div{bottom:61px;z-index:100}.featured_property_type1 .ribbon-wrapper-default{z-index:99;line-height:0;z-index:99;background:0 0;padding:0;float:left}.featured_property_type4 .featured_div{bottom:0}.featured_property.featured_property_type2 .featured_div{z-index:99;float:left;bottom:auto;position:relative}.featured_property_type2 .places_cover{width:100%;height:100%;background-color:#222;opacity:.3;top:0;left:0;transition:all .4s ease;cursor:pointer;position:absolute;pointer-events:none}.featured_property_type2 .featured_secondline{background:0 0;position:absolute;bottom:0;pointer-events:none;padding:0}.featured_property_type2:hover .featured_secondline{background-color:transparent}.featured_property_type2 .sale_line{position:absolute;bottom:40px;width:400px;left:100px;font-size:14px;line-height:1.5em;color:#fff}.featured_property_type2{width:100%;position:relative;margin-bottom:0;-moz-transition:none;-o-transition:none;transition:none}.featured_property_type2 .featured_prop_price{position:absolute;right:auto;left:100px;bottom:26px;top:auto;font-size:13px;line-height:1.5em;color:#fff!important;background:#0073e1;display:inline-block;padding:2px 10px;font-weight:500}.featured_property.featured_property_type2 h2,.featured_property.featured_property_type2 h2 a{color:#fff;line-height:2em;position:absolute;bottom:27px;width:400px;left:50px}.featured_property_type2 .agent_face{height:68px;width:68px;position:absolute;left:20px;bottom:20px;border-radius:50%;background-size:cover}.featured_property_type2 .price_label:not(.price_label_before){float:none;margin-top:0;position:relative;color:#fff!important;text-align:left;right:auto;top:auto;bottom:0;display:inline;font-size:14px}.featured_property_type2 .price_label_before{position:relative;float:left;right:auto;left:0;color:#fff!important;text-align:left;top:0;font-size:16px;word-break:break-all;padding:0;margin:0 4px 0 0}.featured_property_type2 .ribbon-wrapper-default{z-index:99;left:15px;top:0;position:relative;margin-top:0;left:0;line-height:0;z-index:99;background:0 0;padding:0;float:left}.featured_property_type2:hover h2 a{color:#fff!important}.featured_property.featured_property_type2{overflow:hidden}#property_other_agents .listing_wrapper,#property_other_agents .mylistings,.article_container.bottom-estate_agent.nobutton .agent_unit,.mylistings .agent_unit{margin-bottom:0}.mylistings{margin-left:-15px;margin-right:-15px;margin-bottom:30px;display:flex;flex-direction:row;flex-wrap:wrap;min-width:100%;float:none}.mylistings h3{width:100%}.featured_property.featured_property_type3 .featured_div{z-index:99;float:left;bottom:auto}.featured_property.featured_property_type3 .ribbon-wrapper-default{line-height:0;z-index:99;background:0 0;padding:0;float:left}.featured_property.featured_property_type3 .share_unit{left:29px}.featured_property.featured_property_type3 .featured_img{width:50%;float:left;left:0;position:absolute}.featured_property.featured_property_type1 .featured_img,.featured_property.featured_property_type2 .featured_img,.featured_property.featured_property_type3 .featured_img{overflow:hidden;background:#222}.featured_property.featured_property_type1 .featured_img,.featured_property.featured_property_type3 .featured_img{border-top-left-radius:4px;border-bottom-left-radius:4px}.featured_property.featured_property_type2 .featured_img,.featured_property_type2 .featured_prop_price{border-radius:4px}.featured_property.featured_property_type1 .carousel-inner,.featured_property.featured_property_type1 .featured_img,.featured_property.featured_property_type2 .carousel-inner,.featured_property.featured_property_type3 .carousel-inner,.featured_property.featured_property_type3 .feat_img{transition:all .7s ease;-moz-transition:all .7s ease;-ms-transition:all .7s ease;-webkit-transition:all .7s ease;-o-transition:all .7s ease;background:#222}.featured_property.featured_property_type1:hover .carousel-inner,.featured_property.featured_property_type2:hover .carousel-inner,.featured_property.featured_property_type3:hover .carousel-inner,.featured_property.featured_property_type3:hover .feat_img{transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1)}.featured_property.featured_property_type3 .icon-fav{padding-top:9px}.featured_property.featured_property_type3 .featured_secondline{width:50%;position:absolute;background-color:#fff;color:#5c727d;float:right;right:0;z-index:11;padding:0;font-size:15px;cursor:pointer;height:100%;margin-top:0}.featured_property.featured_property_type3{min-height:330px;border-radius:4px;margin-bottom:0;overflow:hidden}.featured_property.featured_property_type3 .feat_img{border:0!important;border-top-left-radius:4px;border-top-right-radius:4px;min-height:328px;height:100%;background-repeat:no-repeat;background-position:center;background-size:cover;background-color:#fff;border-radius:4px 0 0 4px}.featured_property.featured_property_type3 .listing-cover{opacity:0}.col-xs-12.col-md-9.rightmargin .featured_property.featured_property_type3 .featured_secondline .property_listing_details{display:none}.featured_property_type3 .item{min-height:328px;height:100%;background-repeat:no-repeat;background-position:center;background-size:cover;background-color:#fff}.featured_property_type3.featured_property h2,.featured_property_type3.featured_property h2 a{font-size:18px;line-height:1.3em;margin-top:30px;margin-bottom:10px}.featured_property_type3.featured_property h2{padding-left:30px;padding-right:30px}.featured_property.featured_property_type3 .featured_secondline .featured_prop_price{position:relative;float:left;left:0;padding:0 30px;color:#0073e1;font-size:17px;font-weight:500;right:auto;top:0;width:100%}.featured_property.featured_property_type3 .featured_secondline .featured_prop_price .price_label{position:relative;right:auto;left:0;top:0;color:#0073e1;word-break:break-all;width:100px;text-align:right;float:none;margin:0 0}.featured_property.featured_property_type3 .featured_secondline .listing_details{float:left;padding:0 30px;margin:15px 0 0 0;font-size:14px}.featured_property.featured_property_type3 .featured_secondline .listing_actions{float:left;left:0;padding-left:30px;padding-right:22px;width:100%;margin-top:22px;justify-content:flex-start}.featured_property.featured_property_type3 .featured_secondline .listing_actions .share_list{margin-left:0}.featured_property.featured_property_type3 .featured_secondline .property_listing_details{position:absolute;padding:5px 30px;bottom:0;line-height:60px;width:100%;margin-bottom:0}.featured_property.featured_property_type3 .featured_secondline .property_listing_details:before{content:" ";border-top:1px solid #eef3f6;position:absolute;right:30px;left:30px;top:-5px}.featured_property.featured_property_type3 .featured_secondline .property_listing_details .infobath{margin-right:15px}.featured_property.featured_property_type3 .featured_secondline .property_listing_details .inforoom{margin-left:2px;margin-right:15px}.featured_property.featured_property_type3 .featured_secondline .property_listing_details .infosize{width:auto}.featured_property_type4_agent_wrapper{vertical-align:middle}.featured_property_type4_agent{width:50px;height:50px;background-size:cover;background-position:center center;z-index:10;border-radius:50%;background-repeat:no-repeat;border:2px solid #fff;border:1px solid #a6b3bb;display:inline-block;margin-top:15px;float:left}.featured_property_type4_agent_name{color:#fff;font-size:16px;font-weight:500;float:left;margin:28px 0 0 10px}.featured_property.featured_property_type4{max-width:100%;margin-bottom:30px;border:1px solid #dde4e9;height:329px}.featured_property_type4 .featured_secondline{float:right;width:40%;text-align:left;height:100%;min-height:326px;padding:0}.featured_property.featured_property_type4 .featured_img{width:60%;float:left;left:0;position:absolute}.featured_property_type4 .item{min-height:328px;height:100%;background-repeat:no-repeat;background-position:center;background-size:cover;background-color:#fff;border-radius:4px 0 0 4px}.featured_property_type4 .featured_prop_price{position:relative;left:0;top:15px;padding:0 30px;font-size:15px;color:#0073e1}.featured_property_type4 h2{padding:20px 30px 0 30px}.featured_property h2 a{font-size:20px;font-weight:500}.featured_property_type4 .featured_prop_price .price_label{left:0;top:0;width:150px;color:#0073e1;margin-left:10px;font-size:17px;margin-top:0}.featured_property_type4 .listing_details.the_grid_view{max-height:160px;top:30px;color:#8593a9;position:relative;margin:0;padding:0 30px}.featured_property_type4 .listing_actions{float:right;position:absolute;bottom:0;padding:0 30px;right:0;margin-bottom:17px}.featured_property_type4 .property_listing_details{position:absolute;float:left;padding:0 30px;line-height:60px;margin-bottom:0;bottom:3px;width:100%}.featured_property.featured_property_type4 .featured_secondline .property_listing_details:before{content:" ";border-top:1px solid #eef3f6;position:absolute;right:30px;left:30px}.unit_more_featured{font-size:20px;color:red}.featured_property_type4 .unit_details_x,.featured_property_type4 .unit_details_x a{font-size:12px;background-color:#69c17d;color:#fff;float:left;padding:4px 7px;margin-top:50px;margin-left:30px;line-height:12px}.featured_property_type4 .unit_map_featured{left:0;font-size:12px;background-color:#69c17d;color:#fff;float:left;padding:4px 7px;margin-top:50px;margin-left:15px;line-height:12px}.featured_property_type4 .icon-fav{padding-top:9px;line-height:0}.page-template-front_property_submit .ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0;height:auto;border:0;border-radius:0;background:0 0;color:#fff}.page-template-front_property_submit #primary{display:none}.ll-skin-melon td.ui-datepicker-today .ui-state-default{background:#4d5567!important;color:#fff!important}.ll-skin-melon .ui-datepicker td.calendar-reserved.start_reservation .ui-state-default{color:#000!important}.ll-skin-melon{font-size:90%}.ll-skin-melon .ui-widget{background:#f5f8fa!important;border:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.ll-skin-melon .ui-datepicker{padding:0 0 24px 0;width:270px;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.2);box-shadow:0 1px 4px 0 rgba(0,0,0,.2)}.ll-skin-melon .ui-datepicker-header{border:none;background:0 0;font-weight:400;font-size:15px;background-color:#333!important;border-radius:0;border-radius:0}.ll-skin-melon .ui-datepicker-header .ui-state-hover{background:0 0;border-color:transparent;cursor:pointer;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.ll-skin-melon .ui-datepicker .ui-datepicker-title{margin-top:0;margin-bottom:0;color:#e9f0f4;padding:0 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{width:26px!important;height:28px!important;top:-7px!important}.ll-skin-melon .ui-datepicker .ui-datepicker-next span,.ll-skin-melon .ui-datepicker .ui-datepicker-prev span{top:16px!important}.ll-skin-melon .ui-datepicker .ui-datepicker-next,.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover,.ll-skin-melon .ui-datepicker .ui-datepicker-prev,.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover{top:.9em;border:none}.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover{left:2px;background-color:transparent!important}.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover{right:2px;background-color:transparent!important}.ll-skin-melon .ui-datepicker .ui-datepicker-next span,.ll-skin-melon .ui-datepicker .ui-datepicker-prev span{background-image:url(//homelive.pt/wp-content/themes/wpresidence/img/ui-icons_ffffff_256x240.png);background-position:-32px 0;margin-top:0;top:3px;font-weight:400}.ll-skin-melon .ui-datepicker .ui-datepicker-prev span{background-position:-96px 0}.ll-skin-melon .ui-datepicker table{margin:0 auto;border:none;width:240px}.ll-skin-melon .ui-datepicker table tr{border:none!important}.ll-skin-melon .ui-datepicker th{padding:1em 0;color:#666;font-size:13px;font-weight:700;border:none;text-transform:uppercase}.ll-skin-melon .ui-datepicker td{background:#fff;border:none;padding:0;opacity:1;border:1px solid #d0d5de}.ll-skin-melon td .ui-state-default{background:0 0;border:none;text-align:center;padding:5px;font-weight:400;color:#4d5567;font-size:14px;line-height:21px;height:30px;font-family:Roboto,sans-serif}.ll-skin-melon td a{transition:none;-moz-transition:none;-webkit-transition:none;-o-transition:none}.ll-skin-melon .ui-datepicker .ui-state-disabled{background-color:#eceff3;border:1px solid #d0d5de}.ui-datepicker-next.ui-state-disabled,.ui-datepicker-prev.ui-state-disabled{background:0 0;background-color:transparent!important;border:none!important}.ll-skin-melon .ui-state-disabled{opacity:1}.ll-skin-melon .ui-state-disabled .ui-state-default{color:#d0d5de;font-family:Roboto,sans-serif}.ll-skin-melon td .ui-state-active,.ll-skin-melon td .ui-state-hover{background:#0073e1!important;color:#fff}.ll-skin-melon .ui-datepicker .ui-datepicker-title{font-family:Roboto,sans-serif}@media only screen and (max-width:1360px){.has_header_type4 .adv-search-1{width:1000px}}.property_listing.property_unit_type1 .listing-unit-img-wrapper{border-top-left-radius:4px;border-top-right-radius:4px;margin:8px;height:auto}.property_listing.property_unit_type1 .featured_div{position:absolute;left:-5px;top:20px;font-size:11px;color:#fff;padding-top:0;padding-left:13px;padding-bottom:0;line-height:20px}.property_listing.property_unit_type1 .featured_div:after{position:absolute;left:0;bottom:-4px;width:5px;content:" ";display:block;border-width:0 5px 5px 0;border-color:transparent #7fca90 transparent transparent;border-style:solid}.property_listing.property_unit_type1 .listing_unit_price_wrapper{position:absolute;bottom:2px;line-height:12px;z-index:99;color:#fff;left:12px;padding:0}.property_listing.property_unit_type1 .ribbon-wrapper-default{position:absolute;float:right;right:12px;top:12px;font-size:10px}.property_listing.property_unit_type1 .ribbon-inside{padding-left:6px;padding-right:6px;margin-top:13px}.property_address_type1_wrapper{padding:0 20px;float:left;width:100%;margin-bottom:15px;line-height:20px;color:#222}.property_categories_type1_wrapper{padding:0 20px;float:left;width:100%;margin-bottom:5px}.property_categories_type1_wrapper a{color:#5c727d}.property_details_type1_wrapper{padding:0 20px;float:left;width:100%;margin-bottom:15px;line-height:25px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:center;align-content:center;gap:5px}.property_address_type1_wrapper .fas{margin-right:5px;color:#222;font-size:11px}.property_listing.property_unit_type1 .icon-fav{position:absolute;border:0 solid #eef3f6;float:right;right:10px;bottom:9px;width:auto;height:auto;padding-top:0;z-index:12;color:#fff}.property_listing.property_unit_type1 .icon-fav:before{display:none}.property_listing.property_unit_type1 .icon-fav-on:before{display:none}.property_listing.property_unit_type1 .property_location{margin:0;padding:13px 20px;margin-top:auto}.property_agent_wrapper_type1 strong{font-weight:500}.property_listing.property_unit_type1 .compare-action:before{font-size:16px}.property_listing.property_unit_type1 .icon-fav.icon-fav-on-remove,.property_listing.property_unit_type3 .icon-fav.icon-fav-on-remove{z-index:99;top:0;bottom:auto!important;line-height:27px;padding:0 10px;right:0!important;top:12px}.property_listing.property_unit_type1 .carousel-control{width:40px}.property_listing.property_unit_type1 .status-wrapper{position:absolute;right:10px}.property_listing.property_unit_type1 .action_tag_wrapper{top:13px}.property_listing.property_unit_type2 .featured_div{background-color:transparent;color:transparent;top:20px;left:20px;position:absolute;padding:0;font-size:0}.property_listing.property_unit_type2 .featured_div:before{content:"\f005";font-family:"Font Awesome 5 Free";color:rgba(61,128,221,.85);font-size:20px;font-weight:600}.property_listing.property_unit_type2 h4{font-size:20px}.property_listing.property_unit_type2 .listing_unit_price_wrapper{font-size:18px;line-height:18px}.property_listing.property_unit_type2 .property_listing_details{margin:10px 0 20px 0;font-weight:500;display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;justify-content:flex-start;align-items:center;gap:15px}.property_listing.property_unit_type2 .property_listing_details .inforoom_unit_type2:before{content:"\f236";font-size:14px;font-family:"Font Awesome 5 Free";margin-right:4px;font-weight:600}.inforoom_unit_type2:empty{margin-left:30px}.property_listing.property_unit_type2 .property_listing_details .infobath_unit_type2:before{content:"\f043";font-size:14px;font-family:"Font Awesome 5 Free";margin-right:4px;font-weight:600}.property_listing.property_unit_type2 .property_listing_details .infosize_unit_type2:before{content:"\f279";font-size:14px;font-family:"Font Awesome 5 Free";margin-right:4px;font-weight:600}.property_listing.property_unit_type2 .property_listing_details .infogarage_unit_type2:before{content:"\f1b9";font-size:14px;font-family:"Font Awesome 5 Free";margin-right:4px;font-weight:600}.property_listing.property_unit_type2 .property_agent_image{border-radius:4px;margin-right:15px;margin-top:5px}.property_listing.property_unit_type2 .property_agent_wrapper{margin-left:20px;line-height:40px}.property_listing.property_unit_type2 .property_location{width:100%;padding:5px 0;margin:0 0;height:51px;margin-top:auto}.property_listing.property_unit_type2 .share_unit{left:-10px}.property_listing.property_unit_type2 .share_list{margin-right:0;margin-top:4px;color:#333;border:0;background-image:none;margin-left:3px;width:20px;height:20px}.property_listing.property_unit_type2 .compare-action{border:none;margin-right:20px;color:#333}.property_listing.property_unit_type2 .compare-action:before{font-size:16px}.property_listing.property_unit_type2 .share_list:before{content:"\e804";font-family:fontello;font-size:15px}.property_listing.property_unit_type2 .icon-fav:before{display:none}.property_listing.property_unit_type2 .icon-fav-on:before{display:none}.property_listing.property_unit_type2 .icon-fav{position:absolute;border:0 solid #eef3f6;float:right;right:20px;bottom:15px;width:auto;height:auto;padding-top:0;z-index:9;color:#fff}.property_listing.property_unit_type3 .listing_actions,.property_listing.property_unit_type7 .listing_actions{position:absolute;left:20px;bottom:15px;top:auto;z-index:10}.property_listing.property_unit_type3 .icon-fav:before,.property_listing.property_unit_type4 .icon-fav:before,.property_listing.property_unit_type7 .icon-fav:before{content:"\f004";font-size:13px;color:#fff;font-weight:500;padding-top:5px}.property_listing.property_unit_type3 .icon-fav.icon-fav-on:before,.property_listing.property_unit_type4 .icon-fav.icon-fav-on:before,.property_listing.property_unit_type7 .icon-fav.icon-fav-on:before{color:#0073e1!important}.property_listing.property_unit_type3 .compare-action,.property_listing.property_unit_type3 .icon-fav,.property_listing.property_unit_type4 .compare-action,.property_listing.property_unit_type4 .icon-fav,.property_listing.property_unit_type7 .compare-action,.property_listing.property_unit_type7 .icon-fav{border:none;color:#fff;width:auto;height:auto;margin:0;padding:0;line-height:1}.property_listing.property_unit_type3 .share_list,.property_listing.property_unit_type4 .share_list,.property_listing.property_unit_type7 .share_list{border:none;background-position:0 3px;width:15px;height:15px;background-image:none;line-height:1}.property_listing.property_unit_type3 .share_list:before,.property_listing.property_unit_type4 .share_list:before,.property_listing.property_unit_type7 .share_list:before{color:#fff;content:"\e804";font-family:fontello;font-size:13px}.property_listing.property_unit_type3 .compare-action:before,.property_listing.property_unit_type4 .compare-action:before,.property_listing.property_unit_type7 .compare-action:before{color:#fff;font-size:13px;font-family:"Font Awesome 5 Free"}.property_listing.property_unit_type3 .compare-action,.property_listing.property_unit_type3 .icon-fav,.property_listing.property_unit_type3 .share_list,.property_listing.property_unit_type4 .compare-action,.property_listing.property_unit_type4 .icon-fav,.property_listing.property_unit_type4 .share_list,.property_listing.property_unit_type7 .compare-action,.property_listing.property_unit_type7 .icon-fav,.property_listing.property_unit_type7 .share_list{background-color:rgb(51 51 51 / 45%);width:23px;height:23px;text-align:center;line-height:23px}.property_listing.property_unit_type3 .compare-action:hover,.property_listing.property_unit_type3 .icon-fav:hover,.property_listing.property_unit_type3 .share_list:hover,.property_listing.property_unit_type4 .compare-action:hover,.property_listing.property_unit_type4 .icon-fav:hover,.property_listing.property_unit_type4 .share_list:hover,.property_listing.property_unit_type7 .compare-action:hover,.property_listing.property_unit_type7 .icon-fav:hover,.property_listing.property_unit_type7 .share_list:hover{background-color:rgb(51 51 51 / 65%)}.property_listing.property_unit_type3 .share_unit,.property_listing.property_unit_type4 .share_unit,.property_listing.property_unit_type7 .share_unit{top:-155px;right:53px}.property_listing.property_unit_type3 .listing_unit_price_wrapper{padding:0 20px}.property_listing.property_unit_type3 .listing_unit_price_wrapper,.property_listing.property_unit_type3 .price_label{font-size:18px;color:#222;line-height:22px;font-weight:500}.unit3agent{display:none}.property_unit_type3 .unit3agent{display:inline-block}.property_unit_type3 .property_agent_wrapper_type1 i{color:#5c727d;margin-right:3px}.property_unit_type3 path{fill:#5c727d}.property_unit_type3 svg{height:auto;width:17px;margin-right:5px}.inforoom_unit_type3 svg{width:22px}.infosize_unit_type3 svg{width:11px}.property_listing.property_unit_type3 .property_listing_details{margin-bottom:5px;color:#5c727d;display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;justify-content:flex-start;align-items:center;gap:15px}.property_listing_details_v3_item{margin-bottom:5px;display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;justify-content:flex-start;align-items:center;color:#5c727d}.property_listing.property_unit_type3 .property_agent_wrapper{line-height:2em;font-size:13px;font-weight:500}.property_listing.property_unit_type3 .property_location span{display:none}.unit_type3_details a,.unit_type3_details a:hover{color:#fff}.unit_type3_details{width:auto;background-color:rgba(0,115,225,.85);float:right;padding:2px 15px;line-height:22px;color:#fff;font-size:12px;font-weight:500;border-radius:4px}.unit_type3_details:hover{background-color:#0073e1}.property_unit_type3 .property_agent_wrapper a{font-weight:500}.property_listing.property_unit_type3 .property_location{height:47px;margin:0;padding:0 20px;margin-top:auto}.property_listing.property_unit_type3 .carousel-control{width:50px}#listing_ajax_container_agent .agent_unit,.article_container .agent_unit{margin-bottom:0}.article_container .infobath_unit_type3,.article_container .inforoom_unit_type3,.article_container .infosize_unit_type3,.mylistings .infobath_unit_type3,.mylistings .inforoom_unit_type3,.mylistings .infosize_unit_type3{background-position:0 4px}.property_listing.property_unit_type4 .featured_gradient{background-image:linear-gradient(to top,#0000004a,rgba(0,0,0,0) 59%)}.property_listing.property_unit_type4 .listing_details.the_list_view{display:none!important}.listing_wrapper.col-md-12>.property_listing.property_unit_type4 .listing_details.the_list_view{display:block!important}.property_listing.property_unit_type4 .listing_actions{position:absolute;bottom:15px;left:20px;justify-content:flex-start;z-index:99}.property_listing.property_unit_type2 .compare-action:hover,.property_listing.property_unit_type2 .share_list:hover{color:#0073e1}.listing_wrapper.col-md-12 .property_listing.property_unit_type4 .carousel-control{width:45px}.property_listing.property_unit_type4 .share_unit{left:-4px}.property_listing.property_unit_type4 .property_agent_image{width:40px;height:40px;float:right;background-size:cover;margin-right:0;border-radius:4px;background-position:center}.listing_wrapper.property_unit_type4 .property_listing_details{gap:10px;margin-bottom:15px}.infobath_unit_type4,.inforoom_unit_type4,.infosize_unit_type4{font-size:14px;color:#5c727d}.infosize_unit_type4{border:none}.property_listing.property_unit_type4 .property_agent_wrapper{position:absolute;right:0;padding:10px;border-left:1px solid #f7f7f7;height:60px;line-height:normal}.property_unit_type4 .property_location{height:60px;margin:0;margin-top:auto;position:relative}.propery_price4_grid{font-weight:500;font-size:18px;color:#0073e1;padding-left:20px}.propery_price4_grid span{font-size:13px}.property_unit_type5{min-height:400px;margin-bottom:30px}.col-md-12.property_unit_type5,.listing_wrapper.col-md-12>.property_unit_type5_content_wrapper.property_listing{min-height:300px!important}.listing_wrapper.col-md-12>.property_listing.property_unit_type5_content_wrapper .carousel-inner{position:relative;width:100%;max-width:100%;min-height:300px}.shortcode-col.listing_wrapper.property_unit_type5{min-width:350px}.shortcode-col.listing_wrapper.property_unit_type5{min-width:350px}.shortcode-col.listing_wrapper.property_unit_type5{min-width:350px}.property_unit_type5 .carousel-inner,.property_unit_type5 .property_unit_carousel,.property_unit_type5_content{background-position:center center;background-repeat:no-repeat;background-size:cover;background-color:transparent;width:100%;height:100%;min-height:400px;cursor:pointer}.property_unit_type5_content_wrapper{width:100%;height:100%;position:relative;overflow:hidden}.property_unit_type5_content_details{color:#fff;position:absolute;bottom:15px;z-index:9;padding:0 15px}.property_unit_type5_content_details a{color:#fff}.property_unit_type5_content_details .listing_unit_price_wrapper{color:#fff;line-height:30px;font-weight:500;margin-left:7px;margin-top:0;width:100%;margin-bottom:0;font-size:15px;padding:0}.property_unit_type5_content_details .price_label{font-size:13px}.property_unit_type5_content_details h4{font-size:20px;margin-left:7px;padding-left:0;margin-bottom:10px;margin-top:0}.property_unit_type5_content_details_second_row{display:inline-block;background:#1d293e;padding:10px;border-radius:20px;font-weight:500}.inforoom_unit_type5{display:inline-block;margin:0 10px;position:Relative}.property_unit_type5 .tag-wrapper{z-index:9}.blog3v .featured_gradient,.property_unit_type5 .featured_gradient{background-image:linear-gradient(to right top,rgba(0,0,0,.75),rgba(95,70,70,0));opacity:.5}.shortcode_slider_list .shortcode-col.listing_wrapper.blog3v{height:100%;width:100%}.property_agent_unit_type6{position:absolute;bottom:0;border-top:1px solid #f7f7f7;width:100%;height:55px}.property_listing.property_unit_type6 .property_location{margin:0;padding:0 20px;margin-top:auto}.property_listing.property_unit_type6 .listing_unit_price_wrapper{padding:0}.property_listing.property_unit_type6 .listing_unit_price_wrapper,.property_listing.property_unit_type6 .price_label{color:#fff;z-index:9;margin-left:0;font-weight:400;font-size:15px;margin-bottom:3px}.property_unit_type6_title_wrapper{position:absolute;bottom:15px;left:15px;z-index:9}.property_unit_type6.col-md-12 .property_unit_type6_title_wrapper{display:none}.property_unit_type6_title_wrapper h4{margin:0;padding:0}.property_unit_type6_title_wrapper h4 a{color:#fff}.property_unit_type6 .featured_gradient{opacity:1;background-image:linear-gradient(to top,rgb(0 0 0 / 55%),rgba(0,0,0,0) 100%)}.property_listing_details6_grid_view{float:left;width:100%;padding:0 20px;display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;justify-content:space-between;align-items:center;margin:5px 0 20px 0}.col-md-12 .property_listing_details6_grid_view{margin:20px 0 20px 0}.inforoom_unit_type6 svg{width:20px;height:20px;display:block;margin:0 auto;margin-bottom:10px}.inforoom_unit_type6 svg path{fill:#222}.property_unit_type6_title_wrapper_list{display:none}.property_unit_type6.col-md-12 .property_unit_type6_title_wrapper_list{display:block}.property_unit_type6.col-md-12 .listing_unit_price_wrapper,.property_unit_type6.col-md-12 .price_label{position:relative;color:#0073e1}.property_unit_type6.col-md-12 .listing_unit_price_wrapper{padding:0 20px}.property_unit_type7 .property_listing_details{display:flex;justify-content:space-between;gap:5px}.property_unit_type3 .property_listing_details svg,.property_unit_type7 .property_listing_details svg{width:16px;height:14px}.property_listing_details_v7_item{margin-bottom:5px;display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;justify-content:flex-start;align-items:center;gap:5px;color:#5c727d}.property_unit_type7 .listing_details{margin-bottom:15px}.property_listing.property_unit_type7 .wpestate_property_card_contact_wrapper{margin:0;padding:0;width:100%}.lightbox_property_wrapper_floorplans .owl-carousel .owl-item .item,.lightbox_property_wrapper_floorplans .owl-wrapper-outer{background-color:#f8f8f8!important}.property_listing.property_unit_type8{position:relative;height:100%;border:none;font-size:13px;background-color:transparent;max-width:525px;transition:.3s ease-out;float:left}.property_listing.property_unit_type8 .carousel{width:100%}.listing_wrapper .property_listing.property_unit_type8:hover{box-shadow:none}.property_listing.property_unit_type8 .icon-fav{position:absolute;border:0 solid #eef3f6;float:right;right:0;bottom:15px;width:auto;height:auto;padding-top:0;z-index:12;color:#fff}.property_listing.property_unit_type8 .property_agent_wrapper{position:absolute;bottom:15px;left:15px;z-index:99;display:flex;align-content:center;align-items:center;color:#fff}.property_listing.property_unit_type8 .property_agent_image{z-index:1;top:auto;bottom:13px;left:13px;width:45px;height:45px;background-position:center;border:2px solid #fff}.property_listing.property_unit_type8 .property_agent_wrapper a{color:#fff;font-weight:500;display:block}.col-md-12>.property_listing.property_unit_type8 .property_agent_wrapper{display:none}.property_listing.property_unit_type8 .icon-fav:before{content:""}.property_listing.property_unit_type8 .icon-fav:hover{opacity:1}.property_listing.property_unit_type8 .icon-fav{float:left;cursor:pointer;color:#484848;font-size:24px!important;opacity:.8;text-shadow:0 0 1px #fff}.property_unit_type1 svg,.property_unit_type2 svg,.property_unit_type8 svg{float:left;width:14px;fill:rgba(0,0,0,.5)}.property_unit_type1 .icon-fav-on svg,.property_unit_type2 .icon-fav-on svg,.property_unit_type8 .icon-fav-on svg{fill:rgba(0,0,0,.9)}.property_listing.property_unit_type8 h4{font-size:16px;width:100%;margin-bottom:5px;line-height:1.3em;padding:0 0}.property_listing.property_unit_type8 .property_card_categories_wrapper{padding:0 0;color:#5d6475;font-size:13px;margin-bottom:0}.property_listing.property_unit_type8 .property_card_categories_wrapper a{color:#5d6475}.property_listing.property_unit_type8 .property-unit-information-wrapper{padding-top:15px}.property_listing.property_unit_type8 .property_details_type1_wrapper{padding:0;gap:3px;margin-bottom:5px}.property_listing.property_unit_type8 .listing_unit_price_wrapper{padding:0;position:relative;z-index:10;font-size:15px;bottom:auto;left:auto;margin-top:0}.property_listing.property_unit_type8 .price_label{font-size:13px}.property_listing.property_unit_type8 .listing-unit-img-wrapper{border-radius:10px}.property_listing.property_unit_type8 .listing_details,.property_listing.property_unit_type8 .property_listing_details_v2,.property_listing.property_unit_type8 .wpestate_property_card_contact_wrapper{padding:0}.elementor-widget-container .listing_wrapper .property_listing.property_unit_type8{box-shadow:none}.listing_wrapper.col-md-12 .property_listing.property_unit_type8 .listing-unit-img-wrapper{max-width:230px;min-height:auto;margin-right:15px;height:135px}.lightbox_property_wrapper,.lightbox_property_wrapper_floorplans{position:fixed;top:0;left:0;right:0;height:100%;width:100%;z-index:999999;overflow:hidden;display:none}.lightbox_property_wrapper.is_visible,.lightbox_property_wrapper_floorplans.is_visible{overflow-x:hidden;overflow-y:auto;visibility:visible}.lightbox_property_content.row{margin:0}.lightbox_property_wrapper_floorplans .lightbox_property_content.row{height:100%}#owl-demo-floor i.demo-icon.icon-right-open-big{margin-right:0}.lightbox_property_wrapper_floorplans .owl-theme .owl-nav div{margin:0;padding:0}.lightbox_property_wrapper_floorplans .owl-carousel .owl-item .item{float:left;padding:0}.lightbox_property_wrapper_level2{background:#fff;max-width:1450px;margin:0 auto;top:5%;z-index:999;position:relative;box-shadow:none;margin:auto;position:absolute;left:0;right:0;height:auto;max-height:623px;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);ms-transform:translate(0,-50%);overflow:hidden;border-radius:4px}.lightbox_wrapped_no_contact{max-width:1100px}.lightbox_wrapped_no_contact #owl-demo{padding:0;margin:0}.ligtbox_no_crop{max-height:100%}.ligtbox_no_crop .owl-carousel .owl-item{float:left;overflow:hidden}.lightbox_property_wrapper_floorplans .lightbox_property_wrapper_level2{max-width:1150px}.ligtbox_no_crop .owl-carousel .owl-item .item{height:auto;padding:0;height:700px}.lightbox_property_sidebar{display:block;width:auto;max-width:25%}.lightbox_property_sidebar .schedule_meeting,.lightbox_property_wrapper .schedule_day,.lightbox_property_wrapper .schedule_hour{display:none}.lightbox_property_slider{max-width:75%;padding:0}.lightbox_property_slider .owl-theme .owl-nav{margin-top:0}.lightbox_property_slider.col-md-12.lightbox_no_contact{max-width:100%}.lightbox_property_wrapper_floorplans .lightbox_property_slider{max-width:100%;padding:0}.lightbox_property_wrapper_floorplans .owl-nav,.lightbox_property_wrapper_floorplans .owl-theme .owl-nav{position:absolute;top:50%;margin-top:-20px;width:75%;padding:0 15px}.lightbox_property_wrapper_floorplans .owl-next{float:right}.lightbox_property_wrapper_floorplans .owl-carousel .owl-item .item .itemimage{min-height:100%;background-size:cover;background-position:50% 50%;width:75%;height:100%;float:left;background:#fff;padding:55px}.lighbox_overlay{background-color:#111;opacity:.5;width:100%;height:100%;top:0;left:0;position:absolute;z-index:1}.lightbox_property_header{margin-top:30px;width:100%;background-color:#fff}.lightbox_property_footer{width:100%}.lighbox-logo{width:200px;background:#0073e1;float:left;height:100%}.lightbox_property_header .entry-prop{margin:0 15px 0 15px;font-size:23px;line-height:1.3em;color:#222;font-weight:500}.lightbox_property_wrapper #show_contact,.lightbox_property_wrapper .wpestate_agent_details_wrapper{display:none}.lighbox-image-close,.lighbox-image-close-floor{position:absolute;top:0;right:0;z-index:10;border-bottom-left-radius:4px}.lighbox-image-close i,.lighbox-image-close-floor i{color:#222;cursor:pointer;font-size:15px;width:35px;height:35px;text-align:center;margin:0 auto;line-height:35px}.lighbox-image-close i:hover,.lighbox-image-close-floor i:hover{color:#0073e1}.lightbox_enquire{margin-top:15px;margin-left:15px;width:auto;margin-bottom:0;box-shadow:none;padding:0 15px 0 0;float:left}.lightbox_property_wrapper .agent_contanct_form{margin-top:0;margin-right:15px;margin-left:15px;margin-bottom:0;width:auto;padding:0;box-shadow:none}.lightbox_property_wrapper .alert-message{margin-bottom:0;margin-top:10px}.lightbox_property_wrapper .agentpic-wrapper{width:100%}.lightbox_property_wrapper .wpresidence_button.realtor_call,.lightbox_property_wrapper .wpresidence_button.realtor_whatsapp{width:48%;float:left;margin-right:0;padding:6px 0;text-align:center}.lightbox_property_wrapper .wpresidence_button.realtor_whatsapp{margin-right:0}.lightbox_property_wrapper .wpresidence_button.realtor_call{margin-right:3%}.lightbox_property_wrapper .agent_call_no,.lightbox_property_wrapper .mydetails{display:none}.lightbox_property_wrapper #agent_contact_name,.lightbox_property_wrapper #agent_phone,.lightbox_property_wrapper #agent_user_email{width:100%}.lightbox_property_wrapper .agent_details,.lightbox_property_wrapper .agent_details h3{width:100%;padding-left:0;min-height:auto}.lightbox_property_wrapper .agent_detail,.lightbox_property_wrapper .agent_position{margin-left:0}.lightbox_property_wrapper .agent_email_class,.lightbox_property_wrapper .agent_skype_class,.lightbox_property_wrapper .agent_unit_social_single,.lightbox_property_wrapper .agent_web_class{display:none}.lightbox_property_wrapper #agent_comment{max-height:85px}.lightbox_property_wrapper .agentpict{border-bottom:none;border-radius:0;margin-bottom:10px}.lightbox_property_wrapper textarea{max-height:100px}.lightbox_property_wrapper .wpcf7-response-output{margin-top:5px}.lightbox_property_wrapper .wpcf7-form-control{width:100%}.lightbox_property_wrapper .message_submit{width:100%;margin-bottom:10px}.lightbox_property_wrapper .agent_submit_class{margin-bottom:13px!important;width:100%}.lightbox_property_wrapper .schedule_day,.lightbox_property_wrapper .schedule_hour{display:none}#owl-demo,#owl-demo-floor{max-width:1100px;position:relative;width:100%;margin:0 auto}#owl-demo-floor{max-width:1150px}#owl-demo-floor img{width:auto;height:100%}.lightbox_floor_details{position:absolute;top:50px;right:50px;width:25%;max-width:200px}.floor_light_desc,.lightbox_floor_details .floor_details,.lightbox_floor_details .floor_title{float:left;width:100%;text-align:left}.lightbox_floor_details .floor_title{font-size:20px;font-weight:500;padding-left:0;color:#222}#owl-demo-floor .owl-next,#owl-demo-floor .owl-prev{margin-right:0;font-style:initial;background:0 0;border:none;margin:0}#owl-demo .item img{display:block;width:auto;max-height:700px;margin:0 auto;border-radius:4px;position:absolute;top:50%;float:left;left:50%;transform:translate(-50%,-50%)}#owl-demo-floor .owl-wrapper-outer{background-color:#fff}.floor_light_desc{margin:10px 0}.classic-carousel .owl-carousel .owl-item .item,.classic-carousel .owl-carousel .owl-item img{background-color:#222;border-radius:4px}.owl-carousel .owl-item .item{min-height:100%;background-size:cover;background-position:50% 50%;width:100%;height:623px;padding:10px;background-color:#222;background-repeat:no-repeat}#owl-demo-floor .bold_detail{font-weight:500}.owl-carousel .owl-item .item .itemimage{min-height:100%;background-size:cover;background-position:50% 50%;width:100%;height:623px}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-stage-outer,.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%;background:0 0}.owl-pagination{display:none}.lightbox_property_wrapper .owl-prev{position:absolute;top:50%;left:0;border:none;background:0 0}.lightbox_property_wrapper .owl-next{position:absolute;top:50%;right:0;border:none;background:0 0}.owl_caption{background:#222;color:#fff;padding:15px;position:absolute;bottom:0;left:0;width:100%}.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop{max-width:100%;height:100%;background:#00000080}.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop .lightbox_property_content.row{margin:0;height:100%}.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop .lightbox_property_slider{position:absolute;top:50%;transform:translateY(-50%)}.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop #owl-demo{max-width:100%;width:100%}.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop .owl-carousel .owl-item{float:none;height:100%;vertical-align:middle}.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop .owl-carousel .owl-item .item{background:0 0}.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop #owl-demo .item img{min-height:400px;width:auto}.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop .lighbox-image-close{top:35px;right:35px;z-index:10}.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact .lighbox-image-close,.modal_lightbox_property_wrapper .lightbox_property_wrapper_level2 .lighbox-image-close{background:#222}.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact .lighbox-image-close i,.modal_lightbox_property_wrapper .lightbox_property_wrapper_level2 .lighbox-image-close i{color:#fff}.lightbox_property_slider #owl-demo .item img{width:100%}.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop .owl-carousel .owl-wrapper-outer{background:0 0}.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop .owl_caption{display:none}.owl-theme .owl-nav div{background:rgb(34 34 34 / 66%);color:#fff;display:inline-block;zoom:1;margin:-35px 10px 10px;font-size:20px;line-height:40px;height:40px;width:40px;text-align:center;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:Alpha(Opacity=95);opacity:.95;cursor:pointer}.owl-theme .owl-nav div:hover{opacity:1;background:#222}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;display:inline}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#fff;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px;background:url(//homelive.pt/wp-content/themes/wpresidence/AjaxLoader.gif) no-repeat center center}.multi_units_wrapper{width:100%;float:left;margin-bottom:30px;padding:30px;float:left;background-color:#fff}.subunit_wrapper{width:100%;padding:15px;float:left;background-color:#f8f8f8}.subunit_wrapper:nth-child(even){background-color:#fff}.subunit_thumb{margin-right:15px;margin-top:0;float:left}.subunit_thumb img{max-height:67px;border-radius:4px}.subunit_title{font-weight:500}.subunit_title a{color:#222}.subunit_details{display:inline-block;line-height:1.65em}.subunit_bathrooms,.subunit_rooms,.subunit_size,.subunit_type{display:inline-block;margin-right:10px}.subunit_price{color:#0073e1}#tab_prpg{float:left;width:100%;line-height:1.65em}.elementor-widget-container #tab_prpg{float:none;display:inline-block}.yelp_bussines_wrapper{float:left;width:100%;margin-bottom:15px}.yelp_icon i{margin:0;padding:0;background:#f06e48;color:#fff;border-radius:4px;padding:1px 7px;line-height:21px;font-size:12px;margin-right:7px}.yelp_icon{display:inline-block;float:left}h4.yelp_category{display:inline-block;margin:0;font-size:14px;margin-bottom:10px;line-height:1.6em;float:left}.yelp_unit{float:left;width:100%}.yelp_category:after{display:none}.yelp_unit_name{display:inline-block;margin:5px 0;max-width:60%;line-height:1.3em}.yelp_stars{float:right}.yelp_icon .fa-bicycle{background-color:#3faf90}.yelp_icon .fa-music{background-color:#edb534}.yelp_icon .fa-car{background-color:#0d2c54}.yelp_icon .fa-female{background-color:#ff5e5b}.yelp_icon .fa-graduation-cap{background-color:#3858aa}.yelp_icon .fa-birthday-cake{background-color:#ce447b}.yelp_icon .fa-money{background-color:#2f5b48}.yelp_icon .fa-cutlery{background-color:#7c2727}.yelp_icon .fa-medkit{background-color:#ce1c1c}.yelp_icon .fa-wrench{background-color:#465d99}.yelp_icon .fa-bed{background-color:#ff934f}.yelp_icon .fa-coffee{background-color:#774e24}.yelp_icon .fa-dot-circle-o{background-color:#7cbf9e}.yelp_icon .fa-television{background-color:#006075}.yelp_icon .fa-glass{background-color:#b980d0}.yelp_icon .fa-paw{background-color:#ffcb4e}.yelp_icon .fa-suitcase{background-color:#dd5539}.yelp_icon .fa-university{background-color:#565eb7}.yelp_icon .fa-building-o{background-color:#ad2e4c}.yelp_icon .fa-cloud{background-color:#5691c9}.yelp_icon .fa-shopping-bag{background-color:#adc13c}.yelp_icon .fa-bus{background-color:#dd5539}.yelp_unit_distance{font-size:13px}.wpestate_marker{padding:5px 10px;border-radius:3px;background-color:#fff;color:#222;position:absolute;font-size:13px;line-height:1em;box-shadow:3px 9px 15px -1px rgba(0,0,0,.1);min-width:50px;width:auto;text-align:center;font-weight:500;transform:translate(-50%,-100%);white-space:nowrap}.wpestate_marker:before{position:absolute;bottom:-5px;left:50%;margin-left:-7px;content:" ";width:0;height:0;border-top:6px solid #fff;border-left:7px solid #cccccc00;border-right:7px solid #cccccc00}.openstreet_price_marker_on_click_parent .wpestate_marker,.wpestate_marker.openstreet_price_marker_on_click{background-color:#0073e1!important;color:#fff}.openstreet_price_marker_on_click_parent .wpestate_marker:before,.wpestate_marker.openstreet_price_marker_on_click:before{position:absolute;bottom:-5px;left:50%;margin-left:-7px;content:" ";width:0;height:0;border-top:6px solid #0073e1!important}.wpestate_marker span{font-size:13px;color:#0d0d0d}.wpestate_marker.sales span{color:#fff}.hover_z_pin.wpestate_marker span{color:#fff}.hover_z_pin{z-index:9999;background-color:#0073e1!important;color:#fff}.openstreet_price_marker_on_click_parent .wpestate_marker,.wpestate_marker.openstreet_price_marker_on_click{background-color:#0073e1!important;color:#fff}.openstreet_price_marker_on_click_parent .wpestate_marker:before,.wpestate_marker.openstreet_price_marker_on_click:before{position:absolute;bottom:-5px;left:50%;margin-left:-7px;content:" ";width:0;height:0;border-top:6px solid #0073e1!important;border-left:7px solid #cccccc00;border-right:7px solid #cccccc00}.wpestate_marker.openstreet_price_marker:hover:before{border-top:6px solid #0073e1!important}.wpestate_marker.openstreet_price_marker:hover{background-color:#0073e1!important;color:#fff}.wpestate_marker.openstreet_price_marker:hover span{color:#fff}.hover_z_pin:before{border-top:6px solid #0073e1!important}.wpestate_marker.sales{background-color:#69c17d;color:#fff}.wpestate_marker.sales:before{border-top:6px solid #69c17d}.wpestate_marker.sales:after{border-top:4px solid #20c063}.category_list_widget li{font-size:13px;width:100%;border-bottom:1px solid #f0f0f0;margin-bottom:11px;padding-bottom:11px}.category_list_widget .category_no{margin-left:10px}.category_list_widget .child_category{float:left;width:100%;padding-top:11px;margin-top:11px!important}.category_list_widget ul li .child_category li{padding-left:20px}.elementor-widget-container .category_list_widget li{border-bottom:0 solid #f0f0f0;margin-bottom:0}.elementor-widget-container .category_list_widget ul{list-style-type:none;margin:0}.elementor-widget-container .category_list_widget .category_no{float:none;margin:5px 0 0 5px}.elementor-widget-container .widget-container#footer_latest_widget-2{padding:30px 15px 15px 30px;background:#fff;margin-bottom:30px;border-bottom:0}#colophon .category_list_widget .child_category{margin-top:4px!important;padding-top:0}.category_list_widget .category_no{float:right;margin:5px 0 0 0}#colophon .widget_latest_price{color:#fff}#colophon .category_list_widget .category_no{float:none;margin-left:5px}.messagebox_text{padding-left:0}.new_prelader{position:absolute;left:50%;top:63%;z-index:1001;width:80px;height:80px;margin:-40px 0 0 -40px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;border:2px solid transparent;border-top-color:#0073e1;-webkit-animation:PreloaderSpin 2s linear infinite;animation:PreloaderSpin 2s linear infinite}.new_prelader:before{content:"";position:absolute;top:4px;left:4px;right:4px;bottom:4px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;border:2px solid transparent;border-top-color:#b07d8c;-webkit-animation:PreloaderSpin 3s linear infinite;animation:PreloaderSpin 3s linear infinite}.new_prelader:after{content:"";position:absolute;top:10px;left:10px;right:10px;bottom:10px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;border:2px solid transparent;border-top-color:#0dc3f8;-webkit-animation:PreloaderSpin 1.5s linear infinite;animation:PreloaderSpin 1.5s linear infinite}@-webkit-keyframes PreloaderSpin{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes PreloaderSpin{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}.page-template-splash_page .ui-autocomplete.ui-widget-content{max-height:200px!important;position:fixed;overflow-x:hidden;overflow-y:scroll}.page-template-splash_page{height:100%}.page-template-splash_page #all_wrapper,.page-template-splash_page .container{height:100%;position:fixed;top:0;left:0;width:100%}.page-template-splash_page .container.content_wrapper{display:none}.page-template-splash_page .header_media{height:100%}.page-template-splash_page .wpestate_header_image,.page-template-splash_page .wpestate_header_video{height:100%!important;position:absolute;top:0}.page-template-splash_page .with_search_on_end,.page-template-splash_page .with_search_on_start{display:none}.page-template-splash_page #search_wrapper.with_search_form_float{display:block}.page-template-splash_page .heading_over_image_wrapper,.page-template-splash_page .heading_over_video_wrapper{top:45%}.page-template-splash_page #search_wrapper{top:55%}.page-template-splash_page .carousel-control.left,.page-template-splash_page .carousel-control.right{z-index:90}#splash_slider_wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.splash_slider_item{width:100%;height:100%;background-position:50% 50%;background-size:cover;opacity:0;top:0;left:0;position:absolute;transition:all 1.2s ease;-moz-transition:all 1.2s ease;-ms-transition:all 1.2s ease;-webkit-transition:all 1.2s ease;-o-transition:all 1.2s ease}#splash_slider_wrapper .item.splash_slider_item.active{opacity:1}.splash_page_widgets_wrapper{position:fixed;width:100%;left:0;bottom:15px;padding:0 30px;z-index:99}.splash-right-widet{float:right}.splash_page_widgets_wrapper ul{margin:0}.splash_page_widgets_wrapper .textwidget{font-size:14px;line-height:1.6em}.splash_page_widget{display:inline;margin-bottom:0;color:#fff;float:left}.splash_page_widget a{color:#fff!important}.splash_page_widget .social_sidebar_internal a{font-size:18px;padding:3px 4px 0 9px;width:26px;height:30px;margin-left:2px;float:left;box-sizing:border-box;-moz-box-sizing:border-box;font-size:16px;line-height:1.2em;vertical-align:0}.shortcode_contact_form{padding:26px 0;width:100%;max-width:600px}.shortcode_contact_form.sh_form_align_center{margin:0 auto}.shortcode_contact_form input,.shortcode_contact_form textarea{background-color:#fff;border-width:0;border-style:solid;font-style:normal;text-transform:none;margin-bottom:10px}.shortcode_contact_form textarea{padding:26px 9px}.shortcode_contact_form .form-control:focus{border-color:#f4f4f4;box-shadow:none}.shortcode_contact_form.sh_form_align_center #btn-cont-submit_sh.sh_but_full{width:100%}.shortcode_contact_form .gpr_wrapper{margin-bottom:5px;width:100%;text-align:center;margin-top:5px;float:left}.shortcode_contact_form #wpestate_agree_gdpr{height:12px;padding:6px;border:1px solid #dde4e9;border-radius:4px;background-color:#fff}.shortcode_contact_form.sh_form_align_left .gpr_wrapper{float:left;text-align:left}.shortcode_contact_form.sh_form_align_left #btn-cont-submit_sh{width:100%}.shortcode_contact_form.sh_form_align_center input,.shortcode_contact_form.sh_form_align_center textarea{text-align:center}.shortcode_contact_form.sh_form_align_center #btn-cont-submit_sh{margin:0 auto;text-align:center;width:auto;margin-top:13px;float:none;display:block}.shortcode_contact_form.sh_form_align_right input,.shortcode_contact_form.sh_form_align_right textarea{text-align:right}.shortcode_contact_form.sh_form_align_right #btn-cont-submit_sh{float:right}#footer_alert-agent-contact_sh{width:100%;max-width:100%}.shortcode_contact_form.sh_form_align_center #footer_alert-agent-contact_sh{text-align:center}.shortcode_contact_form.sh_form_align_right #footer_alert-agent-contact_sh{text-align:right}.membership_package_product h4{font-size:20px;line-height:23px;text-align:center;margin:0;text-transform:capitalize}.pack-price_sh{position:relative;text-align:center;font-size:29px;line-height:35px;color:#0073e1;font-weight:500;padding:30px 0}.pack-price_title{background-color:#f6f6f6;padding:20px 0}.pack-bill_freg_sh,.pack-listing-period_sh,.pack-listing_feat_sh,.pack-listing_sh{text-align:center;padding:15px 0;border-bottom:1px solid #f7f7f7}.pack-listing_feat_sh{border-bottom:0 solid #e2e2e2}.membership_package_product{padding:0 0 45px 0;margin:15px;background-color:#fff;overflow:hidden}.wp-block-column .membership_package_product{margin:7px}.membership_package_product.featured_pack_sh{box-shadow:0 30px 70px 0 rgba(0,0,0,.1);padding:0 0 45px 0;border:1px solid #f1f8ff;margin-top:-15px}.featured_pack_sh .pack-price_title{background-color:#222;color:#fff}.featured_pack_sh .wpresidence_button:hover{background-color:#fff}.buy_package_sh{text-align:center;margin:0 auto}.featured_pack_sh .buy_package_sh{margin-top:30px}.membership_package_product.featured_pack_sh h4{color:#fff}.buy_package_sh .wpresidence_button{float:none;margin-bottom:0;width:200px;display:inline-block;margin-top:10px}.pack_content{text-align:center;padding:0 20px 10px 20px;font-weight:500;font-size:16px;color:#222}.col-md-12.user_profile_div .agent_unit{overflow:visible;min-height:430px}.agent_control_bar{position:absolute;bottom:0;height:39px;font-size:20px;background-color:#f0f0f0;width:100%;padding:7px 0 0 7px}.agent_control_bar i{padding:5px 5px 5px 5px;font-size:13px;background-color:#5a7684;padding:5px;color:#fff;cursor:pointer;width:22px;height:23px}.agent_control_bar i:hover{color:#fff;background-color:#333}.add_review_wrapper,.property_reviews_wrapper{width:100%;display:inline-block;min-height:1px}.property_reviews_wrapper{margin-bottom:30px;background:#fff;padding:30px}.property_reviews_wrapper h4:After{content:""}.single-estate_agency .property_reviews_wrapper{margin-bottom:0}#wpestate_review_title{float:left;width:100%}#wpestare_review_content{float:left;width:100%}#submit_review{width:auto}.single-estate_agent .review-content{font-size:13px;line-height:22px}.single-estate_agent .property_ratings,.single-estate_agent .review-date,.single-estate_agent .review-title,.single-estate_agent .reviwer-name{line-height:22px}.empty_star{float:none;display:inline;margin-top:0;margin-right:2px;margin-bottom:10px;color:#8593a9;display:inline-block;font-size:24px;font-family:"Font Awesome 5 Free";font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;cursor:pointer}.empty_star:hover:before{content:"\f005";color:#0073e1}.empty_star:before{content:"\f005";font-family:"Font Awesome 5 Free";font-weight:500}.starselected,.starselected_click{color:#0073e1}.starselected:before,.starselected_click:before{content:"\f005";font-weight:600}.rating_legend{margin-right:5px}#listing_reviews{display:inline-block;padding-bottom:15px;color:#222}#listing_reviews .property_ratings{margin-left:10px}.listing-review{float:left;width:100%}.listing-review{float:left;width:100%;margin:5px 0 20px 0}.review-list-content{position:relative;padding-left:0}.reviewer_image{width:60px;height:60px;border-radius:50%;border:none;background-size:cover;background-position:50% 50%;display:inline-block;position:relative;float:left}.reviwer-name{color:#8593a9;margin-bottom:0;margin-top:7px;width:auto;text-align:left;font-size:13px;font-weight:500;padding-left:15px;display:inline-block;float:left}.property_ratings i{color:#0073e1;margin-right:2px}.listing-review .property_ratings{margin-top:9px;padding-right:0;float:right;right:0}.listing-review .property_ratings i{color:#0073e1;margin-right:0}.listing-review .property_ratings i.fa-star-o{color:#8593a9;font-size:14px}.ratings-star{margin-left:3px;margin-right:0;font-size:13px;color:#8593a9;font-family:Roboto,sans-serif}.review-content{float:left;margin-top:5px;border-bottom:1px solid #f0f0f0;padding-bottom:26px;width:100%;padding-left:75px}.listing-review:last-of-type .review-content{border:none}.review-date{margin-top:30px;color:#8a8f9a;font-size:12px;font-family:Roboto,sans-serif;position:absolute;right:0;top:0;float:right}.review_notice{padding:10px;background-color:#f8f8f8;display:inline-block;width:100%;border-radius:4px}#login_trigger_modal{color:#0073e1;font-weight:500;cursor:pointer}.review_tag{font-size:14px;font-weight:500}.review-title{float:left;left:0;margin-left:75px;margin-top:13px;font-family:Roboto,sans-serif;position:absolute;margin-bottom:0;top:16px;font-size:14px;color:#4d5567;font-weight:500}.add_review_wrapper .rating,.property_reviews_wrapper .rating{display:inline-block;margin-bottom:9px;width:100%}#show_contact{float:left}.agent_contanct_form .alert-box{clear:both;width:100%;display:flex}.agent_contanct_form .wpcf7{float:left;width:100%}.schedule_meeting{background-color:#69c17d;color:#fff!important;padding:3px 15px 3px;float:left;margin-left:13px;webkit-transition:background-color .1s linear;-o-transition:background-color .1s linear;transition:background-color .1s linear;cursor:pointer;font-size:13px;line-height:20px}.single-estate_agency .schedule_meeting,.single-estate_agent .schedule_meeting,.single-estate_developer .schedule_meeting{display:none}.acc_google_maps:hover,.schedule_meeting:hover{background-color:rgb(105 193 125 / 80%)}.user_dashboard_app{color:#fff;background-color:#6c5dd3;width:85%;margin:0 auto;margin-bottom:10px;padding:10px;font-size:14px;border-radius:8px;line-height:1.6em}.add-estate.profile-page.profile-onprofile .user_dashboard_app{width:100%}.header_agency_wrapper{background:#f6f6f6}.header_agency_container{width:1200px;margin:0 auto;padding:60px 15px 60px 15px;position:relative;min-height:300px}.agency_social_icon{width:30px;height:30px;background-color:#20c063;color:#fff;border-radius:50%;margin-right:10px;text-align:left;line-height:31px}.agency_social_icon i{font-size:17px}.agency_social_wrapper{width:100%;padding:0;position:absolute;top:0;right:15px;text-align:right}.agency_social_icon.facebook_icon{color:#3b5998;background-color:transparent;width:25px}.agency_social_icon.twiter_icon{color:#00aced;background-color:transparent}.agency_social_icon.linkedin_icon{color:#007bb6;background-color:transparent}.agency_social_icon.pinterest_icon{color:#cb2027;background-color:transparent}.agency_social_icon.instagram_icon{color:#517fa4;background-color:transparent}.agency_detail strong{font-weight:500}.agency_contact_but,.developer_contact_button{clear:both;margin-top:14px;margin-bottom:0;padding:4px 34px;font-size:14px}#agency_map{width:100%;height:450px}.single-estate_developer #agency_map{height:265px}.agency_title{text-transform:capitalize;margin-top:0;font-size:25px;margin-bottom:10px}.agency_detail{float:left;width:100%;display:inline-block;margin-bottom:3px;line-height:1.6em}.agency_detail a{color:#5c727d}.col-md-6.agency_details{padding-left:0}.agency_taxonomy{width:100%;float:left;padding-top:30px}.agency_content_wrapper{padding:30px 15px;background:#fff;float:left;margin-bottom:30px;width:100%}.agency_contact_wrapper #agency_contact{padding-left:0;padding-right:0}.agency_contact_wrapper{background:#fff;float:left;margin-bottom:30px}.agency_socialpage_wrapper{float:left}a.agency_social{display:inline-block;margin-right:10px;background-color:transparent;padding:0}.agency_social i{font-size:16px}.single-estate_developer .agency_social{margin-bottom:15px}.single-estate_developer .agency_social i{font-size:16px}.term_bar_wrapper{margin-bottom:26px;display:inline-block;width:100%;padding:0 0;float:left;background-color:#fff;box-shadow:0 10px 31px 0 rgba(7,152,255,.09);margin:0 15px 30px 15px}.term_bar_item{float:left;font-size:14px;padding:15px 25px 15px 25px;cursor:pointer;color:#222;min-width:120px;text-align:center;margin-right:1px;position:relative;overflow:hidden;text-transform:capitalize;font-weight:500;background-color:#fff}.term_bar_item:hover{color:#0073e1}.term_bar_item:hover:after{background:#0073e1}.term_bar_item:after{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:#edf0f1;content:'';-webkit-transition:background-color .3s,-webkit-transform .3s;transition:background-color .3s,transform .3s;-webkit-transition-timing-function:ease,cubic-bezier(.7,0,.3,1);transition-timing-function:ease,cubic-bezier(.7,0,.3,1);-webkit-transform:translate3d(0,100%,0) translate3d(0,-3px,0);transform:translate3d(0,100%,0) translate3d(0,-3px,0)}.term_bar_item.active_term,.term_bar_item.active_term:hover{color:#fff;background-color:#0073e1}.term_bar_item.active_term:after{transform:translate3d(0,0,0);background:#0073e1;color:#fff}.agency_listings_wrapper{width:100%;display:flex;flex-direction:row;flex-wrap:wrap}.agency_listings_title{margin-top:13px}.agency_agents_wrapper{margin-bottom:30px}.single-estate_agency #agent_comment,.single-estate_developer #agent_comment{height:175px}.single-estate_agency .agent_contanct_form{margin:0;box-shadow:none}.single-estate_agency .agency_contact{margin-right:0;padding-right:0}.no_agents{padding:0 15px}.agent_card_my_listings{position:absolute;left:15px;bottom:10px;font-size:12px;background-color:rgb(105 193 125 / 85%);color:#fff;float:right;padding:4px 15px;margin-top:4px;line-height:12px;z-index:1}.post_count{position:absolute;bottom:30%;right:17%;font-size:40px;font-weight:300;color:#f6bd7d;text-align:center;width:50px;height:50px;border:1px solid #f1f1f1;border-radius:50%}.agency_contact_class{width:100%}.agency_contact_container{width:1160px;margin:0 auto;padding:0 26px}.agency_contact_padding{padding-top:65px}.agency_contact_padding .agency_detail,.agency_contact_padding .agency_detail a{color:#5b6e8c}.developer_content{margin-top:30px}.developer_content .col-md-8,.developer_content .col-md-9{padding-left:0;line-height:22px}.developer_contact_wrapper{float:left;background-color:#fff;width:100%;margin-bottom:30px}.developer_map{margin-top:70px;padding-right:30px}.developer_contact_wrapper .agent_contanct_form{box-shadow:none;padding-left:15px;padding-right:15px}.developer_contact_button{margin-top:7px;float:left}.agency_taxonomy a,.developer_taxonomy a{border-radius:17px;padding:5px 17px;margin-right:10px;margin-top:10px;font-size:13px;float:left;text-transform:capitalize;line-height:1.65em;transition:none;-moz-transition:none;-webkit-transition:none;-o-transition:none;border:1px solid rgb(0 115 225 / 10%);color:#0073e1;background-color:rgb(0 115 225 / 10%)}.agency_taxonomy a:hover,.developer_taxonomy a:hover{background-color:#0073e1;color:#fff;border:1px solid #0073e1}.developer_taxonomy.agent_taxonomy a{background:0 0;margin-top:0;margin-bottom:15px}.single-estate_agent .developer_taxonomy a{color:#0073e1;background-color:rgb(0 115 225 / 10%)}.single-estate_agent .developer_taxonomy a:hover{background-color:#0073e1;color:#fff}.single-estate_developer .agent_contanct_form{margin-left:0;margin-bottom:0}#directory_load_more{cursor:pointer;clear:both;float:left}.directory_sidebar #amount_wd,.directory_sidebar#primary .adv_search_slider label{margin-bottom:0;float:none}#primary .adv_search_slider p,.directory_sidebar#primary .adv_search_slider{height:auto}.directory_sidebar{margin-bottom:30px;margin-top:0;width:30%}.directory_sidebar.col-md-pull-9{right:70%}.directory_sidebar_wrapper{background-color:#fff;display:inline-block;padding:30px;border:1px solid #fff}.directory_sidebar .extended_search_checker label,.directory_sidebar .filter_menu,.directory_sidebar label,.directory_sidebar_wrapper .form-control{color:#5c727d}.directory_sidebar label{margin-bottom:0}.directory_sidebar_wrapper .filter_menu{margin-left:0}.directory-adv_actions .sidebar_filter_menu,.directory-adv_area .sidebar_filter_menu,.directory-adv_category .sidebar_filter_menu,.directory-adv_city .sidebar_filter_menu,.directory-adv_conty .sidebar_filter_menu{padding:0}.directory_sidebar .caret_sidebar{top:7px;right:0}.directory_sidebar .extended_search_check_wrapper{display:block}.directory_sidebar .extended_search_checker{width:100%}.listing_filters_head_directory .filter_menu{margin-left:0;margin-top:8px!important;padding-bottom:0}.listing_filters_head_directory .listing_filter_select{margin-top:8px}.directory_sidebar .adv_search_slider{width:100%;height:auto}.directory_sidebar label{padding-right:3px;font-weight:400}.directory_sidebar label.directory_checkbox{width:auto}.directory_sidebar #amount_wd,.directory_sidebar#primary .adv_search_slider label{margin-bottom:0;float:none;font-size:13px}.property_keyword_wrapper label{margin-bottom:7px;margin-top:5px}.property_status_wrapper label{margin-bottom:7px;margin-top:7px}.property_status_wrapper{float:left;width:100%;padding-top:10px}.property_keyword_wrapper{float:left;width:100%}.directory_content_wrapper{margin-bottom:30px}.page-template-property_list_directory .single-content{margin-bottom:0!important}.page-template-property_list_directory .single-content p{margin-bottom:26px}.directory_slider{padding-right:15px;margin-top:13px;width:100%;float:left}.directory_slider #property_bathrooms,.directory_slider #property_bedrooms,.directory_slider #property_lot_size,.directory_slider #property_rooms,.directory_slider #property_size{color:#0073e1;font-weight:500;font-size:13px}.page-template-property_list_directory .content_wrapper .col-md-9{min-height:1500px}.wpestate_property_disclaimer{padding:30px 15px;text-align:center}.property_energy_saving_info{display:inline-block;width:100%}.wpestate-energy_class_container{display:flex;width:100%;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;align-content:stretch;align-items:stretch;gap:0;margin-top:85px}.row.class-energy{margin:0 0 25px 0}.wpestate-class-energy{color:#fff;flex-grow:1;text-align:center;padding:6px 0;position:relative}.indicator-energy{position:absolute;top:-45px;left:7%;padding:6px 12px;color:#fff;background-color:#999;font-weight:500;white-space:nowrap;-webkit-font-smoothing:antialiased;text-align:left;font-size:12px;z-index:9}.indicator-energy:before{content:"";position:absolute;border-top:10px solid #999;border-left:10px solid transparent;border-right:10px solid transparent;bottom:-10px;left:8%;margin-left:5px}.single_listing_block .load_more_ajax_cont{text-align:left;padding-left:15px}.single_listing_block .load_more_ajax_cont .wpresidence_button{float:none}.single_listing_block .load_more_ajax_cont .load_more_progress_bar{display:none}.single_listing_block .spinner{margin:50px auto}.add_custom_data_cont .cliche_row{display:none}.row.custom_details_container .col-md-3{margin-bottom:5px;margin-top:5px}.custom_details_container{padding:0;float:left;margin:15px 0 0 0;width:100%}.custom_details_container .row{margin:0}.elementor-widget-container .wpestate_property_widget .custom_details_container{display:none}.custom_details_container .custom_parameter_label{margin-right:10px;font-weight:500;width:100%;float:left;color:#222}.col-md-8.add_custom_data_cont .row{margin:0}.row.single_parameter_row .col-md-2:last-of-type,.row.single_parameter_row .col-md-5:first-of-type{padding-left:0}.row.single_parameter_row .col-md-2:last-of-type{line-height:1.3em}.agent_taxonomy{width:100%;float:left;margin:15px 0 0 0}.custom_parameter_wrapper{margin:15px -15px 0 -15px;display:inline-block;width:100%}.custom_parameter_wrapper .col-md-4{margin-bottom:15px}.estate_places_slider .places_wrapper_type_2{position:relative;border-radius:0}.estate_places_slider button.slick-next.slick-arrow,.estate_places_slider button.slick-prev.slick-arrow{top:50%;width:50px;height:50px;border-radius:50%;cursor:pointer;color:#99a2ae;background-color:#fff;color:#fff;padding-left:8px;border:none;position:absolute;-moz-box-shadow:10 10px 31px 0 rgba(7,152,255,.25);box-shadow:0 10px 31px 0 rgba(7,152,255,.25);z-index:10;margin-top:-25px;font-size:0}.estate_places_slider button.slick-next.slick-arrow:hover,.estate_places_slider button.slick-prev.slick-arrow:hover{-moz-box-shadow:0 3px 23px 9px rgba(7,152,255,.25);box-shadow:0 3px 23px 9px rgba(7,152,255,.25);transition:.3s ease-out}.estate_places_slider button.slick-prev.slick-arrow{left:-25px}.estate_places_slider button.slick-next.slick-arrow{right:-25px}.estate_places_slider button.slick-prev.slick-arrow:before{margin-right:10px;content:'\e800';font-family:fontello;font-size:20px;line-height:30px;opacity:1;color:#434953}.estate_places_slider button.slick-next.slick-arrow:before{margin-right:5px;content:'\e801';font-family:fontello;font-size:20px;line-height:30px;opacity:1;color:#434953}.estate_places_slider .places_wrapper_type_2 .places_cover{border-radius:0}.container_tour{position:relative;min-height:50px}.container_tour iframe{width:100%}.slider_type_3.theme_slider_wrapper .carousel-indicators{text-align:left;width:100%}.theme_slider_3_carousel-indicators{position:absolute;bottom:135px;left:50%;z-index:15;width:1110px;padding-left:0;margin-left:-565px;text-align:left;list-style:none;padding-top:10px}.theme_slider_3_price{z-index:1;color:#fff;font-size:19px;margin-bottom:25px}.theme_slider_3_price .price_wrapper{position:absolute;width:550px;right:0;display:none}.theme_slider_3_price .price_wrapper.active{display:block}.theme_slider_3 .inforoom_unit_type5:after{content:" ";width:2px;height:12px;background:#c3c1c1;position:absolute;top:1px;right:-12px}.theme_slider_3 .inforoom_unit_type5:last-of-type:after{display:none}.theme_slider_3_carousel-indicators a{display:inline-block;width:auto;text-indent:initial;cursor:pointer;background-color:transparent;border:none;border-radius:0;height:auto;float:left;color:#fff;text-align:left;padding:10px;line-height:1.3em;position:relative;margin:0;font-size:14px;font-weight:500;line-height:1.6}.theme_slider_3_carousel-indicators img{width:90px;border:2px solid #fff;border-radius:4px;transition:all .3s ease}.theme_slider_3_carousel-indicators a.active img{border:2px solid #222}.theme_slider_3_sec_row{color:#fff;text-transform:uppercase;font-size:16px;margin-left:-5px}.theme_slider_3 .owl-prev{height:90px;width:90px;position:absolute;background-color:#222;right:90px;bottom:0;top:auto;margin-top:120px;line-height:100px;text-align:center;transition:all .3s ease;border:none}.theme_slider_3 .owl-next{height:90px;width:90px;position:absolute;background-color:#222;right:0;bottom:0;top:auto;line-height:100px;text-align:center;transition:all .3s ease;border:none}.theme_slider_3.owl-carousel .owl-nav button.owl-next,.theme_slider_3.owl-carousel .owl-nav button.owl-prev{background-color:#222;margin:0;border-radius:0}.theme_slider_3 .owl-next:hover,.theme_slider_3 .owl-prev:hover{opacity:.8}.estate_places_slider button.slick-next.slick-arrow,.estate_places_slider button.slick-prev.slick-arrow{background-color:#fff!important}.theme_slider_3_gradient{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;background:#222;opacity:.5}.slider_type_3 .slide_cont_block{position:absolute;bottom:auto;width:500px;left:50%;margin-left:-555px;z-index:2;top:33%}.theme_slider_3 .theme_slider_contact_wrapper{top:0;position:relative;left:0}.theme_slider_3.full_screen_yes .slide_cont_block{bottom:30%}.slider_type_3 .slide_cont_block h2{color:#fff;font-size:55px;line-height:1em;margin-bottom:20px}.slider_type_3 .slide_cont_block h2:hover{opacity:.9}.theme_slider_3_exp{color:#fff;display:inline-block;width:100%;line-height:22px;font-size:16px;float:left;padding-right:30%}.submit_property_front_wrapper{width:100%;padding:30px;background-color:#fff;float:left;margin-bottom:45px}.page-template-front_property_submit{margin-top:30px}body.page-template-front_property_submit{margin-top:0}.page-template-front_property_submit .navigation_container{padding:0 0;float:left;width:100%}.navigation_buttons_wrapper_top{display:inline-block;opacity:0;height:1px}.page-template-front_property_submit .navigation_container button{margin-right:20px}.page-template-front_property_submit .single_step{overflow:hidden;display:none}#front_submit_next_step,#front_submit_prev_step{margin:30px 20px 0 0}#front_submit_prev_step{display:none}.single_step .row{margin:0 -15px}.single_step .wpestate_dashboard_section_title{color:#222;font-size:18px;line-height:1.6em;font-weight:500;margin:15px}.page-template-front_property_submit .add-estate.profile-page.profile-onprofile.row:first-child{border:none}.page-template-front_property_submit .navigation_container a{font-weight:500;font-size:16px;width:20%;float:left;padding-bottom:20px;padding-left:30px;padding-right:30px;padding-top:20px;background:#f2f2f2;text-align:center}.page-template-front_property_submit .navigation_container a.active{background:#fff}.profile-onprofile .col-md-6{float:left}.page-template-front_property_submit .navigation_container a.active{color:#0073e1}.page-template-front_property_submit label{float:left;width:100%}.page-template-front_property_submit label.wpestate_check_label{width:auto;float:none}.page-template-front_property_submit .features_amm_label{width:auto;float:none}.page-template-front_property_submit .features_submit{margin-bottom:10px}.page-template-front_property_submit .submit_container{width:100%}.page-template-front_property_submit .step_1,.page-template-front_property_submit .step_2,.page-template-front_property_submit .step_3,.page-template-front_property_submit .step_4,.page-template-front_property_submit .step_5{float:left;width:100%}.page-template-front_property_submit .step_1{display:block}.page-template-front_property_submit #prev_step,.page-template-front_property_submit #submit_property{display:none}.page-template-front_property_submit #facebookloginsidebar_mobile,.page-template-front_property_submit #googleloginsidebar_mobile,.page-template-front_property_submit #twitterloginsidebar_mobile,.page-template-front_property_submit .login_row{display:none}.page-template-front_property_submit .loadersmall{border:3px solid #f3f3f3;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;border-top:3px solid #0073e1;border-radius:50%;width:15px;height:15px;display:inline-block;margin-bottom:-4px;margin-left:5px}.page-template-front_property_submit .login_header_text{margin-bottom:20px;color:#263238;font-size:16px;line-height:1.6em;font-weight:500}.page-template-front_property_submit .submit_mandatory{padding-left:0;line-height:1.5em}.page-template-front_property_submit select{height:56px;background-color:#fff;padding:0 6px;font-size:14px;border-radius:8px;margin-bottom:15px;background:rgb(228 228 228 / .5);color:rgb(17 20 45 / .5)}.step2 label{width:100%}.page-template-front_property_submit #embed_video_id,.page-template-front_property_submit #embed_video_type{max-width:50%}.page-template-front_property_submit input[type=text]{height:40px;width:100%}.page-template-front_property_submit input[type=number],.page-template-front_property_submit input[type=text],.page-template-front_property_submit textarea{font-size:14px;padding:15px 0 15px 9px;border:1px solid #eee;box-shadow:none;background:#e4e4e4;opacity:.5;height:56px;border-radius:8px;float:left;width:100%;margin-bottom:15px}.page-template-front_property_submit input[type=number]:focus,.page-template-front_property_submit input[type=text]:focus,.page-template-front_property_submit textarea:focus{background:#fff;border:2px solid #0073e1;opacity:1}.page-template-front_property_submit #modal_login_wrapper select{background:#fff;border-radius:4px;height:42px}.page-template-front_property_submit .contactformwrapper textarea{color:#8593a9;background:#fff;opacity:1;border-radius:4px}.page-template-front_property_submit .contactformwrapper input[type=text],.page-template-front_property_submit .search_wrapper input[type=text]{margin:0 13px 13px 0;padding:9px 0 9px 13px;color:#8593a9;background:#fff;opacity:1;height:40px;border-radius:4px}.page-template-front_property_submit .contactformwrapper input[type=checkbox]{float:left}.page-template-front_property_submit .contactformwrapper label,.page-template-front_property_submit .search_wrapper label{width:auto}.page-template-front_property_submit .adv_search_slider .ui-slider{margin-top:10px}.page-template-front_property_submit #login_user_mobile,.page-template-front_property_submit #modal_login_wrapper input[type=text]{color:#8593a9;font-size:13px;line-height:1.428571429;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #eee;border-radius:4px;box-shadow:none;-webkit-box-shadow:none;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;margin-bottom:15px;-webkit-appearance:none;height:42px;padding:9px 0 9px 10px;margin-bottom:10px;opacity:1}.page-template-front_property_submit #modal_login_wrapper .form-control:focus{border-color:#0073e1;outline:0;-webkit-box-shadow:inset 0 1px 1px rgb(0 0 0 / 8%),0 0 8px rgb(102 175 233 / 60%);box-shadow:inset 0 1px 1px rgb(0 0 0 / 8%),0 0 8px rgb(102 175 233 / 60%)}.page-template-front_property_submit textarea{height:auto;border-top-left-radius:0;border-top-right-radius:0}.page-template-front_property_submit .quicktags-toolbar{padding:10px;border:0}.page-template-front_property_submit .wp-editor-container{border:0}.page-template-front_property_submit .feature_chapter_name{width:100%;margin-left:15px;margin-bottom:15px}.wp-block-columns .wp-block-column:not(:first-child),.wp-block-columns .wp-block-column:nth-child(even){margin-left:15px}.wp-block-columns .wp-block-column:not(:last-child){margin-right:0}.wp-block-columns .wp-block-column{margin-bottom:0}.wp-block-columns .wp-block-column:nth-child(odd){margin-right:0}.wp-block-columns.alignfull.has-1-columns .wp-block-column:nth-child(odd){margin-right:0}.residence_gutenberg_class .places_wrapper_type_2{margin:0 15px;width:auto}.residence_demo_title{font-family:'Open Sans';font-weight:700;color:#333;margin-top:15px}.residence_demo_title_under{font-family:'Open Sans';font-weight:400;font-style:normal;color:#8593a9;margin-top:10px;margin-bottom:45px;width:550px;margin:0 auto;text-align:center}.leaflet_cluster{width:72px;height:75px;font-size:15px;background-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/cloud.png);top:-36px;left:-36px;position:absolute;background-position:50% 50%;background-repeat:no-repeat;color:#fff;font-weight:500;text-align:center;line-height:75px}.leaflet-popup .wpestate_marker{position:absolute;top:8px;left:-3px;transform:none}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:0 0!important;box-shadow:none!important}.leaflet-control-zoom{display:none}.wpresidence_leaflet_label{background:#fff;float:left;width:100px;text-align:center;margin-left:-50px}.leaflet_submit_map_wrapper{z-index:0}.submit_leaflet_admin{background-color:#fff;padding:5px;min-width:255px}.leaflet-popup-close-button{display:none}.uvc-heading h2{font-weight:800!important}.newsletter_input{box-shadow:0 30px 50px 0 rgba(0,0,0,.1);border-top-right-radius:2px;border-bottom-right-radius:2px;border-top-left-radius:4px;border-bottom-left-radius:4px;min-height:54px;background-color:#0073e1;width:25%;border-color:transparent;color:#fff;padding:0;font-size:15px;margin:0;font-weight:500}input[type=email].newsletter_form{width:75%;height:54px;padding:18px 18px;color:#8593a9;font-size:15px}.newsletter input.newsletter_form{padding-left:15px;border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.return_woo_button{margin-top:0;padding:13px 15px;color:#fff;background-color:#0073e1;font-size:16px;font-weight:500;margin-bottom:0;border-radius:4px;display:inline-block;width:auto;color:#fff!important;margin:10px 0}.woocommerce form .form-row{padding:3px 3px 3px 0}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:50%}.woo_pay,.woo_pay_submit{border-radius:8px;font-size:14px;font-weight:500;padding:0 30px;background:#0073e1;cursor:pointer;text-align:center;margin-top:15px;color:#fff;width:210px;line-height:54px}.woo_pay:hover,.woo_pay_submit:hover{background-color:#106dd2}.woocommerce-error,.woocommerce-info,.woocommerce-message{display:inline-block;width:100%;background:#fff;border-top-color:#0073e1;box-shadow:rgba(0,0,0,.06) 0 2px 4px 0}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{background-color:#fff;border:none;box-shadow:rgba(0,0,0,.06) 0 2px 4px 0;margin:0 0 30px 0;border-radius:4px}.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{-webkit-font-smoothing:antialiased;padding:12px 12px;margin-top:0;padding:16px 15px;color:#fff;background-color:#0073e1;font-size:16px;font-weight:500;margin-bottom:0;border-radius:4px}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{margin-bottom:15px;background-color:#fff;border:1px solid #e7e9ef;color:#8a8f9a;border-radius:4px;padding:2px 13px 0 13px;font-weight:400;width:100%;height:40px}.woocommerce form .form-row textarea{height:240px;padding-top:10px}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #e7e9ef;border-radius:4px;height:40px}form.woocommerce-checkout{background:#fff;padding:20px 20px 20px 20px;box-shadow:rgba(0,0,0,.06) 0 2px 4px 0;border-top:3px solid #0073e1}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:#fcfcfc;border-radius:4px}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{background-color:#efeded;color:#333}#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before{border:1em solid #efeded;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent}.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{-webkit-font-smoothing:antialiased;padding:12px 12px;margin-top:0;padding:20px 45px;color:#fff;background-color:#0073e1;font-size:17px;font-weight:500;margin-bottom:0;border-radius:4px;margin-top:10px}.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled]{padding:16px 15px;opacity:.7;color:#fff;display:none}.woocommerce button.button.alt:hover{background-color:#576074}.meta-element-head{display:none}.wpresidence_sidebar_cart{display:inline-block;background-color:#fff;width:100%;border-radius:4px;padding:30px 30px 19px 30px;box-shadow:rgba(0,0,0,.06) 0 2px 4px 0}.wpresidence_sidebar_cart h3{margin:10px 0}.wpestate_cart_item span{font-weight:500}.wpresidence_sidebar_cart h4{margin-top:10px}.wpresidence_sidebar_cart_unit{margin-bottom:20px}.woocommerce table.shop_table{border-radius:4px;background:#fff;border:1px solid #e7e9ef}#coupon_code{width:150px;padding:12px;margin-right:15px;border:1px solid #e7e9ef}.woocommerce-form-coupon #coupon_code{width:100%;height:48px;margin-right:0}.woocommerce a.remove:hover{color:#0073e1!important;background:0 0}.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce button.button:hover,.woocommerce input.button.alt:hover{background-color:#576074;color:#fff}.woocommerce form .form-row label{line-height:2;margin-bottom:0}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#8a8f9a;line-height:40px}.select2-container--default .select2-selection--single .select2-selection__arrow{height:40px}.woocommerce form .form-row .select2-container{width:100%;line-height:42px;margin-bottom:15px}#order_review_heading{margin-top:15px}.showcoupon{color:#0073e1}.woocommerce-order{display:inline-block;width:100%;background:#fff;border-top-color:#0073e1;box-shadow:rgba(0,0,0,.06) 0 2px 4px 0;padding:20px}.woocommerce ul.order_details{margin:20px 0;list-style:none}.woocommerce ul.order_details{margin:20px 0 40px 0;list-style:none}.woocommerce ul.order_details li{float:left;margin-right:15px}.woocommerce .woocommerce-customer-details address{border-radius:4px;padding:20px;font-size:14px}.woocommerce-terms-and-conditions-checkbox-text{padding-left:20px}.woocommerce form .form-row .input-checkbox{margin:5px 8px 0 0}#shopping-cart{float:left;color:#333;font-size:20px;cursor:pointer;margin:10px 10px 0 0}#shopping-cart-icon{width:84%}.header_transparent #shopping-cart_icon path{fill:#fff}.wpestream_cart_counter_header_mobile{border-radius:50%;width:25px;height:25px;background-color:#0073e1;line-height:25px;text-align:center;font-size:12px;position:absolute;top:12px;right:15px;float:right;color:#fff;left:auto}.wpestate_header_view_cart,.wpestate_header_view_checkout{width:100%;display:inline-block;margin-top:15px;text-align:center;padding:4px 15px}.wpestate_header_view_cart{border-color:#ebba7c;color:#fff;background-image:linear-gradient(to right,transparent 50%,#ebba7c 50%);margin-bottom:0}.wpestate_header_view_checkout{background-color:#b0ae37}.wpestate_header_view_cart:hover,.wpestate_header_view_checkout:hover{background-color:#333;color:#fff;border-color:#333}.wpestate_in_cart_price{width:100%;font-weight:500;margin-bottom:20px;font-size:13px;color:#0073e1;text-align:left}.woocommerce-order-received .wpresidence_sidebar_cart{display:none}#shopping-cart_icon path,.header_wrapper.customnav #shopping-cart_icon path{fill:#222}.transparent_header #shopping-cart_icon path{fill:#fff}#accordion_property_payment_calculator_collapse .panel-body{display:flex;flex-direction:row;flex-wrap:wrap}#hoo_fees,#monthly_property_tax{width:100%}#canvas-holder{margin-left:-40px;position:relative}.morgage_chart_wrapper,.morgage_data_wrapper{position:relative;width:50%;float:left}.morgage_chart_wrapper.onfirst,.morgage_data_wrapper.onfirst{padding-right:15px}.elementor-widget-container #morgage_chart{width:379px!important;height:189px!important;margin:0 auto}.col-md-12.full_width_prop #morgage_chart{width:369px!important;height:184px!important;margin:0 auto}.col-md-12.full_width_prop .morgage_chart_wrapper.onfirst{height:184px!important}.morgage_chart_wrapper label,.morgage_data_wrapper label{display:inline-block;width:100%;margin-bottom:3px;margin-top:13px;color:#222;font-weight:500}.morgage_data_wrapper .morgage_inputdata{width:100%}#morgage_down_payment{width:75%;float:left}#morgage_down_payment_percent{width:25%;float:left}#morgage_chart{position:relative}.morg_momth_pay{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:46px;margin-left:25px}.morg_month_wrap{width:100%;display:block;font-weight:500;font-size:17px;color:#333}.morgage_legend{list-style-type:none;margin:0;display:inline;float:left;font-size:13px;margin-top:10px;position:absolute}.morgage_legend li,.tab-content .morgage_legend li{display:inline;float:left;margin-right:10px}#tab_prpg .tab-pane .morgage_chart_wrapper ul{margin-left:0}#tab_prpg .tab-pane .morgage_legend li{width:auto}.morgage_legend li:before{width:10px;height:6px;content:" ";margin-right:5px;background:#0073e1;float:left;margin-top:7px}.morgage_legend li:nth-child(n+1):before{background:#0073e1}.morgage_legend li:nth-child(n+2):before{background:#0ac3f8}.morgage_legend li:nth-child(n+3):before{background:#ff5e5b}.wpestate_term_list{list-style-type:none;width:100%;margin:0;font-weight:500}.wpestate_term_list li{width:100%;padding:2px 0}.wpestate_term_list span{float:right;border-radius:4px;background:#0073e0;color:#fff;padding:2px 5px;font-size:12px;line-height:14px;font-weight:500}.property_details_modal_container{width:1250px;height:100%;min-height:100vh;top:0;line-height:1.65em}#property_modal_images{width:60%;overflow-y:scroll;float:left;background:#222}#property_modal_content{width:40%;overflow-y:scroll;float:left;padding:20px 0;display:inline-block}#property_modal_header{width:40%;float:left;padding:10px 20px 0 20px;background-color:#f7f7f7}#property_modal_images img:first-of-type{width:100%}#property_modal_images img{width:50%;display:inline-block;opacity:.75;cursor:pointer;transition:all .3s ease-out}#property_modal_images img:hover{opacity:1}#property_modal_images img:first-of-type{border:none!important}#property_modal_images img:nth-of-type(2n+1){border-top:2px solid #fff;border-left:1px solid #fff}#property_modal_images img:nth-of-type(2n+2){border-top:2px solid #fff;border-right:1px solid #fff}.modal_property_title{position:relative;float:left;margin-top:5px;width:100%;font-size:26px;margin-bottom:5px}#modal_login_wrapper,.admin-bar #property_details_modal_wrapper{z-index:999999}.modal_property_price{float:left;font-size:20px;font-weight:500;color:#0073e1}.modal_property_bed{float:left;margin-left:30px}#modal_contact_agent{float:left}.modal_property_addr,.wpestate_property_modal_addr,.wpestate_property_modal_features,.wpestate_property_modal_videos,.wpestate_property_modal_walkscore,.wpestate_property_modal_yelp{width:100%;float:left;margin:10px 0}.lightbox_property_wrapper_floorplans .owl-theme .owl-nav{text-align:left}.wpestate_property_modal_floor_plans .floor_title{width:100%;color:#222;margin-bottom:5px}.wpestate_property_modal_floor_plans .floor_details{width:50%;float:left;text-align:left}.wpestate_property_modal_floor_plans .floor_image img{width:100%}#property_modal_content .wpestate_agent_details_wrapper{box-shadow:none;box-shadow:none!important;padding:0}#property_modal_content p{margin-bottom:15px}#property_modal_content .custom_details_container,#property_modal_content .mydetails{display:none}#property_modal_content .agent_contanct_form{box-shadow:none!important;padding:0;margin-top:30px;display:none}#property_modal_content .agent_unit_social_single .fa{font-size:14px}#property_modal_content .wpestate_property_description{box-shadow:none!important;padding:0}#property_modal_content .panel-title{margin-bottom:10px;color:#222}.wpestate_property_modal_addr .listing_detail.col-md-4,.wpestate_property_modal_details .col-md-4,.wpestate_property_modal_features .col-md-4{width:50%}#owl-demo-modal img,.owl-demo-modal_class img{max-height:800px;width:auto;margin:0 auto;float:none;right:auto;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}#owl-demo-modal .owl-carousel .owl-item .item,.owl-demo-modal_class .owl-carousel .owl-item .item{height:auto}.modal_lightbox_property_wrapper .lightbox_property_wrapper_level2{width:100%;max-width:1200px;background:0 0;max-height:800px;min-height:800px}.modal_lightbox_property_wrapper .lightbox_property_slider{max-width:100%}.lightbox_property_slider .owl-nav i{margin-right:0}.modal_lightbox_property_wrapper .owl-carousel .owl-item .item{height:800px}.modal_bathrooms,.modal_bedrooms,.modal_size{margin-right:10px;font-size:15px}.modal_property_addr{clear:both;float:left;font-size:15px;margin-top:5px}#property_modal_content .agent_detail{font-size:13px}#property_modal_content .agent_unit_social_single{width:85%}#property_modal_content .agent_details,#property_modal_content .agentpic-wrapper{width:50%;min-height:0;padding-left:0}.modal_property_adress,.modal_property_description,.modal_property_details,.modal_property_features,.modal_property_video,.modal_property_video_tour{margin-bottom:5px;display:inline-block}.modal_content_block{padding:15px 15px;display:inline-block;width:100%}.modal_content_block:empty{display:none}.modal_content_block:nth-of-type(odd){background:#fafafa}#modal_property_agent{background:#fff!important;padding-bottom:0}#modal_property_agent .agent_details h3{font-size:20px}#modal_property_agent .agentpict{height:210px}#modal_property_agent #show_contact{width:100%}#modal_property_agent .schedule_meeting{margin-bottom:15px;margin-left:0}#property_modal_content #agent_contact_name,#property_modal_content #agent_phone,#property_modal_content #agent_user_email{width:31%}#property_modal_content .listing_detail strong{color:#222;font-weight:500}.vbox-overlay{z-index:99999999!important}#property_modal_content .morg_momth_pay{margin-top:0;font-size:13px}#property_modal_content .morg_month_wrap{font-size:14px}#owl-demo-modal,#owl-demo-modal .owl-item,.owl-demo-modal_class{width:1200px;height:768px}.owl_holder{width:100%;height:100%;background-position:center center;background-size:cover;background-repeat:no-repeat}#property_modal_top_bar{width:100%;height:35px;margin-bottom:6px;position:relative;border-bottom:1px solid #e9e9e9;display:inline-block;float:left}#property_modal_top_bar #add_favorites{top:0;left:0;right:auto;font-size:13px;cursor:pointer;border-radius:4px;display:inline-block}#property_modal_top_bar #add_favorites.isfavorite{background-color:#0073e1;color:#fff;padding:0 10px}#property_modal_top_bar #add_favorites.isfavorite i,#property_modal_top_bar i.far.fa-heart{display:none}#property_modal_top_bar .isnotfavorite{background-color:#a6b3bb;color:#fff;padding:0 10px}#property_modal_top_bar #add_favorites.isfavorite:hover,#property_modal_top_bar #add_favorites:hover{background-color:#0073e1;color:#fff;padding:0 10px}#property_modal_top_bar .prop_social{top:3px;right:0}#modal_property_mortgage{margin-bottom:30px}.elementor-location-archive{float:left}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{display:inline-block;position:relative}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:auto;margin:0 auto}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit;pointer-events:auto}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#222}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//homelive.pt/wp-content/themes/wpresidence/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-nav{margin-top:-22px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:4px}.owl-theme .owl-nav [class*=owl-]:hover{color:#fff;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#0274e2;opacity:.35;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.invoice_print_title{font-size:25px;border-top:1px solid #f0f0f0;padding-top:20px;margin-bottom:5px}.wpestate_invoice_date{font-size:13px}.wpestate_print_invoice_from_whom_section,.wpestate_print_invoice_to_section{width:50%;float:left;margin-top:45px;font-size:14px;margin-bottom:45px;line-height:1.5em}.wpestate_print_invoice_details_wrapper{width:100%;text-align:right}.wpestate_print_invoice_details_detail{width:100%;float:left;border-bottom:1px solid #f1f1f1;padding:15px 0;font-size:13px;margin-bottom:0}.wpestate_print_invoice_details_detail label{float:left;font-weight:500}.wpestate_print_invoice_details_wrapperex_details{width:100%;float:left;text-align:left;margin-top:30px;font-size:14px;line-height:1.5em}.wpestate_print_invoice_end{width:100%;float:left;text-align:left;margin-top:30px;font-size:14px;line-height:1.5em}.wpestate_sliding_box_wrapper{min-height:1px}.wpestate_sliding_box{position:relative;float:left;width:265px;margin-right:15px;padding:0;border:none;border-radius:7px;overflow:hidden;z-index:1;-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out;box-shadow:0 10px 35px rgb(38 41 77 / 10%);border:1px solid #f1f8ff;background:#fff}.wpestate_sliding_box.slider_box_size_3:last-child,.wpestate_sliding_box.slider_box_size_5:last-child,.wpestate_sliding_box:last-child{margin-right:0!important;margin-bottom:0}.wpestate_sliding_box.active-element{width:530px}.wpestate_sliding_box .sliding-image{width:265px;display:flex;align-items:center;justify-content:center;height:265px;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;z-index:1}.wpestate_sliding_box .sliding-content-wrapper{padding:50px;position:absolute;top:0;left:265px;width:265px;height:100%;background:#fff;display:flex;flex-direction:column;justify-content:center}.wpestate_sliding_box .sliding-content-wrapper h4{font-size:22px}.wpestate_sliding_box .sliding-content-action{font-weight:500;color:#0073e1}.wpestate_sliding_box.slider_box_size_3,.wpestate_sliding_box.slider_box_size_3 .sliding-image{width:358px}.wpestate_sliding_box.slider_box_size_3.active-element{width:716px}.wpestate_sliding_box.slider_box_size_3 .sliding-content-wrapper{left:358px;width:358px}.wpestate_sliding_box.slider_box_size_5,.wpestate_sliding_box.slider_box_size_5 .sliding-image{width:209px}.wpestate_sliding_box.slider_box_size_5.active-element{width:418px}.wpestate_sliding_box.slider_box_size_5 .sliding-content-wrapper{left:209px;width:209px}.search_wr_elementor{background-color:#fff;padding:20px;border-radius:5px}.search_wr_elementor form{display:flex;flex-direction:row;flex-wrap:wrap}.search_wr_elementor #actionslist li:nth-of-type(2),.search_wr_elementor #adv-search-area li:nth-of-type(2),.search_wr_elementor #adv-search-city li:nth-of-type(2),.search_wr_elementor #adv-search-countystate li:nth-of-type(2),.search_wr_elementor #categlist li:nth-of-type(2){display:none}.elemenentor_submit_wrapper .wpresidence_button{width:100%;margin-bottom:0}.search_wr_elementor .tab-pane{box-shadow:none}.search_wr_elementor .adv-search-header{font-size:21px;font-weight:500;color:#222;margin-bottom:15px}.elementor-widget-WpResidence_Search_Form_Builder .elementor-field-group>label,.search_wr_elementor .elementor-field-label{font-size:13px;font-weight:500;color:#222}.search_wr_elementor .filter_menu_trigger{padding:0;margin-top:0}.search_wr_elementor .filter_menu{margin-left:0}.search_wr_elementor .caret_filter{position:absolute;right:15px;top:50%;margin-top:-2px}.search_wr_elementor .form-control{margin-bottom:0;height:auto}.search_wr_elementor .nav-tabs{margin-bottom:0}.elemenentor_submit_wrapper{flex-direction:column;justify-content:flex-end}.label_radius_wrapper_p,.single-content p.label_radius_wrapper_p{margin-bottom:0}.search_wr_elementor .adv_search_slider p,.search_wr_elementor .label_radius_wrapper_p{margin-bottom:5px}.search_wr_elementor .extended_search_check_wrapper{margin:0}.search_wr_elementor .adv_search_tab_item{float:none;flex-wrap:wrap;display:inline-flex;flex-direction:row;justify-content:space-around;align-content:center;align-items:center}.search_wr_elementor .adv_search_tab_item:last-of-type{border-right:solid}.search_wr_elementor .adv_search_tab_item.active:before{display:none}.search_wr_elementor .adv_search_tab_item a{transition:none;padding:0;margin:13px 23px}.wpestate_elementor_search_show_ammenities{margin-bottom:0!important}.item_underline_active_yes a{position:relative}.item_underline_active_yes.active a:after{content:" ";width:100%;background-color:#222;position:absolute;bottom:-7px;height:3px;left:0}.search_button_use_hover_effect_notrue{background-color:none!important}.search_wr_elementor .wpresidence_button{display:flex;flex-direction:row;align-content:center;align-items:center;justify-content:center}.search_wr_elementor .wpresidence_button svg{height:15px;width:auto}.search_button_use_hover_effect_no{background-image:none!important;border:none}.search_wr_elementor .form-control.open,.search_wr_elementor .form-control:focus{border-color:inherit;outline:0;-webkit-box-shadow:none;box-shadow:none}.search_wr_elementor .adv_search_geo_radius_wrapper,.search_wr_elementor .adv_search_slider{height:auto;width:100%}.property_slider_carousel_elementor_v2.owl-carousel .owl-item .item{min-height:100%;background-size:cover;background-position:50% 50%;width:100%;height:auto;background-color:transparent;position:relative}.property_slider_carousel_elementor_v2.owl-carousel .owl-item{opacity:1;width:290px!important}.property_slider_carousel_elementor_v2.owl-carousel .carousel-control{color:#0073e1;top:0;margin-top:0}.property_slider_carousel_elementor_v2.owl-carousel .carousel-control i{font-size:14px}.property_slider_carousel_elementor_v2_image_container{width:100%;height:370px;box-shadow:0 10px 31px 0 rgb(7 152 255 / 9%);border-radius:5px;background-size:cover;transition:all .7s ease}.property_slider_carousel_elementor_v2 h2{font-size:15px}.property_slider_carousel_elementor_v2 .owl-nav{position:absolute;top:40%;left:-60px;display:flex;flex-direction:column}.property_slider_carousel_elementor_v2.owl-theme .owl-nav .owl-next,.property_slider_carousel_elementor_v2.owl-theme .owl-nav .owl-prev,.property_slider_carousel_elementor_v3.owl-theme .owl-nav .owl-next,.property_slider_carousel_elementor_v3.owl-theme .owl-nav .owl-prev{background-color:#777AF212;width:40px;height:40px;border-radius:5px;color:#0274e2}.property_slider_carousel_elementor_v2.owl-theme .owl-nav .owl-next:hover,.property_slider_carousel_elementor_v2.owl-theme .owl-nav .owl-prev:hover,.property_slider_carousel_elementor_v3.owl-theme .owl-nav .owl-next:hover,.property_slider_carousel_elementor_v3.owl-theme .owl-nav .owl-prev:hover{color:#fff;background-color:#0274e2}.property_slider_carousel_elementor_v2_image_wrapper{position:Relative;overflow:hidden;border:0 solid #000}.property_slider_carousel_elementor_v2 .places_cover{width:100%;height:100%;background-color:#1d293e;opacity:.15;top:0;left:0;transition:all .7s ease;cursor:pointer;border-radius:4px;position:absolute;pointer-events:none;z-index:7}.property_slider_carousel_elementor_v2_title{font-size:18px;margin-top:10px;font-weight:500;display:inline-block;color:#222}.property_slider_carousel_elementor_v2_price{background-color:rgba(0,115,225,.85);color:#fff;border-radius:4px;position:absolute;left:9px;bottom:10px;z-index:9;padding:4px 7px;font-size:13px;line-height:1.5em}.property_slider_carousel_elementor_v2_price .price_label{font-size:13px;line-height:1.5em}.property_slider_carousel_elementor_v2_image_wrapper:hover .property_slider_carousel_elementor_v2_image_container{transform:scale(1.05);-moz-transform:scale(1.05);-webkit-transform:scale(1.05);-o-transform:scale(1.05);-ms-transform:scale(1.05)}.property_slider_carousel_elementor_v2_image_wrapper:hover .places_cover{opacity:0}.property_slider_carousel_elementor_v3{height:530px;width:100%;max-width:840px;display:block;box-shadow:0 10px 31px 0 rgb(7 152 255 / 9%);padding:0!important;border-radius:10px;margin:0 auto;overflow:hidden}.property_slider_carousel_elementor_v3.owl-carousel.owl-loaded{display:block;overflow:initial}.property_slider_carousel_elementor_v3 .owl-carousel .owl-stage-outer{padding:30px 0}.property_slider_carousel_elementor_v3 .item{width:100%;height:100%;display:inline-block;position:relative;background:#fff;margin:auto;max-width:840px;height:530px!important;width:100%;margin-top:0;margin-bottom:0;overflow:hidden;padding:0!important;border-radius:10px}.property_slider_carousel_elementor_v3 .owl-item{width:100%}.property_slider_carousel_elementor_v3_image_wrapper{width:50%;height:100%;float:left;position:relative}.property_slider_carousel_elementor_v3_content_wrapper{width:50%;height:100%;float:left;position:relative;padding:45px;background-color:#fff}.property_slider_carousel_elementor_v3_content_wrapper .property_listing_details{padding:0}.property_slider_carousel_elementor_v3 .places_cover{width:100%;height:100%;background-color:#1d293e;opacity:.15;top:0;left:0;transition:all .7s ease;cursor:pointer;position:absolute;pointer-events:none;z-index:7}.property_slider_carousel_elementor_v3 .tag-wrapper{z-index:8}.property_slider_carousel_elementor_v3_price{color:#0d7ae3;font-family:Roboto,sans-serif;font-size:17px;font-weight:500;margin-bottom:10px}.property_slider_carousel_elementor_v3_title{color:#222;font-family:Roboto,sans-serif;font-size:26px;font-weight:500;margin-bottom:10px;float:left;min-height:auto!important;line-height:1.1em}.property_slider_carousel_elementor_v3 .property_agent_wrapper a{font-size:15px;font-weight:500;line-height:47px}.property_slider_carousel_elementor_v3 .property_agent_image{width:50px;height:50px;border-radius:50%}.property_slider_carousel_elementor_v3 .property_agent_wrapper{position:absolute;bottom:30px}.property_slider_carousel_elementor_v3_address{border-bottom:1px solid #cacACA3B;padding-bottom:20px;margin-bottom:20px;width:100%;display:inline-block}.property_slider_carousel_elementor_v3_excerpt{margin-bottom:30px;display:inline-block}.property_slider_carousel_elementor_v3_image_container{width:100%;height:100%;box-shadow:0 10px 31px 0 rgb(7 152 255 / 9%);background-size:cover;transition:all .7s ease}.property_slider_carousel_elementor_v3 .owl-nav{position:absolute;top:50%;width:100%;margin-top:-20px}.property_slider_carousel_elementor_v3.owl-theme .owl-nav .owl-prev{left:-65px;position:absolute}.property_slider_carousel_elementor_v3.owl-theme .owl-nav .owl-next{right:-65px;position:absolute}.property_slider_carousel_elementor_v3 .owl-dots{margin-top:15px}.property_slider_carousel_elementor_v3 svg{width:20px;height:20px;display:block;margin:0 10px 0 0}.property_slider_carousel_elementor_v3 .infobath,.property_slider_carousel_elementor_v3 .inforoom,.property_slider_carousel_elementor_v3 .infosize{line-height:inherit;margin-right:20px;color:#5c727d;font-size:15px;float:left}.wpestate_testimonial_slider{background-color:transparent;border-radius:5px}.wpestate_testimonial_slider.owl-carousel .owl-stage-outer{padding:30px 0}.wpestate_testimonial_slider .item{position:relative;background:#fff;margin:auto;max-width:770px;height:400px!important;width:100%;margin-top:0;margin-bottom:0;box-shadow:0 10px 31px 0 rgb(7 152 255 / 9%);overflow:hidden;padding:0!important;background-color:#fff!important;border-radius:10px}.wpestate_testimonial_slider .item_testimonial_content{width:50%;height:100%;display:inline-block;float:left;padding:50px}.wpestate_testimonial_slider .item_testimonal_image{width:50%;height:100%;background-size:cover;display:inline-block;float:left}.item_testimonial_title{font-size:19px;color:#222;font-weight:500;display:inline-block;margin-top:0;margin-bottom:30px}.item_testimonial_text{font-size:15px;margin-bottom:30px;line-height:1.6em}.item_testimonial_stars i{margin:0 3px 12px 0;color:#ffc662;font-size:13px}.item_testimonial_name{font-size:15px;font-weight:500;color:#0274e2;line-height:1em}.item_testimonial_job{font-size:15px;font-weight:500;color:#a5b5bd}.wpestate_testimonial_slider .owl-nav{position:absolute;top:50%;width:100%;margin-top:-35px}.wpestate_testimonial_slider.owl-theme .owl-nav .owl-prev{position:absolute;left:80px}.wpestate_testimonial_slider.owl-theme .owl-nav .owl-next{position:absolute;right:80px}.wpestate_testimonial_slider.owl-theme .owl-nav .owl-next,.wpestate_testimonial_slider.owl-theme .owl-nav .owl-prev{background-color:#777AF212;width:40px;height:40px;border-radius:5px;color:#0274e2}.wpestate_testimonial_slider.owl-theme .owl-nav .owl-next:hover,.wpestate_testimonial_slider.owl-theme .owl-nav .owl-prev:hover{color:#fff;background-color:#0274e2}.wpestate_testimonial_slider.owl-theme .owl-dots{margin-top:0}.property_slider_carousel_elementor_v3 .owl-dots .owl-dot.active span,.property_slider_carousel_elementor_v3 .owl-dots .owl-dot:hover span,.wpestate_testimonial_slider.owl-theme .owl-dots .owl-dot.active span,.wpestate_testimonial_slider.owl-theme .owl-dots .owl-dot:hover span{background:#1f80e4;opacity:1}.slider_orientation_yes{float:right}.slider_orientation_yes.property_slider_carousel_elementor_v2 .owl-nav{left:auto;right:-60px}.wpresidence_video_wrapper{display:inline-block;line-height:0;transition:all .3s ease}.wpresidence_video_wrapper a{line-height:0}.wpresidence_video_wrapper i{font-size:20px}.wpresidence_video_wrapper svg{height:30px}.wpestate_dots{width:150px!important;height:200px;mask-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/dots-single.svg);mask-size:20px;z-index:0;-webkit-mask-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/dots-single.svg);-webkit-mask-size:20px;position:absolute;background-color:#377ef9}.wpestate_dots_left,.wpestate_dots_rights{position:relative;z-index:10}.wpestate_dots_left .elementor-image-carousel,.wpestate_dots_left img,.wpestate_dots_right .elementor-image-carousel,.wpestate_dots_right img{z-index:9;position:relative}.wpestate_dots_left:after,.wpestate_dots_right:after{content:" ";width:150px!important;height:200px;mask-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/dots-single.svg);mask-size:20px;z-index:0;-webkit-mask-image:url(//homelive.pt/wp-content/themes/wpresidence/css/css-images/dots-single.svg);-webkit-mask-size:20px;position:absolute;background-color:#377ef9;top:-75px;right:-75px;z-index:1}.wpestate_dots_left:after{right:auto;left:-75px}.wpestate_hotspot{background-color:#fff;z-index:99;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;color:#222;transition:all .35s ease;transform-style:preserve-3d}.wpestate_hotspot:before{content:'';display:inline-block;width:135%;height:135%;border-radius:inherit;position:absolute;top:50%;left:50%;z-index:-1;background-color:inherit;opacity:.6;transform:translate3d(-50%,-50%,-1px) scale(.65);transition:transform 1s cubic-bezier(.19,1,.22,1)}.wpestate_hotspot:hover:before{transform:translate(-50%,-50%) scale(1)}.wpestate_hotspot_tooltip{position:absolute;pointer-events:none;color:#222;text-align:left;min-width:10%;padding:5px;border-radius:4px;background-color:#fff;display:none;right:initial;bottom:initial;left:initial;top:calc(100% + 5px);width:200px;transition:all .35s ease}.wpestate_hotspot_icon_wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:space-around;justify-content:space-evenly;padding:5px;box-shadow:0 10px 31px 0 rgb(7 152 255 / 9%);border-radius:4px;cursor:pointer}.wpestate_hotspot_icon_wrapper svg{width:15px}.wpestate_hotspot_icon,.wpestate_hotspot_label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wpestate_hotspot_label{padding:0 5px}.wpestate_hotspot_tooltip p{margin-bottom:0}.wpestate_hotspot_main_image_overlay{pointer-events:none;position:absolute;width:100%;height:100%;top:0;left:0;background-color:#00000012}.elementor_library-template-default #primary{display:none}.elementor_library-template-default .col-md-9.rightmargin{width:100%}.wd_user_menu li,li.advanced_search_sidebar,li.contact_sidebar,li.facebook_widget_like,li.featured_sidebar,li.latest_listings,li.loginwd_sidebar,li.measurement_unit_widget,li.mortgage_calculator_li,li.multiple_currency_widget,li.property_categories,li.social_sidebar{list-style-type:none}ul.secondary_menu_sidebar{display:none}ul.wd_user_menu{margin:0}.elementor-widget-container .advanced_search_sidebar,.elementor-widget-container .g_ag_dev_search_widget,.elementor-widget-container .loginwd_sidebar,.elementor-widget-container .measurement_unit_widget,.elementor-widget-container .mortgage_calculator_li,.elementor-widget-container .multiple_currency_widget{clear:both;background:#fff;padding:30px;border:1px solid #fff;display:inline-block;float:left;width:100%}.elementor-widget-container .login_form{padding:0}.elementor-widget-container .advanced_search_sidebar,.elementor-widget-container .contact_sidebar,.elementor-widget-container .facebook_widget_like,.elementor-widget-container .featured_sidebar,.elementor-widget-container .g_ag_dev_search_widget,.elementor-widget-container .latest_listings,.elementor-widget-container .loginwd_sidebar,.elementor-widget-container .measurement_unit_widget,.elementor-widget-container .mortgage_calculator_li,.elementor-widget-container .multiple_currency_widget,.elementor-widget-container .property_categories,.elementor-widget-container .social_sidebar,.elementor-widget-container .twitter_wrapper{margin-bottom:30px}.elementor-widget-container .social_sidebar_internal a{width:22%;margin:0 4% 4% 0;height:0;padding-bottom:18%;position:relative;padding:11px 0;background-color:#fff;margin:0 10px 10px 0;text-align:center;display:inline-block;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;width:41px;height:41px}.elementor-widget-container .boxed_widget form{width:100%}.elementor-widget-property_show_agent_form2_section .wpestate_property_schedule_dates_wrapper button.slick-prev.slick-arrow{left:-20px}.elementor-widget-property_show_agent_form2_section .wpestate_property_schedule_dates_wrapper button.slick-next.slick-arrow,.elementor-widget-property_show_agent_form2_section .wpestate_property_schedule_dates_wrapper button.slick-prev.slick-arrow{width:30px;height:30px}.elementor-widget-property_show_agent_form2_section .wpestate_property_schedule_dates_wrapper button.slick-next.slick-arrow:before,.wpestate_property_schedule_dates_wrapper button.slick-prev.slick-arrow:before{line-height:30px}.elementor-widget-property_show_agent_form2_section .wpestate_property_schedule_dates_wrapper button.slick-next.slick-arrow{right:-20px}.wpestate_categories_as_tabs_wrapper{display:inline-block;width:100%}.wpestate_categories_as_tabs_item{margin:0 7px}.wpestate_categories_as_tabs_item svg{height:18px;z-index:10;max-width:20px}.wpestate_categories_as_tabs_item i,.wpestate_categories_as_tabs_item svg{margin-right:5px}.wpestate_categories_as_tabs_ul{margin:0;padding:0;display:flex;flex-wrap:wrap;flex-direction:row}.nav-tabs>li.wpestate_categories_as_tabs_item>a{border:none;font-weight:500;margin:0;display:flex;flex-direction:row;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:center}.nav-tabs>li.wpestate_categories_as_tabs_item.active>a{border:none;color:#fff;width:100%;background-color:#0073e1;border-radius:4px}.nav>li.wpestate_categories_as_tabs_item>a:hover{text-decoration:none;background-color:transparent;color:#0073e1}.wpestate_categories_as_tabs_panel{padding:30px 0;box-shadow:none;float:left;width:100%}.wpestate_categories_as_tabs_term{color:#222;font-weight:500;width:100%}.places_list_tab_term-count{display:block;margin-bottom:10px;font-size:14px}@supports (-webkit-overflow-scrolling:touch){.parallax_effect_yes{background-attachment:initial}}.owl-carousel.slick-slider{display:block}#owl-demo .slick-track{position:relative;top:0;left:0;padding-top:0;display:block}#owl-demo .slick-slide{min-height:100%;background-size:cover;background-position:50% 50%;width:100%;height:623px;padding:10px;background-color:#222;background-repeat:no-repeat;position:relative}#owl-demo button.slick-next.slick-arrow,#owl-demo button.slick-prev.slick-arrow{background:rgb(34 34 34 / 66%);color:#fff;display:inline-block;zoom:1;margin:-20px 10px 10px;font-size:20px;line-height:40px;height:40px;width:40px;text-align:center;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:Alpha(Opacity=95);opacity:.95;cursor:pointer;z-index:1;top:50%}#owl-demo button.slick-prev.slick-arrow{right:auto;left:15px}.items_shortcode_wrapper{min-width:100%;display:flex;flex-wrap:wrap}.items_shortcode_wrapper_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-template-columns:repeat(auto-fit,minmax(260px,390px));grid-template-columns:repeat(auto-fit,minmax(260px,auto));gap:10px;min-width:100%;margin:0;justify-content:start}.shortcode_wrapper_grid_item{max-width:525px}.items_shortcode_wrapper.items_shortcode_wrapper_grid{margin:0}.items_shortcode_wrapper_category_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px}.places_wrapper_grid{width:100%}.items_shortcode_wrapper_category_grid .places_wrapper_design_2_wrapper{width:100%}.wpestate_zillow_answer{line-height:1.6em;margin-top:10px}.wpestate_zillow_price{color:#0073e1;font-size:16px;font-weight:600}.wpestate_zillow_address{text-transform:capitalize}