@-webkit-keyframes x-slide-up {
0% {
opacity: 0;
-webkit-transform: translateY(50px);
-moz-transform:    translateY(50px);
-ms-transform:     translateY(50px);
-o-transform:      translateY(50px);
transform:         translateY(50px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform:    translateY(0);
-ms-transform:     translateY(0);
-o-transform:      translateY(0);
transform:         translateY(0);
}
}
@-o-keyframes x-slide-up {
0% {
opacity: 0;
-webkit-transform: translateY(50px);
-moz-transform:    translateY(50px);
-ms-transform:     translateY(50px);
-o-transform:      translateY(50px);
transform:         translateY(50px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform:    translateY(0);
-ms-transform:     translateY(0);
-o-transform:      translateY(0);
transform:         translateY(0);
}
}
@keyframes x-slide-up {
0% {
opacity: 0;
-webkit-transform: translateY(50px);
-moz-transform:    translateY(50px);
-ms-transform:     translateY(50px);
-o-transform:      translateY(50px);
transform:         translateY(50px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform:    translateY(0);
-ms-transform:     translateY(0);
-o-transform:      translateY(0);
transform:         translateY(0);
}
}
@-webkit-keyframes x-slide-up-out {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform:    translateY(0);
-ms-transform:     translateY(0);
-o-transform:      translateY(0);
transform:         translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(50px);
-moz-transform:    translateY(50px);
-ms-transform:     translateY(50px);
-o-transform:      translateY(50px);
transform:         translateY(50px);
}
}
@-o-keyframes x-slide-up-out {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform:    translateY(0);
-ms-transform:     translateY(0);
-o-transform:      translateY(0);
transform:         translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(50px);
-moz-transform:    translateY(50px);
-ms-transform:     translateY(50px);
-o-transform:      translateY(50px);
transform:         translateY(50px);
}
}
@keyframes x-slide-up-out {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform:    translateY(0);
-ms-transform:     translateY(0);
-o-transform:      translateY(0);
transform:         translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(50px);
-moz-transform:    translateY(50px);
-ms-transform:     translateY(50px);
-o-transform:      translateY(50px);
transform:         translateY(50px);
}
}
.x-slide-up {
-webkit-animation: x-slide-up 0.5s 0s 1 ease-in-out;
-moz-animation: x-slide-up 0.5s 0s 1 ease-in-out;
-ms-animation: x-slide-up 0.5s 0s 1 ease-in-out;
-o-animation: x-slide-up 0.5s 0s 1 ease-in-out;
animation: x-slide-up 0.5s 0s 1 ease-in-out;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode:    both;
-o-animation-fill-mode:      both;
animation-fill-mode:         both;
}
.x-slide-up-out {
-webkit-animation: x-slide-up-out 0.5s 0s 1 ease-in-out;
-moz-animation: x-slide-up-out 0.5s 0s 1 ease-in-out;
-ms-animation: x-slide-up-out 0.5s 0s 1 ease-in-out;
-o-animation: x-slide-up-out 0.5s 0s 1 ease-in-out;
animation: x-slide-up-out 0.5s 0s 1 ease-in-out;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode:    both;
-o-animation-fill-mode:      both;
animation-fill-mode:         both;
} @-webkit-keyframes x-slide-down {
0% {
opacity: 0;
-webkit-transform: translateY(-50px);
-moz-transform:    translateY(-50px);
-ms-transform:     translateY(-50px);
-o-transform:      translateY(-50px);
transform:         translateY(-50px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform:    translateY(0);
-ms-transform:     translateY(0);
-o-transform:      translateY(0);
transform:         translateY(0);
}
}
@-o-keyframes x-slide-down {
0% {
opacity: 0;
-webkit-transform: translateY(-50px);
-moz-transform:    translateY(-50px);
-ms-transform:     translateY(-50px);
-o-transform:      translateY(-50px);
transform:         translateY(-50px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform:    translateY(0);
-ms-transform:     translateY(0);
-o-transform:      translateY(0);
transform:         translateY(0);
}
}
@keyframes x-slide-down {
0% {
opacity: 0;
-webkit-transform: translateY(-50px);
-moz-transform:    translateY(-50px);
-ms-transform:     translateY(-50px);
-o-transform:      translateY(-50px);
transform:         translateY(-50px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform:    translateY(0);
-ms-transform:     translateY(0);
-o-transform:      translateY(0);
transform:         translateY(0);
}
}
@-webkit-keyframes x-slide-down-out {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform:    translateY(0);
-ms-transform:     translateY(0);
-o-transform:      translateY(0);
transform:         translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-50px);
-moz-transform:    translateY(-50px);
-ms-transform:     translateY(-50px);
-o-transform:      translateY(-50px);
transform:         translateY(-50px);
}
}
@-o-keyframes x-slide-down-out {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform:    translateY(0);
-ms-transform:     translateY(0);
-o-transform:      translateY(0);
transform:         translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-50px);
-moz-transform:    translateY(-50px);
-ms-transform:     translateY(-50px);
-o-transform:      translateY(-50px);
transform:         translateY(-50px);
}
}
@keyframes x-slide-down-out {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform:    translateY(0);
-ms-transform:     translateY(0);
-o-transform:      translateY(0);
transform:         translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-50px);
-moz-transform:    translateY(-50px);
-ms-transform:     translateY(-50px);
-o-transform:      translateY(-50px);
transform:         translateY(-50px);
}
}
.x-slide-down {
-webkit-animation: x-slide-down 0.5s 0s 1 ease-in-out;
-moz-animation: x-slide-down 0.5s 0s 1 ease-in-out;
-ms-animation: x-slide-down 0.5s 0s 1 ease-in-out;
-o-animation: x-slide-down 0.5s 0s 1 ease-in-out;
animation: x-slide-down 0.5s 0s 1 ease-in-out;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode:    both;
-o-animation-fill-mode:      both;
animation-fill-mode:         both;
}
.x-slide-down-out {
-webkit-animation: x-slide-down-out 0.5s 0s 1 ease-in-out;
-moz-animation: x-slide-down-out 0.5s 0s 1 ease-in-out;
-ms-animation: x-slide-down-out 0.5s 0s 1 ease-in-out;
-o-animation: x-slide-down-out 0.5s 0s 1 ease-in-out;
animation: x-slide-down-out 0.5s 0s 1 ease-in-out;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode:    both;
-o-animation-fill-mode:      both;
animation-fill-mode:         both;
} @-webkit-keyframes x-slide-left {
0% {
opacity: 0;
-webkit-transform: translateX(-50px);
-moz-transform:    translateX(-50px);
-ms-transform:     translateX(-50px);
-o-transform:      translateX(-50px);
transform:         translateX(-50px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform:    translateX(0);
-ms-transform:     translateX(0);
-o-transform:      translateX(0);
transform:         translateX(0);
}
}
@-o-keyframes x-slide-left {
0% {
opacity: 0;
-webkit-transform: translateX(-50px);
-moz-transform:    translateX(-50px);
-ms-transform:     translateX(-50px);
-o-transform:      translateX(-50px);
transform:         translateX(-50px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform:    translateX(0);
-ms-transform:     translateX(0);
-o-transform:      translateX(0);
transform:         translateX(0);
}
}
@keyframes x-slide-left {
0% {
opacity: 0;
-webkit-transform: translateX(-50px);
-moz-transform:    translateX(-50px);
-ms-transform:     translateX(-50px);
-o-transform:      translateX(-50px);
transform:         translateX(-50px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform:    translateX(0);
-ms-transform:     translateX(0);
-o-transform:      translateX(0);
transform:         translateX(0);
}
}
@-webkit-keyframes x-slide-left-out {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform:    translateX(0);
-ms-transform:     translateX(0);
-o-transform:      translateX(0);
transform:         translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-50px);
-moz-transform:    translateX(-50px);
-ms-transform:     translateX(-50px);
-o-transform:      translateX(-50px);
transform:         translateX(-50px);
}
}
@-o-keyframes x-slide-left-out {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform:    translateX(0);
-ms-transform:     translateX(0);
-o-transform:      translateX(0);
transform:         translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-50px);
-moz-transform:    translateX(-50px);
-ms-transform:     translateX(-50px);
-o-transform:      translateX(-50px);
transform:         translateX(-50px);
}
}
@keyframes x-slide-left-out {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform:    translateX(0);
-ms-transform:     translateX(0);
-o-transform:      translateX(0);
transform:         translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-50px);
-moz-transform:    translateX(-50px);
-ms-transform:     translateX(-50px);
-o-transform:      translateX(-50px);
transform:         translateX(-50px);
}
}
.x-slide-left {
-webkit-animation: x-slide-left 0.5s 0s 1 ease-in-out;
-moz-animation: x-slide-left 0.5s 0s 1 ease-in-out;
-ms-animation: x-slide-left 0.5s 0s 1 ease-in-out;
-o-animation: x-slide-left 0.5s 0s 1 ease-in-out;
animation: x-slide-left 0.5s 0s 1 ease-in-out;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode:    both;
-o-animation-fill-mode:      both;
animation-fill-mode:         both;
}
.x-slide-left-out {
-webkit-animation: x-slide-left-out 0.5s 0s 1 ease-in-out;
-moz-animation: x-slide-left-out 0.5s 0s 1 ease-in-out;
-ms-animation: x-slide-left-out 0.5s 0s 1 ease-in-out;
-o-animation: x-slide-left-out 0.5s 0s 1 ease-in-out;
animation: x-slide-left-out 0.5s 0s 1 ease-in-out;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode:    both;
-o-animation-fill-mode:      both;
animation-fill-mode:         both;
} @-webkit-keyframes x-slide-right {
0% {
opacity: 0;
-webkit-transform: translateX(50px);
-moz-transform:    translateX(50px);
-ms-transform:     translateX(50px);
-o-transform:      translateX(50px);
transform:         translateX(50px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform:    translateX(0);
-ms-transform:     translateX(0);
-o-transform:      translateX(0);
transform:         translateX(0);
}
}
@-o-keyframes x-slide-right {
0% {
opacity: 0;
-webkit-transform: translateX(50px);
-moz-transform:    translateX(50px);
-ms-transform:     translateX(50px);
-o-transform:      translateX(50px);
transform:         translateX(50px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform:    translateX(0);
-ms-transform:     translateX(0);
-o-transform:      translateX(0);
transform:         translateX(0);
}
}
@keyframes x-slide-right {
0% {
opacity: 0;
-webkit-transform: translateX(50px);
-moz-transform:    translateX(50px);
-ms-transform:     translateX(50px);
-o-transform:      translateX(50px);
transform:         translateX(50px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform:    translateX(0);
-ms-transform:     translateX(0);
-o-transform:      translateX(0);
transform:         translateX(0);
}
}
@-webkit-keyframes x-slide-right-out {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform:    translateX(0);
-ms-transform:     translateX(0);
-o-transform:      translateX(0);
transform:         translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(50px);
-moz-transform:    translateX(50px);
-ms-transform:     translateX(50px);
-o-transform:      translateX(50px);
transform:         translateX(50px);
}
}
@-o-keyframes x-slide-right-out {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform:    translateX(0);
-ms-transform:     translateX(0);
-o-transform:      translateX(0);
transform:         translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(50px);
-moz-transform:    translateX(50px);
-ms-transform:     translateX(50px);
-o-transform:      translateX(50px);
transform:         translateX(50px);
}
}
@keyframes x-slide-right-out {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform:    translateX(0);
-ms-transform:     translateX(0);
-o-transform:      translateX(0);
transform:         translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(50px);
-moz-transform:    translateX(50px);
-ms-transform:     translateX(50px);
-o-transform:      translateX(50px);
transform:         translateX(50px);
}
}
.x-slide-right {
-webkit-animation: x-slide-right 0.5s 0s 1 ease-in-out;
-moz-animation: x-slide-right 0.5s 0s 1 ease-in-out;
-ms-animation: x-slide-right 0.5s 0s 1 ease-in-out;
-o-animation: x-slide-right 0.5s 0s 1 ease-in-out;
animation: x-slide-right 0.5s 0s 1 ease-in-out;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode:    both;
-o-animation-fill-mode:      both;
animation-fill-mode:         both;
}
.x-slide-right-out {
-webkit-animation: x-slide-right-out 0.5s 0s 1 ease-in-out;
-moz-animation: x-slide-right-out 0.5s 0s 1 ease-in-out;
-ms-animation: x-slide-right-out 0.5s 0s 1 ease-in-out;
-o-animation: x-slide-right-out 0.5s 0s 1 ease-in-out;
animation: x-slide-right-out 0.5s 0s 1 ease-in-out;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode:    both;
-o-animation-fill-mode:      both;
animation-fill-mode:         both;
} @-webkit-keyframes x-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-o-keyframes x-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes x-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes x-fade-in-out {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-o-keyframes x-fade-in-out {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes x-fade-in-out {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.x-fade-in {
-webkit-animation: x-fade-in 0.5s 0s 1 ease-in-out;
-moz-animation: x-fade-in 0.5s 0s 1 ease-in-out;
-ms-animation: x-fade-in 0.5s 0s 1 ease-in-out;
-o-animation: x-fade-in 0.5s 0s 1 ease-in-out;
animation: x-fade-in 0.5s 0s 1 ease-in-out;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode:    both;
-o-animation-fill-mode:      both;
animation-fill-mode:         both;
}
.x-fade-in-out {
-webkit-animation: x-fade-in-out 0.5s 0s 1 ease-in-out;
-moz-animation: x-fade-in-out 0.5s 0s 1 ease-in-out;
-ms-animation: x-fade-in-out 0.5s 0s 1 ease-in-out;
-o-animation: x-fade-in-out 0.5s 0s 1 ease-in-out;
animation: x-fade-in-out 0.5s 0s 1 ease-in-out;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode:    both;
-o-animation-fill-mode:      both;
animation-fill-mode:         both;
} @-webkit-keyframes x-sign-flip {
0% {
opacity: 0;
-webkit-transform: rotateX(-60deg);
-moz-transform:    rotateX(-60deg);
-ms-transform:     rotateX(-60deg);
-o-transform:      rotateX(-60deg);
transform:         rotateX(-60deg);
}
100% {
opacity: 1;
-webkit-transform: rotateX(0deg);
-moz-transform:    rotateX(0deg);
-ms-transform:     rotateX(0deg);
-o-transform:      rotateX(0deg);
transform:         rotateX(0deg);
}
}
@-o-keyframes x-sign-flip {
0% {
opacity: 0;
-webkit-transform: rotateX(-60deg);
-moz-transform:    rotateX(-60deg);
-ms-transform:     rotateX(-60deg);
-o-transform:      rotateX(-60deg);
transform:         rotateX(-60deg);
}
100% {
opacity: 1;
-webkit-transform: rotateX(0deg);
-moz-transform:    rotateX(0deg);
-ms-transform:     rotateX(0deg);
-o-transform:      rotateX(0deg);
transform:         rotateX(0deg);
}
}
@keyframes x-sign-flip {
0% {
opacity: 0;
-webkit-transform: rotateX(-60deg);
-moz-transform:    rotateX(-60deg);
-ms-transform:     rotateX(-60deg);
-o-transform:      rotateX(-60deg);
transform:         rotateX(-60deg);
}
100% {
opacity: 1;
-webkit-transform: rotateX(0deg);
-moz-transform:    rotateX(0deg);
-ms-transform:     rotateX(0deg);
-o-transform:      rotateX(0deg);
transform:         rotateX(0deg);
}
}
@-webkit-keyframes x-sign-flip-out {
0% {
opacity: 1;
-webkit-transform: rotateX(0deg);
-moz-transform:    rotateX(0deg);
-ms-transform:     rotateX(0deg);
-o-transform:      rotateX(0deg);
transform:         rotateX(0deg);
}
100% {
opacity: 0;
-webkit-transform: rotateX(-60deg);
-moz-transform:    rotateX(-60deg);
-ms-transform:     rotateX(-60deg);
-o-transform:      rotateX(-60deg);
transform:         rotateX(-60deg);
}
}
@-o-keyframes x-sign-flip-out {
0% {
opacity: 1;
-webkit-transform: rotateX(0deg);
-moz-transform:    rotateX(0deg);
-ms-transform:     rotateX(0deg);
-o-transform:      rotateX(0deg);
transform:         rotateX(0deg);
}
100% {
opacity: 0;
-webkit-transform: rotateX(-60deg);
-moz-transform:    rotateX(-60deg);
-ms-transform:     rotateX(-60deg);
-o-transform:      rotateX(-60deg);
transform:         rotateX(-60deg);
}
}
@keyframes x-sign-flip-out {
0% {
opacity: 1;
-webkit-transform: rotateX(0deg);
-moz-transform:    rotateX(0deg);
-ms-transform:     rotateX(0deg);
-o-transform:      rotateX(0deg);
transform:         rotateX(0deg);
}
100% {
opacity: 0;
-webkit-transform: rotateX(-60deg);
-moz-transform:    rotateX(-60deg);
-ms-transform:     rotateX(-60deg);
-o-transform:      rotateX(-60deg);
transform:         rotateX(-60deg);
}
}
.x-sign-flip { -webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
-o-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-animation: x-sign-flip 0.5s 0s 1 ease-in-out;
-moz-animation: x-sign-flip 0.5s 0s 1 ease-in-out;
-ms-animation: x-sign-flip 0.5s 0s 1 ease-in-out;
-o-animation: x-sign-flip 0.5s 0s 1 ease-in-out;
animation: x-sign-flip 0.5s 0s 1 ease-in-out;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode:    both;
-o-animation-fill-mode:      both;
animation-fill-mode:         both;
}
.x-sign-flip-out { -webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
-o-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-animation: x-sign-flip-out 0.5s 0s 1 ease-in-out;
-moz-animation: x-sign-flip-out 0.5s 0s 1 ease-in-out;
-ms-animation: x-sign-flip-out 0.5s 0s 1 ease-in-out;
-o-animation: x-sign-flip-out 0.5s 0s 1 ease-in-out;
animation: x-sign-flip-out 0.5s 0s 1 ease-in-out;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode:    both;
-o-animation-fill-mode:      both;
animation-fill-mode:         both;
}
.x-drop-from-bottom.x-sign-flip,
.x-drop-from-bottom.x-sign-flip-out{
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}.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 .hidden-fields-container {
display: none;
}
.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;
}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@font-face{font-family:"FontAwesome";src:url(//ehmarbella.com/wp-content/plugins/essential-real-estate/lib/smart-framework/assets/vendors/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//ehmarbella.com/wp-content/plugins/essential-real-estate/lib/smart-framework/assets/vendors/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0)format("embedded-opentype"),url(//ehmarbella.com/wp-content/plugins/essential-real-estate/lib/smart-framework/assets/vendors/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0)format("woff2"),url(//ehmarbella.com/wp-content/plugins/essential-real-estate/lib/smart-framework/assets/vendors/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0)format("woff"),url(//ehmarbella.com/wp-content/plugins/essential-real-estate/lib/smart-framework/assets/vendors/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0)format("truetype"),url(//ehmarbella.com/wp-content/plugins/essential-real-estate/lib/smart-framework/assets/vendors/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)format("svg");font-weight:400;font-style:normal}.fa{display:inline-block;font:14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right,.pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-close:before,.fa-remove:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-repeat:before,.fa-rotate-right:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-exclamation-triangle:before,.fa-warning:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-floppy-o:before,.fa-save:before{content:""}.fa-square:before{content:""}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-bolt:before,.fa-flash:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-clipboard:before,.fa-paste:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-chain-broken:before,.fa-unlink:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:""}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:""}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:""}.fa-eur:before,.fa-euro:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-inr:before,.fa-rupee:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:""}.fa-krw:before,.fa-won:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-try:before,.fa-turkish-lira:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-bank:before,.fa-institution:before,.fa-university:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:""}.fa-file-archive-o:before,.fa-file-zip-o:before{content:""}.fa-file-audio-o:before,.fa-file-sound-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:""}.fa-empire:before,.fa-ge:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-paper-plane:before,.fa-send:before{content:""}.fa-paper-plane-o:before,.fa-send-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-bed:before,.fa-hotel:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-y-combinator:before,.fa-yc:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-television:before,.fa-tv:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-sign-language:before,.fa-signing:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-address-card:before,.fa-vcard:before{content:""}.fa-address-card-o:before,.fa-vcard-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.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}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{right:0.5em;left:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:left;padding:0.4em 2.1em 0.4em 1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#eee url(//ehmarbella.com/wp-content/plugins/essential-real-estate/public/assets/packages/jquery-ui/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url(//ehmarbella.com/wp-content/plugins/essential-real-estate/public/assets/packages/jquery-ui/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ccc;background:#f6f6f6 url(//ehmarbella.com/wp-content/plugins/essential-real-estate/public/assets/packages/jquery-ui/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#1c94c4}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#1c94c4;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #fbcb09;background:#fdf5ce url(//ehmarbella.com/wp-content/plugins/essential-real-estate/public/assets/packages/jquery-ui/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#c77405}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#c77405;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #fbd850;background:#fff url(//ehmarbella.com/wp-content/plugins/essential-real-estate/public/assets/packages/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#eb8f00}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#eb8f00;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fed22f;background:#ffe45c url(//ehmarbella.com/wp-content/plugins/essential-real-estate/public/assets/packages/jquery-ui/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#b81900 url(//ehmarbella.com/wp-content/plugins/essential-real-estate/public/assets/packages/jquery-ui/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(//ehmarbella.com/wp-content/plugins/essential-real-estate/public/assets/packages/jquery-ui/images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(//ehmarbella.com/wp-content/plugins/essential-real-estate/public/assets/packages/jquery-ui/images/ui-icons_ffffff_256x240.png)}.ui-state-default .ui-icon{background-image:url(//ehmarbella.com/wp-content/plugins/essential-real-estate/public/assets/packages/jquery-ui/images/ui-icons_ef8c08_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(//ehmarbella.com/wp-content/plugins/essential-real-estate/public/assets/packages/jquery-ui/images/ui-icons_ef8c08_256x240.png)}.ui-state-active .ui-icon{background-image:url(//ehmarbella.com/wp-content/plugins/essential-real-estate/public/assets/packages/jquery-ui/images/ui-icons_ef8c08_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(//ehmarbella.com/wp-content/plugins/essential-real-estate/public/assets/packages/jquery-ui/images/ui-icons_228ef1_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(//ehmarbella.com/wp-content/plugins/essential-real-estate/public/assets/packages/jquery-ui/images/ui-icons_ffd27a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#666 url(//ehmarbella.com/wp-content/plugins/essential-real-estate/public/assets/packages/jquery-ui/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;opacity:.5;filter:Alpha(Opacity=50)}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url(//ehmarbella.com/wp-content/plugins/essential-real-estate/public/assets/packages/jquery-ui/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;opacity:.2;filter:Alpha(Opacity=20);border-radius:5px}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.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{position:relative;min-height:1px;float:left;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.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:0;padding:0!important;font:inherit}.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:1000ms;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}.owl-height{transition:height 500ms ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms 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:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//ehmarbella.com/wp-content/plugins/essential-real-estate/public/assets/packages/owl-carousel/assets/owl.video.play.png)no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform 100ms 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 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}@-webkit-keyframes lg-right-end{0%,to{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,to{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,to{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,to{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,to{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,to{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,to{left:0}50%{left:30px}}@keyframes lg-left-end{0%,to{left:0}50%{left:30px}}@font-face{font-family:"lg";src:url(//ehmarbella.com/wp-content/plugins/essential-real-estate/public/assets/packages/light-gallery/fonts/lg.eot?n1z373);src:url(//ehmarbella.com/wp-content/plugins/essential-real-estate/public/assets/packages/light-gallery/fonts/lg.eot?#iefixn1z373)format("embedded-opentype"),url(//ehmarbella.com/wp-content/plugins/essential-real-estate/public/assets/packages/light-gallery/fonts/lg.woff?n1z373)format("woff"),url(//ehmarbella.com/wp-content/plugins/essential-real-estate/public/assets/packages/light-gallery/fonts/lg.ttf?n1z373)format("truetype"),url(//ehmarbella.com/wp-content/plugins/essential-real-estate/public/assets/packages/light-gallery/fonts/lg.svg?n1z373#lg)format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:"lg";speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#fff}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:""}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:""}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45);left:0;z-index:1080}.lg-toolbar{position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:medium}.lg-toolbar .lg-icon:hover{color:#fff}.lg-toolbar .lg-close:after{content:""}.lg-toolbar .lg-download:after{content:""}.lg-sub-html{bottom:0;color:#eee;font-size:16px;padding:10px 40px;position:fixed;right:0;text-align:center}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms ease 0s,opacity 250ms!important;-moz-transition:-moz-transform 250ms ease 0s,opacity 250ms!important;-o-transition:-o-transform 250ms ease 0s,opacity 250ms!important;transition:transform 250ms ease 0s,opacity 250ms!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0d0a0a;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item,.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item,.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap,.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #fff;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-pager-thumb-cont img,.lg-outer .lg-thumb-item img{width:100%;height:100%}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0d0a0a;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:after{content:""}.lg-outer .lg-toogle-thumb:hover{color:#fff}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-vimeo .lg-video-play{background:url(//ehmarbella.com/wp-content/plugins/essential-real-estate/public/assets/packages/light-gallery/img/vimeo-play.png)no-repeat 0 0}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(//ehmarbella.com/wp-content/plugins/essential-real-estate/public/assets/packages/light-gallery/img/vimeo-play.png)no-repeat 0-58px}.lg-outer .lg-has-html5 .lg-video-play{background:url(//ehmarbella.com/wp-content/plugins/essential-real-estate/public/assets/packages/light-gallery/img/video-play.png)no-repeat 0 0;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(//ehmarbella.com/wp-content/plugins/essential-real-estate/public/assets/packages/light-gallery/img/youtube-play.png)no-repeat 0 0}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(//ehmarbella.com/wp-content/plugins/essential-real-estate/public/assets/packages/light-gallery/img/youtube-play.png)no-repeat 0-60px}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1080;opacity:0;-webkit-transition:opacity .08s ease 0s;-moz-transition:opacity .08s ease 0s;-o-transition:opacity .08s ease 0s;transition:opacity .08s ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:""}.lg-show-autoplay .lg-autoplay-button:after{content:""}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s ease 0s;-moz-transition:-moz-transform .3s ease 0s;-o-transition:-o-transform .3s ease 0s;transition:transform .3s ease 0s;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s ease 0s,opacity .15s!important;-moz-transition:-moz-transform .3s ease 0s,opacity .15s!important;-o-transition:-o-transform .3s ease 0s,opacity .15s!important;transition:transform .3s ease 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:""}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:""}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:""}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#fff;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:""}.lg-fullscreen-on .lg-fullscreen:after{content:""}.group{*zoom:1}.group:after,.group:before{display:table;content:"";line-height:0}.group:after{clear:both}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer .lg{height:100%;width:100%;position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{width:100%;height:100%;position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(//ehmarbella.com/wp-content/plugins/essential-real-estate/public/assets/packages/light-gallery/img/loading.gif)no-repeat center center;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap{display:inline-block;position:static;padding:0 5px}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-backdrop,.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999;background-color:#000}.lg-backdrop.in,.lg-css3.lg-fade .lg-item.lg-current,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-fade .lg-item,.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.rating-loading {
width: 25px;
height: 25px;
font-size: 0;
color: #fff;
background: transparent url(//ehmarbella.com/wp-content/plugins/essential-real-estate/public/assets/packages/star-rating/img/loading.gif) top left no-repeat;
border: none;
} .rating-container .rating-stars {
position: relative;
cursor: pointer;
vertical-align: middle;
display: inline-block;
overflow: hidden;
white-space: nowrap;
}
.rating-container .rating-stars:focus {
outline: 1px dotted;
}
.rating-input {
position: absolute;
cursor: pointer;
width: 100%;
height: 1px;
bottom: 0;
left: 0;
font-size: 1px;
opacity: 0;
padding: 0;
margin: 0;
outline: none;
pointer-events: none;
border: none;
box-shadow: none;
background: none;
}
.rating-container.is-display-only .rating-stars {
cursor: default;
}
.rating-disabled .rating-stars {
cursor: not-allowed;
}
.rating-container .star {
display: inline-block;
margin: 0 2px;
text-align: center;
}
.rating-container .empty-stars {
color: #aaa;
}
.rating-container .filled-stars {
position: absolute;
left: 0;
top: 0;
margin: auto;
color: #fde16d;
white-space: nowrap;
overflow: hidden;
-webkit-text-stroke: 1px #777;
text-shadow: 1px 1px #999;
}
.rating-rtl {
float: right;
}
.rating-animate .filled-stars {
transition: width 0.25s ease;
}
.rating-rtl .filled-stars {
left: auto;
right: 0;
transition: none;
-webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
transform: matrix(-1, 0, 0, 1, 0, 0);
}
.rating-rtl.is-star .filled-stars {
right: 0.06em;
}
.rating-rtl.is-heart .empty-stars {
margin-right: 0.07em;
} .rating-container .clear-rating {
color: #aaa;
cursor: not-allowed;
display: inline-block;
vertical-align: middle;
font-size: 60%;
}
.clear-rating-active {
cursor: pointer !important;
}
.clear-rating-active:hover {
color: #843534;
}
.rating-container .clear-rating {
padding-right: 5px;
}  .rating-container .caption .label {
display: inline-block;
padding: .25em .4em;
line-height: 1;
text-align: center;
vertical-align: baseline;
border-radius: .25rem;
}
.rating-container .caption {
color: #999;
display: inline-block;
vertical-align: middle;
line-height: 1;
}
.rating-container .caption {
margin-left: 5px;
margin-right: 0;
}
.rating-rtl .caption {
margin-right: 5px;
margin-left: 0;
} @media print {
.rating-container .clear-rating {
display: none;
}
} .rating-xl {
font-size: 48px;
}
.rating-lg {
font-size: 40px;
}
.rating-md {
font-size: 32px;
}
.rating-sm {
font-size: 24px;
}
.rating-xs {
font-size: 16px;
}
.rating-xl .caption {
font-size: 20px;
}
.rating-lg .caption {
font-size: 18px;
}
.rating-md .caption {
font-size: 16px;
}
.rating-sm .caption {
font-size: 14px;
}
.rating-xs .caption {
font-size: 12px;
} .caption-badge {
font-family: Arial, Helvetica, sans-serif;
display: inline-block;
padding: .35em .65em;
font-size: .75em;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25rem;
}
.caption-secondary {
background-color: #6c757d;
}
.caption-danger {
background-color: #dc3545;
}
.caption-warning {
background-color: #ffc107;
color: #212529;
}
.caption-info {
background-color: #0dcaf0;
color: #212529;
}
.caption-primary {
background-color: #0d6efd;
}
.caption-success {
background-color: #198754;
}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:34px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:16px;padding-right:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:16px;padding-left:16px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:0;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button,.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.select2-container--default .select2-selection--multiple,.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:34px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:34px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:6px 3px 0;height:0;left:50%;margin-left:-3px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 3px 6px}.select2-container--default .select2-selection--multiple{cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:0;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:0;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:0;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:0}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:-o-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:gray}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}:root {
--ere-color-accent: #FE6A00;
--ere-color-accent-foreground: #fff;
--ere-color-heading: #222;
--ere-color-heading-foreground: #fff;
--ere-color-border: #eee;
--ere-owl-nav-width: 50px;
--ere-owl-nav-height: 60px;
--ere-owl-nav-bg-color: #f6f6f6;
--ere-owl-nav-color: #222;
--ere-owl-nav-icon-font-size: 31px;
--ere-owl-nav-icon-font-weight: 400;
--ere-owl-nav-icon-font-family: "FontAwesome";
--ere-owl-nav-inline-spacing: 20px;
--ere-owl-dot-bg-color: #EBEBEB;
--ere-owl-dot-width: 10px;
--ere-owl-dot-height: 10px;
--ere-owl-dot-spacing: 3px;
--ere-owl-dot-radius: 50%;
--ere-property-search-form-bg-color: transparent;
--ere-property-search-form-text-color: #8f8f8f;
--ere-property-search-form-border-color: #dedede;
--ere-property-search-form-light-bg-color: #2C2C2C;
--ere-property-search-form-light-text-color: #bababa;
--ere-property-search-form-light-border-color: #565656;
--ere-loop-property-badge-color: var(--ere-color-accent-foreground);
--ere-loop-property-badge-bg-color: var(--ere-color-accent);
--ere-loop-list-two-columns-property-except-max-height: 3em;
--ere-loop-zigzac-property-except-max-height: 4em;
--ere-property-list-image-width: 330px;
--ere-property-list-image-spacing: 30px;
--ere-loop-list-property-except-max-height: 2em;
--ere-sc-property-carousel-navigation-width: 20%;
--ere-archiver-action-height: 34px;
--ere-search-status-tab-bg-color: #2c2c2c;
--ere-search-status-tab-text-color: #bababa;
--ere-property-mini-search-form-width: 870px;
--ere-property-mini-search-form-height: 60px;
--ere-property-mini-search-form-bg-color: #fff;
--ere-sc-property-slider-property-info-bg-color: rgba(255, 255, 255, 0.9);
--ere-sc-property-slider-property-info-text-color: var(--ere-color-heading);
--ere-loop-property-info-spacing: 15px;
--ere-sc-property-slider-property-bg-color: rgba(34, 34, 34, 0.9);
--ere-sc-property-slider-property-text-color: #fff;
--ere-loop-property-status-color: var(--ere-color-accent-foreground);
--ere-loop-property-status-bg-color: var(--ere-color-accent);
--ere-sc-property-featured-layout-property-single-carousel-image-width:48%;
--ere-sc-property-featured-layout-property-single-carousel-image-spacing: 30px;
--ere-sc-property-featured-layout-property-single-carousel-property-except-max-height: 3em;
--ere-color-light-text-color: #bababa;
--ere-color-light-heading-color: #fff;
--ere-agent-list-image-width: 270px;
--ere-agent-list-image-spacing: 30px;
--ere-agent-social-wide: 35px;
--err-agent-social-font-size: 14px;
--ere-loop-list-agent-except-max-height: 5em;
--ere-rating-color: var(--ere-color-accent);
--ere-map-height: 350px;
--ere-tabs-bg: #222;
--ere-tabs-text-color: #8f8f8f;
--ere-tabs-card-header-bg-color: #f8f8f8;
--ere-tabs-card-header-text-color: #222;
--ere-tabs-card-header-font-size: 16px;
--ere-agency-image-width: 270px;
--ere-agency-image-spacing: 30px;
--ere-body-line-height: 1.6;
--ere-loop-agency-desc-max-height: 2em;
--ere-btn-step-height: 34px;
--ere-btn-step-bg-color: #222;
--ere-btn-step-text-color: #fff;
--ere-btn-step-active-bg-color: var(--ere-color-accent);
--ere-btn-step-active-text-color: var(--ere-color-accent-foreground);
} .ere-property-wrap .container {
max-width: 1170px;
padding-left: 15px !important;
padding-right: 15px !important;
}
.ere-item-wrap {
width: 100%;
float: left;
padding-left: 15px;
padding-right: 15px;
}
.property-carousel .ere-item-wrap {
float: none;
padding-left: 0;
padding-right: 0;
}
@media (min-width: 1200px) {
.columns-2 > .ere-item-wrap {
width: 50%;
}
.columns-2 > .ere-item-wrap:nth-child(2n+1) {
clear: both;
}
.columns-3 > .ere-item-wrap {
width: 33.33333333%;
}
.columns-3 > .ere-item-wrap:nth-child(3n+1) {
clear: both;
}
.columns-4 > .ere-item-wrap {
width: 25%;
}
.columns-4 > .ere-item-wrap:nth-child(4n+1) {
clear: both;
}
.columns-5 > .ere-item-wrap {
width: 20%;
}
.columns-5 > .ere-item-wrap:nth-child(5n+1) {
clear: both;
}
.columns-6 > .ere-item-wrap {
width: 16.6666666667%;
}
.columns-6 > .ere-item-wrap:nth-child(6n+1) {
clear: both;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.columns-md-2 > .ere-item-wrap {
width: 50%;
}
.columns-md-2 > .ere-item-wrap:nth-child(2n+1) {
clear: both;
}
.columns-md-3 > .ere-item-wrap {
width: 33.33333333%;
}
.columns-md-3 > .ere-item-wrap:nth-child(3n+1) {
clear: both;
}
.columns-md-4 > .ere-item-wrap {
width: 25%;
}
.columns-md-4 > .ere-item-wrap:nth-child(4n+1) {
clear: both;
}
.columns-md-5 > .ere-item-wrap {
width: 20%;
}
.columns-md-5 > .ere-item-wrap:nth-child(5n+1) {
clear: both;
}
.columns-md-6 > .ere-item-wrap {
width: 16.6666666667%;
}
.columns-md-6 > .ere-item-wrap:nth-child(6n+1) {
clear: both;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.columns-sm-2 > .ere-item-wrap {
width: 50%;
}
.columns-sm-2 > .ere-item-wrap:nth-child(2n+1) {
clear: both;
}
.columns-sm-3 > .ere-item-wrap {
width: 33.33333333%;
}
.columns-sm-3 > .ere-item-wrap:nth-child(3n+1) {
clear: both;
}
.columns-sm-4 > .ere-item-wrap {
width: 25%;
}
.columns-sm-4 > .ere-item-wrap:nth-child(4n+1) {
clear: both;
}
.columns-sm-5 > .ere-item-wrap {
width: 20%;
}
.columns-sm-5 > .ere-item-wrap:nth-child(5n+1) {
clear: both;
}
.columns-sm-6 > .ere-item-wrap {
width: 16.6666666667%;
}
.columns-sm-6 > .ere-item-wrap:nth-child(6n+1) {
clear: both;
}
}
@media (min-width: 481px) and (max-width: 767px) {
.columns-xs-2 > .ere-item-wrap {
width: 50%;
}
.columns-xs-2 > .ere-item-wrap:nth-child(2n+1) {
clear: both;
}
.columns-xs-3 > .ere-item-wrap {
width: 33.33333333%;
}
.columns-xs-3 > .ere-item-wrap:nth-child(3n+1) {
clear: both;
}
.columns-xs-4 > .ere-item-wrap {
width: 25%;
}
.columns-xs-4 > .ere-item-wrap:nth-child(4n+1) {
clear: both;
}
.columns-xs-5 > .ere-item-wrap {
width: 20%;
}
.columns-xs-5 > .ere-item-wrap:nth-child(5n+1) {
clear: both;
}
.columns-xs-6 > .ere-item-wrap {
width: 16.6666666667%;
}
.columns-xs-6 > .ere-item-wrap:nth-child(6n+1) {
clear: both;
}
}
@media (max-width: 480px) {
.columns-mb-2 > .ere-item-wrap {
width: 50%;
}
.columns-mb-2 > .ere-item-wrap:nth-child(2n+1) {
clear: both;
}
.columns-mb-3 > .ere-item-wrap {
width: 33.33333333%;
}
.columns-mb-3 > .ere-item-wrap:nth-child(3n+1) {
clear: both;
}
.columns-mb-4 > .ere-item-wrap {
width: 25%;
}
.columns-mb-4 > .ere-item-wrap:nth-child(4n+1) {
clear: both;
}
.columns-mb-5 > .ere-item-wrap {
width: 20%;
}
.columns-mb-5 > .ere-item-wrap:nth-child(5n+1) {
clear: both;
}
.columns-mb-6 > .ere-item-wrap {
width: 16.6666666667%;
}
.columns-mb-6 > .ere-item-wrap:nth-child(6n+1) {
clear: both;
}
}
.block-center {
height: 100%;
width: 100%;
text-align: center;
font-size: 0;
}
.block-center:before {
content: "";
height: 100%;
vertical-align: middle;
display: inline-block;
}
.block-center-inner {
display: inline-block;
margin: 0 auto;
position: relative;
vertical-align: middle;
max-width: 100%;
font-size: initial;
}
.block-center-inner > * {
margin: auto;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
position: absolute;
width: var(--ere-owl-nav-width);
height: var(--ere-owl-nav-height);
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
background-color: var(--ere-owl-nav-bg-color);
color: var(--ere-owl-nav-color);
text-align: center;
-webkit-transition: all 0.3s;
transition: all 0.3s;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
cursor: pointer;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
font-size: var(--ere-owl-nav-icon-font-size);
font-weight: var(--ere-owl-nav-icon-font-weight);
font-family: var(--ere-owl-nav-icon-font-family);
}
.owl-nav .owl-prev:after,
.owl-nav .owl-next:after {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
background-color: var(--ere-color-accent);
color: var(--ere-color-accent-foreground);
}
.owl-nav .owl-prev {
left: 0;
}
.owl-nav .owl-prev:after {
border-bottom: solid 0 transparent;
border-top: solid var(--ere-owl-nav-height) var(--ere-owl-nav-bg-color);
border-right: solid 10px transparent;
left: 100%;
}
.owl-nav .owl-prev:hover:after {
border-top-color: var(--ere-color-accent);
}
.owl-nav .owl-next {
right: 0;
}
.owl-nav .owl-next:after {
border-bottom: solid var(--ere-owl-nav-height) var(--ere-owl-nav-bg-color);
border-top: solid 0 transparent;
border-left: solid 10px transparent;
right: 100%;
}
.owl-nav .owl-next:hover:after {
border-bottom-color: var(--ere-color-accent);
}
@media (min-width: 1200px) {
.owl-nav {
--ere-owl-nav-width: 50px;
--ere-owl-nav-height: 60px;
--ere-owl-nav-icon-font-size: 32px;
}
}
@media (min-width: 1380px) {
.owl-nav .owl-prev {
left: -80px;
}
.owl-nav .owl-next {
right: -80px;
}
}
.owl-dots {
text-align: center;
margin-top: 10px;
}
.owl-dots .owl-dot {
display: inline-block;
}
.owl-dots .owl-dot span {
width: var(--ere-owl-dot-width);
height: var(--ere-owl-dot-height);
border-radius: var(--ere-owl-dot-radius);
margin: var(--ere-owl-dot-spacing);
display: block;
background-color: var(--ere-owl-dot-bg-color);
}
.owl-dots .owl-dot.active span {
background-color: var(--ere-color-accent);
}
.color-light {
--ere-owl-dot-bg-color: #fff;
}
.owl-nav-top-right {
position: relative;
}
.owl-nav-top-right > .owl-nav {
position: absolute;
top: -80px;
right: 0;
}
.owl-nav-bottom-center > .owl-nav {
-ms-flex-pack: center;
justify-content: center;
margin-top: 30px;
}
.owl-nav-size-sm .owl-nav {
--ere-owl-nav-width: 28px;
--ere-owl-nav-height: 34px;
--ere-owl-nav-icon-font-size: 18px;
--ere-owl-nav-inline-spacing: 15px;
}
.owl-nav-inline > .owl-nav,
.owl-nav-bottom-center > .owl-nav,
.owl-nav-top-right > .owl-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.owl-nav-inline > .owl-nav .owl-prev,
.owl-nav-inline > .owl-nav .owl-next,
.owl-nav-bottom-center > .owl-nav .owl-prev,
.owl-nav-bottom-center > .owl-nav .owl-next,
.owl-nav-top-right > .owl-nav .owl-prev,
.owl-nav-top-right > .owl-nav .owl-next {
position: relative;
top: auto;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.owl-nav-inline > .owl-nav .owl-prev,
.owl-nav-bottom-center > .owl-nav .owl-prev,
.owl-nav-top-right > .owl-nav .owl-prev {
left: auto !important;
margin-right: var(--ere-owl-nav-inline-spacing);
}
.owl-nav-inline > .owl-nav .owl-next,
.owl-nav-bottom-center > .owl-nav .owl-next,
.owl-nav-top-right > .owl-nav .owl-next {
right: auto !important;
--ere-owl-nav-bg-color: var(--ere-color-accent);
--ere-owl-nav-color: var(--ere-color-accent-foreground);
}
.owl-nav-inline > .owl-nav .view-all-link,
.owl-nav-bottom-center > .owl-nav .view-all-link,
.owl-nav-top-right > .owl-nav .view-all-link {
margin-left: 10px;
}
.heading-contain-owl-nav {
position: relative;
}
.heading-contain-owl-nav .owl-nav {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
}
.modal-login .modal-content {
padding: 15px;
}
.modal-login .ere-reset-password-wrap,
.modal-login .ere-login-wrap,
.modal-login .ere-register-wrap {
border: 0;
padding: 0;
}
.modal-login .ere-register-wrap form,
.modal-login .ere-login-wrap form {
padding-bottom: 25px;
}
.modal-login .ere-login-wrap button:last-child {
margin-bottom: 30px;
}
@media (min-width: 768px) {
.modal-login .modal-content {
padding: 15px;
}
.modal-login .modal-dialog {
width: 500px;
}
}
.modal-login .modal-header .nav-tabs {
border: none;
}
.modal-login .modal-header .nav-tabs > li > a {
padding: 0;
}
.modal-login .modal-header .nav-tabs > li > a.active, .modal-login .modal-header .nav-tabs > li > a:hover, .modal-login .modal-header .nav-tabs > li > a:focus {
color: var(--ere-color-accent);
}
.content-popup i {
margin-right: 10px;
}
.ui-dialog-titlebar-close:before {
content: "\f00d";
font-family: FontAwesome;
color: #fff;
cursor: pointer;
}
.modal {
text-align: center;
}
@media screen and (min-width: 768px) {
.modal:before {
display: inline-block;
vertical-align: middle;
content: " ";
height: 100%;
}
}
.modal-dialog {
display: inline-block;
text-align: left;
vertical-align: middle;
}
.modal-header .close:hover {
background-color: transparent !important;
}
.ere-heading {
margin-bottom: 30px;
}
.ere-heading h2 {
margin-bottom: 0;
font-weight: 600;
line-height: 1;
font-size: 32px;
text-transform: uppercase;
}
.ere-heading p {
display: block;
color: #909090;
font-size: 16px;
font-weight: 400;
line-height: 1;
margin-bottom: 14px;
text-transform: uppercase;
}
.ere-heading span {
position: relative;
height: 4px;
width: 20px;
display: block;
margin-bottom: 23px;
line-height: 1;
}
.ere-heading span:before {
content: "";
position: absolute;
top: 3px;
left: 0;
height: 100%;
width: 50%;
background-color: var(--ere-color-accent);
-webkit-transform: skew(0deg, 150deg);
transform: skew(0deg, 150deg);
}
.ere-heading span:after {
content: "";
position: absolute;
top: 3px;
right: 0;
height: 100%;
width: 50%;
background-color: var(--ere-color-accent);
-webkit-transform: skew(0deg, -150deg);
transform: skew(0deg, -150deg);
}
.ere-heading:after {
content: "";
display: block;
width: 100px;
height: 4px;
background-color: var(--ere-color-accent);
margin-top: 16px;
}
.ere-heading.text-center:after,
.ere-heading.text-center span {
margin-left: auto;
margin-right: auto;
}
.ere-heading.text-right span, .ere-heading.text-right:after {
margin-left: auto;
}
.ere-heading.color-light h2,
.ere-heading.color-light p {
color: #fff;
}
.ere-heading-style2 h2 {
margin-bottom: 0;
font-weight: 600;
line-height: 1;
font-size: 21px;
}
.ere-heading-style2 h2:after {
content: "";
display: inline-block;
width: 30px;
height: 4px;
background-color: var(--ere-color-accent);
margin-left: 20px;
vertical-align: middle;
margin-top: -2px;
}
.ere-heading sub {
font-size: 55%;
bottom: 15px;
}
@media (max-width: 480px) {
.ere-heading h2 {
font-size: 20px;
}
.ere-heading span {
font-size: 12px;
}
}
.ere-heading h2 {
margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
.ere-heading {
margin-bottom: 40px;
}
}
.ere-heading-style2 {
margin-bottom: 30px;
}
.ere-processing {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 99999;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.ere-processing .loading {
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
color: #fff;
font-size: 16px;
padding: 10px;
background: #343434;
}
.ere-processing .loading i {
margin-right: 10px;
}
.ere-loading-ajax-wrap {
position: relative;
}
.ere-loading-ajax-wrap .ere-loading {
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 44px;
height: 44px;
margin: auto;
text-align: center;
z-index: 9999999;
line-height: 44px;
}
.user-dropdown {
display: inline-block;
position: relative;
}
.user-dropdown .user-dropdown-menu {
text-align: left;
position: absolute;
top: 100%;
left: 0;
padding: 0;
margin: 0;
list-style-type: none;
border: 1px solid #eee;
border-radius: 3px;
opacity: 0;
visibility: hidden;
height: 0;
z-index: -1;
background-color: #fff;
color: #222;
min-width: 250px;
}
.user-dropdown .user-dropdown-menu i {
width: 20px;
}
.user-dropdown .user-dropdown-menu a {
display: block;
}
.user-dropdown .user-dropdown-menu:hover {
opacity: 1;
visibility: visible;
height: auto;
z-index: 99999;
}
.user-dropdown .user-display-name {
display: inline-block;
position: relative;
padding-right: 15px;
}
.user-dropdown .user-display-name:after {
content: "\f107";
display: block;
font-family: FontAwesome;
position: absolute;
right: 0;
top: 0;
}
.user-dropdown .user-display-name i {
margin-right: 10px;
}
.user-dropdown .user-display-name:hover + .user-dropdown-menu {
opacity: 1;
visibility: visible;
height: auto;
z-index: 99999;
}
.user-dropdown:hover .user-display-name {
color: var(--ere-color-accent);
}
.user-dropdown:hover .user-display-name:after {
content: "\f106";
}
.other-features-list h4 {
margin-bottom: 0 !important;
margin-top: 20px;
font-weight: bold;
}
.other-features-list .checkbox {
margin-bottom: 0 !important;
}
.property-fields-wrap .property-feature {
margin-bottom: 50px;
}
.select2-container--default.error .select2-selection,
.form-control.error, .form-control.error:focus, .form-control.error:active {
border: 1px solid red !important;
}
.form-group.error .checkbox-inline, .form-group.error .radio-inline, .form-group.error .custom-control {
color: red !important;
}
.form-group.error .custom-control div.error {
display: none !important;
}
.select2-container .select2-selection--single {
display: block;
width: 100%;
font-size: 14px;
color: #555555;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
border-radius: 4px;
}
.select2-container .select2-selection--single:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ere-tabs .nav-tabs {
border-bottom: none;
background-color: var(--ere-tabs-bg);
margin: 0 0 30px 0;
}
.ere-tabs .nav-tabs .nav-link {
margin: 0;
border-radius: 0;
border: none;
color: var(--ere-tabs-text-color);
padding: 19px 30px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
font-weight: 500;
}
.ere-tabs .nav-tabs .nav-link.active, .ere-tabs .nav-tabs .nav-link:hover {
background-color: var(--ere-color-accent);
color: var(--ere-color-accent-foreground);
}
.ere-tabs .tab-content table {
width: 100%;
border: none;
}
.ere-tabs .tab-content table td {
width: 50%;
}
.ere-tabs .tab-content table tr:nth-child(2n-1) th,
.ere-tabs .tab-content table tr:nth-child(2n-1) td {
background-color: #f8f8f8;
}
.ere-tabs .tab-content table th,
.ere-tabs .tab-content table td {
padding: 8.5px 18px;
border: none;
}
.ere-tabs .tab-content table th {
font-weight: 500;
color: #222;
}
.ere-tabs .tab-content table td {
font-weight: 400;
color: #8f8f8f;
}
.ere-tabs .card {
margin-bottom: 20px;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.ere-tabs .card .nav-link {
padding: 0;
color: inherit;
}
.ere-tabs .card:last-child {
margin-bottom: 0;
}
.ere-tabs .card-header {
color: var(--ere-tabs-card-header-text-color);
background-color: var(--ere-tabs-card-header-bg-color);
padding: 15px;
}
.ere-tabs .card-header .card-title {
font-size: var(--ere-tabs-card-header-font-size);
color: inherit;
}
.ere-tabs .ere__single-property-element {
margin-bottom: 0;
}
.ere-tabs .ere__single-property-element > .ere-heading-style2 {
display: none;
}
.ere__loop-property-status {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.ere__loop-property-status .ere__loop-property-status-item + .ere__loop-property-status-item {
margin-left: 5px;
}
.ere__loop-property-status-item {
color: var(--ere-loop-property-status-color);
background-color: var(--ere-loop-property-status-bg-color);
padding: 2px 15px;
line-height: 20px;
}
.ere__start-rating {
position: absolute;
top: -10000em;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.rating-container {
line-height: 1;
}
.rating-container .empty-stars {
color: var(--ere-rating-color);
display: inline-block;
}
.rating-container .filled-stars {
color: var(--ere-rating-color);
-webkit-text-stroke: 1px var(--ere-rating-color);
text-shadow: 1px 1px var(--ere-rating-color);
}
.rating-container .rating-stars:focus {
outline: none;
}
.ere__reviews .aggregate-rating {
display: -ms-flexbox;
display: flex;
margin-bottom: 30px;
}
.ere__reviews .ratings-summary {
background-color: #f8f8f8;
color: #222;
border: 1px solid #ddd;
width: 200px;
margin-right: 30px;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}
.ere__reviews .ratings-summary .rating-container {
margin: 5px 0;
font-size: 18px;
}
.ere__reviews .ratings-average {
font-size: 40px;
font-weight: bold;
line-height: 1;
}
.ere__reviews .overall-rating {
width: 280px;
}
.ere__reviews .overall-rating ul.reviews-box {
list-style: none;
padding: 0;
margin: 0;
}
.ere__reviews .overall-rating ul.reviews-box li {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
line-height: 1.2;
margin-bottom: 10px;
}
.ere__reviews .overall-rating ul.reviews-box li:last-child {
margin-bottom: 0;
}
.ere__reviews .overall-rating ul.reviews-box li .item-list {
-ms-flex-positive: 1;
flex-grow: 1;
height: 10px;
background-color: #e6e9ee;
margin: 0 10px;
position: relative;
}
.ere__reviews .overall-rating ul.reviews-box li .item-list span {
position: absolute;
top: 0;
bottom: 0;
left: 0;
background-color: var(--ere-color-accent);
}
.ere__reviews .overall-rating ul.reviews-box li .label {
font-size: 12px;
color: var(--ere-color-heading);
width: 10px;
}
.ere__reviews .overall-rating ul.reviews-box li .percent {
width: 30px;
}
@media (max-width: 575px) {
.ere__reviews .aggregate-rating {
-ms-flex-direction: column;
flex-direction: column;
}
.ere__reviews .ratings-summary {
margin-right: 0;
margin-bottom: 20px;
width: 280px;
padding: 5px 0;
}
}
.ere__reviews ul.reviews-list {
padding: 0;
margin: 0 0 30px 0;
list-style: none;
}
.ere__reviews ul.reviews-list .media-left {
margin-right: 20px;
}
.ere__reviews ul.reviews-list .media-left figure {
border: 1px solid #dbdfe2;
border-radius: 50%;
width: 80px;
height: 80px;
overflow: hidden;
margin: 0;
}
.ere__reviews ul.reviews-list .review-date-rating {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
margin-bottom: 20px;
}
.ere__reviews ul.reviews-list .review-date {
font-size: 12px;
}
.ere__reviews ul.reviews-list .review-date i {
margin-right: 5px;
color: var(--ere-color-accent);
}
.ere__reviews ul.reviews-list .rating-container {
font-size: 14px;
}
.ere__reviews ul.reviews-list .review-content {
margin: 0;
}
.ere__reviews ul.reviews-list .media-body {
border-bottom: 1px solid var(--ere-color-border);
padding-bottom: 20px;
}
.ere__reviews .login-for-review {
text-decoration: underline;
color: var(--ere-color-accent);
}
.ere__reviews .waiting-for-approval {
color: var(--ere-color-accent);
}
.ere__map-canvas,
.ere-google-map-direction {
height: var(--ere-map-height);
}
.ere__map-canvas .gm-svpc img {
max-width: unset;
}
.ere__map-popup {
background: #fff;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.53);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.53);
display: -ms-flexbox;
display: flex;
padding: 15px;
}
.ere__map-popup-thumb {
-ms-flex-negative: 0;
flex-shrink: 0;
max-width: 100px;
-ms-flex-item-align: start;
align-self: flex-start;
margin-right: 15px;
}
.ere__map-popup-thumb img {
max-width: 100%;
}
.ere__map-popup-content {
-ms-flex-positive: 1;
flex-grow: 1;
width: 1px;
}
.ere__map-popup-content .ere__loop-property-price {
font-size: 14px;
margin-bottom: 5px;
font-weight: 500;
}
.ere__map-popup-title {
font-size: 14px;
text-transform: none;
margin-bottom: 5px;
font-weight: 500;
}
.ere__map-popup-title a {
color: inherit;
}
.ere__map-popup-address {
font-size: 12px;
color: #8f8f8f;
}
.ere__map-popup-address i {
color: var(--ere-color-accent);
margin-right: 5px;
}
.ere__contact-form label {
display: none;
}
.ere__contact-form textarea {
min-height: 150px;
}
.ere__contact-form .invalid-feedback {
font-size: 90%;
}
.ere__contact-form .ere__message {
text-align: center;
font-weight: 500;
text-transform: uppercase;
color: #fb6a19;
}
.position-inline {
display: inline-block;
}
.list-1-column .ere-item-wrap {
width: 100% !important;
}
.btn-save-search {
border-bottom-left-radius: 2em !important;
border-bottom-right-radius: 2em !important;
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
#ere_save_search i {
padding-left: 5px;
}
.mce-i-fascbutton_add_shortcode:before {
content: "\f502";
display: inline-block;
-webkit-font-smoothing: antialiased;
font: 400 20px/1 dashicons;
}
#geocomplete-error {
position: absolute;
}
.ere-recaptcha-wrap {
margin-bottom: 15px;
}
li.dotted-right {
float: right;
}
li.dotted-left + li.dotted-right:before {
content: "";
width: 100%;
display: block;
height: 1px;
border: 1px dotted;
position: absolute;
left: 0;
bottom: 10px;
color: #dddddd;
}
li.dotted-left {
position: relative;
z-index: 2;
padding-right: 10px;
}
.content-single-property .post-ratings {
margin-top: 30px;
text-align: center;
}
.ere-agent-single .post-ratings {
margin-top: 30px;
}
.ere-link-more {
font-style: italic;
display: block;
}
.ere_payment_stripe button {
display: none !important;
}
.property-info-header .property-price-prefix, .property-info-header .property-price-postfix {
font-size: 14px;
}
.property-type i, .property-location i, .property-type-list i, .property-agent i,
.property-info-header .property-info span.fa, .property-count span, .agent-info i, .ere-link-more, .user-dropdown i, .address-marker i, .ere-my-saved-search-item i,
span.total-properties, .ere-dashboard-logout i, .attachment-file-type, .walk-score-more-detail {
color: var(--ere-color-accent);
}
.ere-link-more {
text-align: right;
}
.ere-package-price {
font-size: 50px;
font-weight: bold;
}
.ere-package-title, .ere-package-price, .ere-package-choose {
text-align: center;
}
.ere-profile-avatar, .agent-avatar {
text-align: center;
}
.agent-description {
margin-top: 20px;
}
.agent-company-info span, .agent-main-info span, .agent-company-info p, .agent-main-info p {
font-weight: bold;
}
.ere-thankyou-content {
margin-bottom: 40px;
}
.ere-wire-transfer-info {
display: none;
}
.form-search-wrap.form-search-wrap {
position: relative;
color: var(--ere-property-search-form-text-color);
}
.form-search-wrap.form-search-wrap input,
.form-search-wrap.form-search-wrap select,
.form-search-wrap.form-search-wrap .select2-container .select2-selection--single {
border-color: var(--ere-property-search-form-border-color);
color: var(--ere-property-search-form-text-color);
}
.form-search-wrap.form-search-wrap .select2-container {
width: 100% !important;
}
.form-search-wrap.form-search-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
color: var(--ere-property-search-form-text-color);
}
.form-search-wrap.form-search-wrap input:-moz-placeholder {
color: var(--ere-property-search-form-text-color);
}
.form-search-wrap.form-search-wrap input::-moz-placeholder {
color: var(--ere-property-search-form-text-color);
}
.form-search-wrap.form-search-wrap input:-ms-input-placeholder {
color: var(--ere-property-search-form-text-color);
}
.form-search-wrap.form-search-wrap input::-webkit-input-placeholder {
color: var(--ere-property-search-form-text-color);
}
.form-search-wrap.form-search-wrap .btn-other-features {
cursor: pointer;
font-weight: 600;
color: var(--ere-color-heading);
}
.form-search-wrap.form-search-wrap .btn-other-features i {
background: var(--ere-color-accent);
color: var(--ere-color-accent-foreground);
margin-right: 5px;
padding: 3px;
}
.form-search-wrap.form-search-wrap .other-features-list h4 {
color: var(--ere-color-heading);
}
.form-search-wrap.form-search-wrap .submit-search-form {
text-align: right;
margin-left: auto;
}
.ere-search-status-tab {
margin-bottom: 30px;
background-color: var(--ere-search-status-tab-bg-color);
}
.ere-search-status-tab button {
vertical-align: top;
height: 44px;
line-height: 1;
border: 0;
background-color: transparent;
padding-left: 10px;
padding-right: 10px;
color: var(--ere-search-status-tab-text-color);
}
.ere-search-status-tab button:hover, .ere-search-status-tab button.active {
background-color: var(--ere-color-accent);
color: var(--ere-color-accent-foreground);
}
#ere-map-loading {
position: absolute;
z-index: 0;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.9);
}
#ere-map-loading i {
height: 60px;
width: 60px;
font-size: 60px;
color: var(--ere-color-accent);
}
.ere-map-result {
position: relative;
height: 550px;
-webkit-transition: height 0.5s;
transition: height 0.5s;
background-color: rgba(0, 0, 0, 0.1);
}
.ere-map-result .map-notfound {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
text-align: center;
height: 50px;
max-width: 570px;
margin: auto;
font-size: 20px;
}
.ere-map-result .cluster img {
width: 100%;
}
.ere-map-result .infoBox {
overflow: inherit !important;
max-width: 310px;
}
.ere-map-result .infoBox > img {
z-index: 5;
padding: 10px 10px 0 0;
}
.ere-map-result .infoBox:after {
border: solid transparent;
content: " ";
height: 0;
position: absolute;
top: inherit;
right: inherit;
bottom: -36px;
left: 50%;
width: 0;
border-width: 18px;
border-top-color: rgba(0, 0, 0, 0.05);
z-index: 0;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.ere-map-result .marker-content {
position: relative;
border: 5px solid rgba(0, 0, 0, 0.05);
box-shadow: 0 5px 13px rgba(0, 0, 0, 0.22);
width: 310px;
}
.ere-map-result .marker-content:after {
border: solid transparent;
content: " ";
height: 0;
position: absolute;
top: inherit;
right: inherit;
bottom: -30px;
left: 50%;
z-index: 2;
width: 0;
border-width: 15px;
border-top-color: #fff;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.ere-map-result .marker-content .marker-content-inner {
background-color: #fff;
padding: 20px;
}
.ere-map-result .item-thumb {
float: left;
margin-right: 12px;
}
.ere-map-result .item-body {
overflow: hidden;
}
.ere-map-result .item-body .title-marker,
.ere-map-result .item-body .price-marker {
font-size: 14px;
font-weight: 500;
line-height: 1.4;
letter-spacing: 0;
color: #222;
text-transform: capitalize;
}
.ere-map-result .item-body .title-marker {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.ere-map-result .item-body .price-marker {
font-weight: 600;
}
.ere-map-result .item-body .address-marker {
font-size: 12px;
color: #8f8f8f;
}
.ere-map-result .item-body .address-marker i {
margin-right: 10px;
color: var(--ere-color-accent);
padding-left: 1px;
}
.ere-map-result .item-body a:hover {
color: var(--ere-color-accent);
}
.ere-map-result .search-map-inner {
position: relative;
}
.form-search-wrap.form-search-wrap .ui-slider-horizontal {
position: relative;
height: 4px;
border-radius: 0;
border: none;
background: #e5e5e5;
margin: 15px 4px 10px 8px;
}
.form-search-wrap.form-search-wrap .ui-slider-horizontal .ui-slider-handle {
position: absolute;
z-index: 4;
height: 14px;
width: 14px;
background: var(--ere-color-accent);
top: -5px;
cursor: ew-resize;
border: none;
border-radius: 50%;
}
.form-search-wrap.form-search-wrap .ui-slider-horizontal .ui-slider-handle:active, .form-search-wrap.form-search-wrap .ui-slider-horizontal .ui-slider-handle:focus {
outline: none;
}
.form-search-wrap.form-search-wrap .ui-slider-horizontal .ui-slider-range {
position: absolute;
z-index: 3;
background: var(--ere-color-accent);
border-radius: 0;
border: none;
}
.form-search-wrap.form-search-wrap .title-slider-filter span {
display: inline-block;
}
.list-property-result-ajax .title-result {
margin-bottom: 30px;
}
.list-property-result-ajax .title-result h2 {
font-weight: 600;
line-height: 1;
font-size: 26px;
}
.list-property-result-ajax .title-result .text-no-result {
display: none;
}
.list-property-result-ajax .owl-carousel .owl-nav {
--ere-owl-nav-width: 40px;
--ere-owl-nav-height: 45px;
--ere-owl-nav-icon-font-size: 24px;
--ere-owl-nav-inline-spacing: 15px;
top: -70px;
} .col-gap-0 .ere-item-wrap {
padding-left: 0;
padding-right: 0;
}
.col-gap-10 {
margin-left: -5px;
margin-right: -5px;
}
.col-gap-10 > .item-not-found,
.col-gap-10 .ere-item-wrap {
padding-left: 5px;
padding-right: 5px;
}
.col-gap-20 {
margin-left: -10px;
margin-right: -10px;
}
.col-gap-20 > .item-not-found,
.col-gap-20 .ere-item-wrap {
padding-left: 10px;
padding-right: 10px;
}
.col-gap-30 {
margin-left: -15px;
margin-right: -15px;
}
.col-gap-30 > .item-not-found,
.col-gap-30 .ere-item-wrap {
padding-left: 15px;
padding-right: 15px;
}
.ere-property .owl-nav-bottom-center .owl-nav {
margin-top: 57px;
}
.ere-property .property-link {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 2;
}
.ere__loop-property-price {
font-size: 16px;
font-weight: 600;
color: var(--ere-color-heading);
display: block;
}
.ere__loop-property-price .price-per-unit {
font-size: 11px;
font-weight: 500;
padding: 1.5px 5px;
background-color: var(--ere-color-accent);
color: var(--ere-color-accent-foreground);
margin-left: 5px;
position: relative;
top: -2px;
}
.ere__loop-property-price .property-price-prefix,
.ere__loop-property-price .property-price-postfix {
font-size: 12px;
color: var(--ere-color-accent);
}
.ere__loop-property_action-item {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: 34px;
height: 34px;
background-color: var(--ere-color-accent);
color: var(--ere-color-accent-foreground);
border-radius: 50%;
font-size: 14px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.ere__loop-property_action-item:hover {
color: var(--ere-color-accent);
background-color: var(--ere-color-accent-foreground);
}
.ere__loop-property_action-item + .ere__loop-property_action-item {
margin-left: 10px;
}
.ere__loop-property-action {
position: absolute;
z-index: 3;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
display: -ms-flexbox;
display: flex;
}
.property-inner:hover .ere__loop-property-action,
.property-active-hover .ere__loop-property-action {
opacity: 1;
}
.ere-property .property-image {
position: relative;
z-index: 1;
}
.ere-property .property-image:before {
content: "";
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
background-color: rgba(34, 34, 34, 0.6);
}
.ere-property .property-inner:hover .block-center-inner,
.ere-property .property-inner:hover .property-image:before,
.ere-property .property-active-hover .block-center-inner,
.ere-property .property-active-hover .property-image:before {
opacity: 1;
}
.ere-property .property-title {
font-size: 18px;
font-weight: 600;
margin-bottom: 10px;
margin-top: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ere-property .property-title a {
color: inherit;
}
.ere-property .property-title:hover {
color: var(--ere-color-accent);
}
.ere__loop-property-location {
overflow: hidden;
padding-left: 1px;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 12px;
font-weight: 400;
}
.ere__loop-property-location i {
font-size: 14px;
margin-right: 5px;
}
.ere__loop-property-location a {
color: inherit;
}
.ere__loop-property-badge-item {
display: block;
}
.ere__loop-property-badge-item .ere__lpbi-inner {
position: relative;
color: var(--ere-loop-property-badge-color);
background-color: var(--ere-loop-property-badge-bg-color);
font-size: 12px;
display: inline-block;
line-height: 20px;
padding: 0 5px 0 10px;
}
.ere__loop-property-badge-item .ere__lpbi-inner:after {
content: "";
display: block;
position: absolute;
color: var(--ere-loop-property-badge-bg-color);
left: 100%;
top: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 7px solid currentColor;
}
.ere__loop-property-badge {
position: absolute;
left: 0;
top: 15px;
z-index: 3;
font-size: 0;
}
.ere__loop-property-badge.ere__lpb-status {
right: 0;
left: auto;
}
.ere__loop-property-badge.ere__lpb-status .ere__loop-property-badge-item .ere__lpbi-inner {
padding: 0 10px 0 5px;
}
.ere__loop-property-badge.ere__lpb-status .ere__loop-property-badge-item .ere__lpbi-inner:after {
right: 100%;
left: auto;
border-right: 7px solid currentColor;
border-left: none;
}
.ere__loop-property-badge .ere__loop-property-badge-item {
margin-bottom: 5px;
}
.ere__loop-property-badge .ere__loop-property-badge-item:last-child {
margin-bottom: 0;
}
.ere__loop-property-info {
-webkit-transition: all 0.3s;
transition: all 0.3s;
color: var(--ere-color-accent-foreground);
background-color: var(--ere-color-accent);
}
.ere__loop-property-info .tooltip {
top: -5px !important;
}
.ere__loop-property-info .property-info-inner {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
line-height: 20px;
padding: 5px 15px;
}
.ere__loop-property-info .ere__loop-property-info-item {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
}
.ere__loop-property-info .ere__loop-property-info-item i {
margin-right: 5px;
font-size: 16px;
}
.ere__loop-property-info .ere__loop-property-info-item .ere__lpi-content > span {
display: block;
}
.ere__loop-property-info .ere__loop-property-info-item .ere__lpi-content > span + span {
margin-top: 5px;
}
.ere__loop-property-info.layout-1 .ere__loop-property-info-item .ere__lpi-content {
font-size: 12px;
}
.ere__loop-property-info.layout-1 .ere__loop-property-info-item .ere__lpi-content > span.ere__lpi-label {
display: none;
}
.ere__loop-property-info.layout-2 .tooltip {
display: none;
}
.ere__loop-property-info.layout-2 .ere__loop-property-info-item i {
font-size: 24px;
margin-right: 10px;
}
.ere__loop-property-info.layout-2 .ere__loop-property-info-item .ere__lpi-content {
font-size: 16px;
letter-spacing: 0.03em;
line-height: 14px;
}
.ere__loop-property-info.layout-2 .ere__loop-property-info-item .ere__lpi-value {
font-weight: 600;
color: var(--ere-loop-property-info-value-text-color, inherit);
}
.ere__loop-property-info.layout-2 .ere__loop-property-info-item + .ere__loop-property-info-item {
margin-left: var(--ere-loop-property-info-spacing);
}
.ere__loop-property-info.ere__single-property-info {
background-color: transparent !important;
color: var(--ere-color-heading);
}
.ere__loop-property-info.ere__single-property-info .property-info-inner {
padding: 0;
-ms-flex-pack: start;
justify-content: flex-start;
}
.ere__loop-property-info.ere__single-property-info .ere__loop-property-info-item {
margin-top: 5px;
margin-bottom: 5px;
}
.ere__loop-property-info.ere__single-property-info .ere__loop-property-info-item .ere__lpi-content {
font-size: 14px;
}
.ere__loop-property-info.ere__single-property-info .ere__loop-property-info-item .ere__lpi-content > span + span {
margin-top: 2px;
}
.ere__loop-property-info.ere__single-property-info .ere__loop-property-info-item i {
color: var(--ere-color-accent);
}
.ere__loop-property-info.ere__single-property-info .ere__loop-property-info-item .ere__lpi-value {
color: var(--ere-single-property-info-value-text-color, inherit);
}
.ere-property .property-inner:hover .ere__loop-property-info {
background-color: var(--ere-color-heading);
}
.ere-property .property-excerpt {
line-height: var(--ere-body-line-height);
}
.ere-property .property-excerpt p:last-child {
margin-bottom: 0;
}
.property-element-inline {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
}
.ere-property .property-link-detail {
font-weight: 500;
margin-top: 6px;
}
.ere-property .property-link-detail i {
color: var(--ere-color-accent);
margin-left: 5px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
font-size: 16px;
}
.ere-property .property-link-detail a {
color: var(--ere-color-heading);
}
.ere-property .property-link-detail a:hover {
color: var(--ere-color-accent);
}
.ere-property .property-link-detail a:hover i {
margin-left: 10px;
}
.ere-property .view-all-link {
text-align: center;
}
.ere-property a {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.ere-property img {
width: 100%;
}
.ere-property .block-center-inner {
z-index: 11;
}
.ere-property .property-type,
.ere-property .property-agent,
.ere-property .property-date,
.ere-property .property-type-list {
font-size: 12px;
font-weight: 400;
}
.ere-property .property-type i,
.ere-property .property-agent i,
.ere-property .property-date i,
.ere-property .property-type-list i {
font-size: 14px;
margin-right: 5px;
color: var(--ere-color-accent);
}
@media (max-width: 1199px) {
.ere-property .hidden-md {
display: none;
}
}
.ere-property.property-grid .property-inner {
padding: 15px 15px 0 15px;
background-color: #f8f8f8;
}
.ere-property.property-grid .property-item-content {
padding-top: 17px;
}
.ere-property.property-grid .property-excerpt {
display: none;
}
.ere-property.property-grid .property-heading {
margin-bottom: 11px;
}
.ere-property.property-grid .property-type {
margin-bottom: 3px;
}
.ere-property.property-grid .property-info {
margin: 15px -15px 0 -15px;
}
.ere-property.property-grid .property-element-inline .property-type-list {
width: 100%;
}
.ere-property.property-list .property-inner {
display: -ms-flexbox;
display: flex;
padding: 15px;
background-color: #f8f8f8;
}
.ere-property.property-list .property-image {
max-width: var(--ere-property-list-image-width);
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: var(--ere-property-list-image-spacing);
-ms-flex-item-align: start;
align-self: flex-start;
}
.ere-property.property-list .property-item-content {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1px;
}
.ere-property.property-list .property-title {
margin-bottom: 5px;
}
.ere-property.property-list .property-heading {
margin-bottom: 5px;
}
.ere-property.property-list .property-excerpt {
margin-top: 5px;
}
.ere-property.property-list .property-info {
margin-top: 15px;
}
@media (max-width: 991px) {
.ere-property.property-list .property-element-inline .property-type-list {
width: 100%;
}
}
@media (max-width: 767px) {
.ere-property.property-list .property-inner {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ere-property.property-list .property-image {
width: 100% !important;
max-width: 100%;
margin-right: 0 !important;
margin-bottom: 17px;
}
}
@media (min-width: 768px) {
.ere-property.property-list .property-excerpt {
max-height: calc(var(--ere-body-line-height) * var(--ere-loop-list-property-except-max-height));
overflow: hidden;
}
}
@media (min-width: 768px) {
.ere-property.property-list-two-columns .property-excerpt {
max-height: calc(var(--ere-body-line-height) * var(--ere-loop-list-two-columns-property-except-max-height));
overflow: hidden;
}
}
.ere-property.property-carousel .property-inner {
padding: 15px 15px 0 15px;
background-color: #f8f8f8;
}
.ere-property.property-carousel .property-item-content {
padding-top: 17px;
}
.ere-property.property-carousel .property-excerpt {
display: none;
}
.ere-property.property-carousel .property-heading {
margin-bottom: 11px;
}
.ere-property.property-carousel .property-type {
margin-bottom: 3px;
}
.ere-property.property-carousel .property-info {
margin: 15px -15px 0 -15px;
}
.ere-property.property-carousel .property-element-inline .property-type-list {
width: 100%;
}
.ere-property.property-carousel .owl-item:nth-child(2n) .property-inner .property-info {
background-color: var(--ere-color-heading);
}
.ere-property.property-zigzac .property-inner {
display: -ms-flexbox;
display: flex;
}
.ere-property.property-zigzac .property-image {
width: 50%;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.ere-property.property-zigzac .property-item-content {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1px;
background-color: #fff;
padding: 15px 20px 20px;
position: relative;
}
.ere-property.property-zigzac .ere__loop-property-location {
margin-top: 3px;
}
.ere-property.property-zigzac .property-element-inline .property-type-list {
width: 100%;
}
.ere-property.property-zigzac .property-excerpt {
margin-top: 11px;
}
.ere-property.property-zigzac .property-info {
margin-top: 13px;
background-color: transparent !important;
color: var(--ere-color-heading);
}
.ere-property.property-zigzac .property-info i {
color: var(--ere-color-accent);
}
.ere-property.property-zigzac .property-info .property-info-inner {
padding-left: 0;
padding-right: 0;
}
@media (min-width: 768px) {
.ere-property.property-zigzac .property-excerpt {
max-height: calc(var(--ere-body-line-height) * var(--ere-loop-zigzac-property-except-max-height));
overflow: hidden;
}
.ere-property.property-zigzac .property-image img {
height: 100%;
object-fit: cover;
}
.ere-property.property-zigzac .property-item-content:before {
content: "";
display: block;
position: absolute;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
border-right: 20px solid #fff;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: 100%;
z-index: 2;
}
.ere-property.property-zigzac .property-element-inline {
display: none;
}
}
@media (min-width: 992px) {
.ere-property.property-zigzac .ere-item-wrap:nth-child(4n) .property-item-content:before, .ere-property.property-zigzac .ere-item-wrap:nth-child(4n-1) .property-item-content:before {
left: 100%;
right: auto;
border-left: 20px solid #fff;
border-right: none;
}
.ere-property.property-zigzac .ere-item-wrap:nth-child(4n) .property-image, .ere-property.property-zigzac .ere-item-wrap:nth-child(4n-1) .property-image {
order: 1;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.ere-property.property-zigzac .ere-item-wrap:nth-child(2n) .property-item-content:before {
left: 100%;
right: auto;
border-left: 20px solid #fff;
border-right: none;
}
.ere-property.property-zigzac .ere-item-wrap:nth-child(2n) .property-image {
order: 1;
}
}
@media (max-width: 767px) {
.ere-property.property-zigzac .property-inner {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ere-property.property-zigzac .property-image {
width: 100% !important;
}
}
.ere_widget .ere__loop-property-badge {
display: none;
}
.ere-agent .agent-name {
font-size: 18px;
font-weight: 600;
margin-bottom: 0;
margin-top: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.ere-agent .agent-name a {
color: inherit;
}
.ere-agent .agent-name:hover {
color: var(--ere-color-accent);
}
.ere-agent .agent-avatar {
margin: auto;
}
.ere-agent .agent-avatar img {
width: 100%;
}
.ere-agent .agent-avatar-bg {
background-size: cover;
background-position: top center;
background-repeat: no-repeat;
}
.ere-agent .agent-social a {
display: inline-block;
line-height: var(--ere-agent-social-wide);
width: var(--ere-agent-social-wide);
height: var(--ere-agent-social-wide);
text-align: center;
}
.ere-agent .agent-social a i {
font-size: var(--err-agent-social-font-size);
line-height: var(--ere-agent-social-wide);
}
.ere__agent-excerpt {
line-height: var(--ere-body-line-height);
}
.ere-agent.owl-nav-top-right {
--ere-owl-nav-bg-color: #fff;
}
.ere-agent.owl-nav-top-right .owl-nav {
top: -130px;
}
.ere-agent.agent-grid .agent-content {
text-align: center;
}
.ere-agent.agent-grid .agent-info {
padding: 18px 15px 32px 15px;
background: #222;
color: #bababa;
}
.ere-agent.agent-grid .agent-item {
margin-bottom: 43px;
}
.ere-agent.agent-grid .agent-name {
color: #fff;
}
.ere-agent.agent-grid .agent-description {
display: none;
}
.ere-agent.agent-grid .agent-social {
background: var(--ere-color-accent);
margin: 0 35px;
position: relative;
top: -17.5px;
}
.ere-agent.agent-grid .agent-social a {
-webkit-transition: all 0.3s;
transition: all 0.3s;
color: #fff;
}
.ere-agent.agent-grid .agent-social a:hover {
color: #222;
}
.ere-agent.agent-slider .agent-content {
text-align: center;
}
.ere-agent.agent-slider .agent-info {
padding-top: 18px;
padding-bottom: 32px;
background: #222;
color: #bababa;
}
.ere-agent.agent-slider .agent-name {
color: #fff;
}
.ere-agent.agent-slider .agent-name:hover {
color: var(--ere-color-accent);
}
.ere-agent.agent-slider .agent-social {
background: var(--ere-color-accent);
margin: 0 35px;
position: relative;
top: -17.5px;
}
.ere-agent.agent-slider .agent-social a {
-webkit-transition: all 0.3s;
transition: all 0.3s;
color: #fff;
}
.ere-agent.agent-slider .agent-social a:hover {
color: #222;
}
.ere-agent.agent-slider .agent-item {
margin-bottom: -17.5px;
}
.ere-agent.agent-list .agent-item-inner {
display: -ms-flexbox;
display: flex;
-ms-flex-align: end;
align-items: flex-end;
}
.ere-agent.agent-list .agent-item {
margin-bottom: 60px;
border-bottom: 1px solid var(--ere-color-border);
}
.ere-agent.agent-list .agent-avatar {
max-width: var(--ere-agent-list-image-width);
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: var(--ere-agent-list-image-spacing);
}
.ere-agent.agent-list .agent-content {
-ms-flex-positive: 1;
flex-grow: 1;
width: 1px;
margin-bottom: 30px;
}
.ere-agent.agent-list .agent-info p {
margin-top: 25px;
}
@media (min-width: 600px) {
.ere-agent.agent-list .agent-social a {
text-align: left;
}
}
@media (max-width: 767px) {
.ere-agent.agent-list .agent-item-inner {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ere-agent.agent-list .agent-avatar {
width: 100% !important;
max-width: 100%;
margin-right: 0 !important;
}
.ere-agent.agent-list .agent-content {
margin-top: 50px;
margin-bottom: 50px;
text-align: center;
}
}
@media (min-width: 768px) {
.ere-agent.agent-list .ere__agent-excerpt {
max-height: calc(var(--ere-body-line-height) * var(--ere-loop-list-agent-except-max-height));
overflow: hidden;
}
}
.ere__loop-agency-title {
font-size: 18px;
}
.ere__loop-agency-title a {
-webkit-transition: all 0.3s;
transition: all 0.3s;
color: inherit;
}
.ere__loop-agency-title a:hover, .ere__loop-agency-title a:focus {
color: var(--ere-color-accent);
}
.ere__loop-agency-desc {
line-height: var(--ere-body-line-height);
margin: 20px 0;
}
ul.ere__loop-agency-social {
margin: 0;
padding: 0 !important;
list-style: none;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
color: var(--ere-color-heading);
}
ul.ere__loop-agency-social li {
margin-right: 15px;
}
ul.ere__loop-agency-social li a {
-webkit-transition: all 0.3s;
transition: all 0.3s;
color: inherit;
}
ul.ere__loop-agency-social li a:hover, ul.ere__loop-agency-social li a:focus {
color: var(--ere-color-accent);
}
ul.ere__loop-agency-social li:last-child {
margin-right: 0;
}
ul.ere__loop-agency-meta {
list-style: none;
margin: 0;
padding: 0 !important;
}
ul.ere__loop-agency-meta i {
width: 20px;
}
ul.ere__loop-agency-meta li {
margin-bottom: 10px;
}
ul.ere__loop-agency-meta .ere__label {
font-weight: bold;
}
@media (min-width: 576px) {
ul.ere__loop-agency-meta {
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
}
}
@media (min-width: 1200px) {
ul.ere__loop-agency-meta {
columns: 3;
-webkit-columns: 3;
-moz-columns: 3;
}
}
.ere__loop-agency-avatar {
background-color: #fafafa;
border: 1px solid #ededed;
position: relative;
min-height: 210px;
}
.ere__loop-agency-avatar img {
max-height: 130px;
width: auto;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.ere__loop-agency-address {
font-weight: 500;
}
.ere__archive-agency-above {
margin-bottom: 45px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: end;
align-items: flex-end;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
}
.ere__archive-agency-above .ere-heading {
margin-bottom: 15px;
}
.ere__loop-agency-item {
padding-bottom: 15px;
margin-bottom: 30px;
border-bottom: 2px solid var(--ere-color-border);
}
.ere__loop-agency-item .ere__loop-agency-title {
margin-bottom: 0;
}
@media (min-width: 992px) {
.ere__loop-agency-item {
display: -ms-flexbox;
display: flex;
padding-bottom: 60px;
margin-bottom: 60px;
}
.ere__loop-agency-avatar {
width: var(--ere-agency-image-width);
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: var(--ere-agency-image-spacing);
}
.ere__loop-agency-content {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1px;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: justify;
justify-content: space-between;
}
.ere__loop-agency-desc {
max-height: calc(var(--ere-body-line-height) * var(--ere-loop-agency-desc-max-height));
overflow: hidden;
}
}
@media (max-width: 991px) {
.ere__loop-agency-avatar {
margin-bottom: 30px;
}
}
@media (min-width: 576px) {
.ere__loop-agency-heading {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
}
.ere__loop-agency-heading .ere__loop-agency-social {
-ms-flex-negative: 0;
flex-shrink: 0;
}
}
.ere-property-type .property-type-inner {
position: relative;
}
.ere-property-type img {
width: 100%;
}
.ere-property-type .property-type-info {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.9);
padding: 25px 20px;
color: #fff;
line-height: 1;
}
.ere-property-type .property-title {
font-size: 32px;
font-weight: 500;
margin-bottom: 10px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.ere-property-type .property-title:hover {
color: var(--ere-color-accent);
}
.ere-property-type .property-title a {
color: inherit;
}
.ere-property.ere-property-slider .property-heading {
background-color: var(--ere-sc-property-slider-property-bg-color);
color: var(--ere-sc-property-slider-property-text-color);
}
.ere-property.ere-property-slider .property-image:before {
display: none;
}
.ere-property.ere-property-slider .property-location {
color: var(--ere-sc-property-slider-property-location-text-color, inherit);
font-size: 16px;
}
.ere-property.ere-property-slider .property-title {
color: var(--ere-sc-property-slider-property-title-text-color, inherit);
font-size: 32px;
}
.ere-property.ere-property-slider .property-title:hover {
color: var(--ere-color-accent);
}
.ere-property.ere-property-slider .property-price {
color: var(--ere-sc-property-slider-property-price-text-color, inherit);
font-size: 24px;
}
.ere-property.ere-property-slider .property-info {
background-color: transparent !important;
}
.ere-property.ere-property-slider .property-info .property-info-inner {
background-color: var(--ere-sc-property-slider-property-info-bg-color);
color: var(--ere-sc-property-slider-property-info-text-color);
padding: 16px 20px;
}
.ere-property.ere-property-slider .ere__lpb-status {
position: static;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.ere-property.ere-property-slider .ere__lpb-status .ere__loop-property-badge-item {
margin-right: 5px;
margin-bottom: 0;
}
.ere-property.ere-property-slider .ere__lpb-status .ere__loop-property-badge-item:last-child {
margin-right: 0;
}
.ere-property.ere-property-slider .ere__lpb-status .ere__loop-property-badge-item .ere__lpbi-inner {
padding: 5px 15px;
font-size: 16px;
}
.ere-property.ere-property-slider .ere__lpb-status .ere__loop-property-badge-item .ere__lpbi-inner:after {
display: none;
}
.ere-property-slider.navigation-middle { }
@media (min-width: 768px) {
.ere-property-slider.navigation-middle .property-item-content {
position: absolute;
left: 0;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
}
.ere-property-slider.navigation-middle .property-heading {
display: inline-block;
max-width: 100%;
}
.ere-property-slider.navigation-middle .property-item-content-inner {
padding: 0 15px;
}
}
.ere-property-slider.navigation-middle .property-inner {
position: relative;
}
.ere-property-slider.navigation-middle .ere__lpb-status {
margin-right: 10px;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.ere-property-slider.navigation-middle .property-location {
margin-left: auto;
}
.ere-property-slider.navigation-middle .property-heading {
padding: 15px 20px;
}
.ere-property-slider.navigation-middle .property-title {
margin-bottom: 1px;
}
.ere-property-slider.navigation-middle .property-price {
margin-right: 10px;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.ere-property-slider.navigation-middle .property-heading-inner {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.ere-property-slider.navigation-middle .property-info .property-info-inner {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.ere-property-slider.navigation-middle .owl-nav-inline {
--ere-owl-nav-inline-spacing: 10px;
}
@media (max-width: 767px) {
.ere-property-slider.navigation-middle .property-heading-inner {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ere-property-slider.navigation-middle .property-location {
margin-left: 0;
width: 100%;
margin-top: 2px;
}
.ere-property-slider.navigation-middle .owl-nav {
display: none;
}
}
.ere-property-slider.pagination-image {
--ere-sc-property-slider-property-info-bg-color: rgba(0,0,0,.8);
--ere-sc-property-slider-property-info-text-color: #8f8f8f;
--ere-sc-property-slider-property-bg-color: rgba(0,0,0,.6);
--ere-sc-property-slider-property-text-color: #bababa;
--ere-sc-property-slider-property-title-text-color: #fff;
--ere-loop-property-info-value-text-color: #fff;
--ere-loop-property-info-spacing: 60px;
}
@media (min-width: 768px) {
.ere-property-slider.pagination-image .property-item-content {
position: absolute;
left: 0;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
}
.ere-property-slider.pagination-image .property-slider-image-wrap {
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 1;
max-width: 730px;
}
.ere-property-slider.pagination-image .property-info .property-info-inner {
padding: 36px 20px;
}
.ere-property-slider.pagination-image .property-title {
font-size: 48px;
}
.ere-property-slider.pagination-image .property-price {
font-size: 32px;
}
}
.ere-property-slider.pagination-image .property-inner {
position: relative;
}
.ere-property-slider.pagination-image .property-heading {
text-align: center;
padding: 35px 15px 23px 15px;
}
.ere-property-slider.pagination-image .property-info .property-info-inner {
-ms-flex-pack: center;
justify-content: center;
}
.ere-property-slider.pagination-image .property-title {
margin-bottom: 3px;
}
.ere-property-slider.pagination-image .property-slider-image-wrap {
width: 100%;
background-color: #fff;
padding: 10px 10px 0 10px;
}
.ere-property-slider.pagination-image .property-slider-image-wrap .owl-item {
cursor: pointer;
}
.ere-property-slider.pagination-image .property-slider-image-wrap .owl-item:not(.current):before {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
content: "";
display: block;
z-index: 2;
}
.ere-search-map-properties.color-light {
--ere-property-search-form-bg-color: var(--ere-property-search-form-light-bg-color);
--ere-property-search-form-text-color: var(--ere-property-search-form-light-text-color);
--ere-property-search-form-border-color: var(--ere-property-search-form-light-border-color);
}
.ere-search-map-properties.color-light .form-search-wrap {
--ere-color-heading: #fff;
padding: 15px;
background-color: var(--ere-property-search-form-bg-color);
}
.ere-search-map-properties.color-light .form-search-wrap.has-status-tab {
padding-top: 0;
}
.ere-search-map-properties .property-result-wrap {
margin-top: 25px;
}
.ere-search-map-properties .list-property-result-ajax {
padding-left: 15px;
padding-right: 15px;
padding-bottom: 30px;
}
.ere-search-map-properties .property-search-map-paging-wrap {
margin-top: 20px;
}
@media (max-width: 1199px) {
.ere-search-map-properties .ere-map-search,
.ere-search-map-properties .col-scroll-vertical {
height: inherit !important;
overflow: inherit !important;
}
}
@media (max-width: 767px) {
.ere-search-map-properties .ere-map-result {
height: 400px;
}
}
.ere-search-properties.style-default .ere-search-content {
position: relative;
}
.ere-search-properties.style-default .ere-search-content .search-title {
position: absolute;
font-size: 21px;
text-transform: uppercase;
left: 0;
right: 0;
height: 60px;
line-height: 60px;
background-color: #181818;
top: -120px;
color: #fff;
padding-left: 10px;
font-weight: 600;
}
.ere-search-properties.style-default .ere-search-content .search-title i {
height: 60px;
width: 60px;
text-align: center;
line-height: 60px;
font-size: 26px;
margin-right: 15px;
background-color: var(--ere-color-accent);
}
.ere-search-properties.style-default.color-light {
--ere-property-search-form-bg-color: var(--ere-property-search-form-light-bg-color);
--ere-property-search-form-text-color: var(--ere-property-search-form-light-text-color);
--ere-property-search-form-border-color: var(--ere-property-search-form-light-border-color);
}
.ere-search-properties.style-default.color-light .form-search-wrap {
--ere-color-heading: #fff;
}
@media (max-width: 600px) {
.ere-search-properties.style-default .ere-search-content .search-title {
display: none;
}
}
.ere-search-properties.style-default-small.color-light {
--ere-property-search-form-bg-color: var(--ere-property-search-form-light-bg-color);
--ere-property-search-form-text-color: var(--ere-property-search-form-light-text-color);
--ere-property-search-form-border-color: var(--ere-property-search-form-light-border-color);
}
.ere-search-properties.style-default-small.color-light .form-search-wrap {
--ere-color-heading: #fff;
}
.ere-search-properties.style-mini-line {
--ere-property-search-form-bg-color: var(--ere-property-search-form-light-bg-color);
--ere-property-search-form-text-color: var(--ere-property-search-form-light-text-color);
--ere-property-search-form-border-color: var(--ere-property-search-form-light-border-color);
}
@media (max-width: 1199px) {
.ere-search-properties.style-mini-line {
padding: 0 20px;
}
}
@media (max-width: 767px) {
.ere-search-properties.style-mini-line .search-properties-form .submit-search-form {
clear: both;
}
}
.ere-search-properties.style-absolute {
position: relative;
}
.ere-search-properties.style-absolute .ere-map-result {
height: 700px;
}
.ere-search-properties.style-absolute .ere-search-content.ere-pd-top-85 {
padding-top: 85px !important;
}
.ere-search-properties.style-absolute .form-search-wrap {
position: absolute;
top: 48px;
left: 65%;
max-width: 370px;
}
.ere-search-properties.style-absolute .form-search-wrap .ere-search-content {
background-color: rgba(255, 255, 255, 0.95);
padding: 30px;
}
@media (max-width: 991px) {
.ere-search-properties.style-absolute .form-search-wrap {
left: 58%;
width: 100%;
}
}
@media (max-width: 900px) {
.ere-search-properties.style-absolute .form-search-wrap {
left: 50%;
}
}
@media (max-width: 767px) {
.ere-search-properties.style-absolute .form-search-wrap {
position: relative;
top: inherit;
left: inherit;
max-width: 100%;
width: 100%;
}
.ere-search-properties.style-absolute .ere-search-content.ere-pd-top-85 {
padding-top: 35px !important;
}
}
.ere-search-properties.style-vertical {
--ere-property-search-form-bg-color: var(--ere-property-search-form-light-bg-color);
--ere-property-search-form-text-color: var(--ere-property-search-form-light-text-color);
--ere-property-search-form-border-color: var(--ere-property-search-form-light-border-color);
}
.ere-search-properties.style-vertical .ere-search-content {
padding: 15px;
position: relative;
}
.ere-search-properties.style-vertical .ere-search-content.pd-top-title {
padding-top: 60px;
}
.ere-search-properties.style-vertical .has-status-tab .ere-search-content {
padding-top: 0;
}
.ere-search-properties.style-vertical .search-title {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 40px;
line-height: 40px;
color: #fff;
background-color: #181818;
padding-left: 60px;
font-size: 16px;
font-weight: 400;
}
.ere-search-properties.style-vertical .search-title i {
position: absolute;
height: 40px;
width: 40px;
text-align: center;
line-height: 40px;
color: #fff;
top: 0;
left: 0;
background-color: var(--ere-color-accent);
}
.ere-search-properties.style-vertical .property-result-wrap {
padding: 25px;
}
@media (max-width: 991px) {
.ere-search-properties.style-vertical .ere-map-search,
.ere-search-properties.style-vertical .col-scroll-vertical {
height: inherit !important;
overflow: inherit !important;
}
.ere-search-properties.style-vertical .ere-map-result {
height: 550px !important;
}
}
@media (max-width: 767px) {
.ere-search-properties.style-vertical .ere-map-result {
height: 400px !important;
}
.ere-search-properties.style-vertical .ere-search-content {
padding-left: 6.2%;
padding-right: 6.2%;
padding-bottom: 15px;
position: relative;
}
.ere-search-properties.style-vertical .ere-search-content.pd-top-title {
padding-top: 35px;
}
}
@media (max-width: 600px) {
.ere-search-properties.style-vertical .title-result span.text-no-result,
.ere-search-properties.style-vertical .title-result span.text-result,
.ere-search-properties.style-vertical .title-result span.number-result {
font-size: 14px;
}
}
.ere-search-properties .ui-state-active, .ere-search-properties .ui-widget-content .ui-state-active {
background-color: transparent !important;
border-color: transparent !important;
}
.bg-img-top-no-repeat {
background-position: top;
background-repeat: no-repeat;
}
.bg-dark-left {
position: relative;
}
.bg-dark-left:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 100%;
right: -999px;
background-color: #2C2C2C;
}
@media (max-width: 767px) {
.ere-search-properties .search-title {
display: none !important;
}
}
.ere-search-properties:not(.ere-search-properties-map).ere-show-status-tab .form-search-wrap {
padding-top: 0 !important;
}
.ere-property-wrap .form-search-wrap {
padding-top: 0 !important;
}
.ere-mini-search-properties {
--ere-property-search-form-border-color: transparent;
}
.ere-mini-search-properties .form-search-wrap {
background-color: var(--ere-property-mini-search-form-bg-color);
max-width: var(--ere-property-mini-search-form-width);
margin-left: auto;
margin-right: auto;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.ere-mini-search-properties .form-group {
margin-bottom: 0;
padding: 0;
}
.ere-mini-search-properties .form-group + .form-group {
border-left: 1px solid var(--ere-color-border);
}
.ere-mini-search-properties .form-group:last-child {
border-left: none;
}
.ere-mini-search-properties .form-control:focus {
border: none;
}
.ere-mini-search-properties .keyword {
-ms-flex-positive: 1;
flex-grow: 1;
}
.ere-mini-search-properties .status {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 120px;
}
.ere-mini-search-properties .search-field {
height: var(--ere-property-mini-search-form-height) !important;
}
.ere-mini-search-properties .search-field:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.ere-mini-search-properties #mini-search-btn {
height: var(--ere-property-mini-search-form-height);
width: var(--ere-property-mini-search-form-height);
font-size: 20px;
}
.ere-property-gallery.ere-property-gallery .property-item-content {
position: absolute;
left: 0;
right: 0;
top: 100%;
z-index: 3;
padding: 15px;
color: #bababa;
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.ere-property-gallery.ere-property-gallery .property-inner {
overflow: hidden;
}
.ere-property-gallery.ere-property-gallery .property-image:before {
opacity: 1;
background-color: rgba(0, 0, 0, 0.8);
top: 100%;
}
.ere-property-gallery.ere-property-gallery .property-title {
color: #fff;
white-space: normal;
margin-bottom: 3px;
}
.ere-property-gallery.ere-property-gallery .property-title:hover {
color: #bababa;
}
.ere-property-gallery.ere-property-gallery .property-price {
color: #bababa;
margin-bottom: 5px;
}
.ere-property-gallery.ere-property-gallery .property-location {
white-space: normal;
}
.ere-property-gallery.ere-property-gallery .property-inner:hover .property-image:before,
.ere-property-gallery.ere-property-gallery .property-active-hover .property-image:before {
top: 0;
}
.ere-property-gallery.ere-property-gallery .property-inner:hover .property-item-content,
.ere-property-gallery.ere-property-gallery .property-active-hover .property-item-content {
opacity: 1;
top: 0;
}
.ere-property-gallery.ere-property-gallery .filter-wrap {
margin-bottom: 30px;
}
.ere-property-gallery.ere-property-gallery .filter-inner {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: end;
align-items: flex-end;
-ms-flex-pack: justify;
justify-content: space-between;
}
.ere-property-gallery.ere-property-gallery .property-filter-content {
margin-bottom: 30px;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
}
.ere-property-gallery.ere-property-gallery .property-filter-content a {
font-size: 16px;
color: #8f8f8f;
-webkit-transition: all 0.3s;
transition: all 0.3s;
padding: 13px 20px;
cursor: pointer;
}
.ere-property-gallery.ere-property-gallery .property-filter-content a:hover, .ere-property-gallery.ere-property-gallery .property-filter-content a.active-filter {
background-color: var(--ere-color-accent);
color: var(--ere-color-accent-foreground);
}
.ere-property-gallery.ere-property-gallery .property-filter-mb {
width: 100%;
}
.ere-property-featured.property-list-two-columns .ere-heading {
margin-bottom: 60px;
}
@media (max-width: 991px) {
.ere-property-featured.property-list-two-columns .ere-heading {
margin-bottom: 40px;
}
}
.ere-property-featured.property-single-carousel {
--ere-owl-dot-bg-color: rgba(0,0,0,.1);
--ere-owl-dot-width: 24px;
--ere-owl-dot-height: 4px;
--ere-owl-dot-radius: 0px;
}
.ere-property-featured.property-single-carousel .property-inner {
display: -ms-flexbox;
display: flex;
}
.ere-property-featured.property-single-carousel .property-image {
max-width: var(--ere-sc-property-featured-layout-property-single-carousel-image-width);
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: var(--ere-sc-property-featured-layout-property-single-carousel-image-spacing);
-ms-flex-item-align: start;
align-self: flex-start;
}
.ere-property-featured.property-single-carousel .property-image:before {
display: none;
}
.ere-property-featured.property-single-carousel .property-item-content {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1px;
}
.ere-property-featured.property-single-carousel .property-title {
font-size: 32px;
margin-bottom: 12px;
}
.ere-property-featured.property-single-carousel .property-price {
font-size: 24px;
margin-right: 20px;
}
.ere-property-featured.property-single-carousel .property-location {
font-size: 14px;
margin-bottom: 22px;
}
.ere-property-featured.property-single-carousel .property-info {
margin-top: 30px;
}
.ere-property-featured.property-single-carousel .property-heading-inner {
display: -ms-flexbox;
display: flex;
margin-bottom: 3px;
}
.ere-property-featured.property-single-carousel .ere-heading {
margin-bottom: 60px;
}
@media (max-width: 1199px) {
.ere-property-featured.property-single-carousel .property-inner {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ere-property-featured.property-single-carousel .property-image {
width: 100% !important;
max-width: 100%;
margin-right: 0 !important;
margin-bottom: 22px;
}
.ere-property-featured.property-single-carousel .property-title {
white-space: normal;
}
.ere-property-featured.property-single-carousel .ere-heading {
margin-bottom: 40px;
}
}
@media (min-width: 1200px) {
.ere-property-featured.property-single-carousel .property-excerpt {
max-height: calc(var(--ere-body-line-height) * var(--ere-sc-property-featured-layout-property-single-carousel-property-except-max-height));
overflow: hidden;
}
.ere-property-featured.property-single-carousel .property-item-content {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
.ere-property-featured.property-single-carousel .property-info {
margin-top: auto;
}
}
.ere-property-featured.property-single-carousel .owl-dots {
padding-top: 55px;
}
.ere-property-featured.property-single-carousel.color-light {
--ere-owl-dot-bg-color: rgba(255,255,255,.1);
--ere-loop-property-info-value-text-color: var(--ere-color-light-heading-color);
}
.ere-property-featured.property-single-carousel.color-light .property-price,
.ere-property-featured.property-single-carousel.color-light .property-title {
color: var(--ere-color-light-heading-color);
}
.ere-property-featured.property-single-carousel.color-light .property-excerpt,
.ere-property-featured.property-single-carousel.color-light .property-location {
color: var(--ere-color-light-text-color);
}
.ere-property-featured.property-single-carousel.color-light .property-info.ere__single-property-info {
color: var(--ere-color-light-text-color);
}
.ere-property-featured.property-sync-carousel .property-title {
font-size: 32px;
margin-bottom: 12px;
}
.ere-property-featured.property-sync-carousel .property-heading-inner {
display: -ms-flexbox;
display: flex;
margin-bottom: 5px;
}
.ere-property-featured.property-sync-carousel .property-price {
font-size: 24px;
margin-right: 20px;
}
.ere-property-featured.property-sync-carousel .property-location {
font-size: 14px;
margin-bottom: 17px;
}
.ere-property-featured.property-sync-carousel .ere-heading {
margin-bottom: 55px;
}
.ere-property-featured.property-sync-carousel .property-excerpt {
margin-bottom: 20px;
}
.ere-property-featured.property-sync-carousel .owl-nav {
position: absolute;
left: 20px;
bottom: 20px;
}
.ere-property-featured.property-sync-carousel .property-item {
overflow: hidden;
}
@media (min-width: 1200px) {
.ere-property-featured.property-sync-carousel .main-content-inner {
max-width: 560px;
margin-left: auto;
padding-top: 60px;
padding-bottom: 60px;
}
.ere-property-featured.property-sync-carousel .property-main-content {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.ere-property-featured.property-sync-carousel .property-image-carousel {
height: 100%;
}
.ere-property-featured.property-sync-carousel .property-image-carousel .owl-stage-outer,
.ere-property-featured.property-sync-carousel .property-image-carousel .owl-stage,
.ere-property-featured.property-sync-carousel .property-image-carousel .property-image,
.ere-property-featured.property-sync-carousel .property-image-carousel .property-image img,
.ere-property-featured.property-sync-carousel .property-image-carousel .owl-item {
height: 100%;
}
.ere-property-featured.property-sync-carousel .property-image-carousel .property-image img {
object-fit: cover;
}
}
@media (max-width: 1199px) {
.ere-property-featured.property-sync-carousel .property-image-content,
.ere-property-featured.property-sync-carousel .main-content-inner {
max-width: 970px;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
}
.ere-property-featured.property-sync-carousel .main-content-inner {
padding-bottom: 40px;
}
.ere-property-featured.property-sync-carousel .property-sync-content-wrap {
padding-top: 60px;
padding-bottom: 60px;
}
}
@media (max-width: 991px) {
.ere-property-featured.property-sync-carousel .property-image-content,
.ere-property-featured.property-sync-carousel .main-content-inner {
max-width: 750px;
}
}
.ere-property-featured.property-sync-carousel.color-light .property-price,
.ere-property-featured.property-sync-carousel.color-light .property-title {
color: var(--ere-color-light-heading-color);
}
.ere-property-featured.property-sync-carousel.color-light .property-excerpt,
.ere-property-featured.property-sync-carousel.color-light .property-location {
color: var(--ere-color-light-text-color);
}
.ere-property-featured.property-sync-carousel.color-light .property-info.ere__single-property-info {
color: var(--ere-color-light-text-color);
}
.ere-property-featured.property-cities-filter .ere-heading {
margin-bottom: 60px;
}
.ere-property-featured.property-cities-filter .property-content-wrap {
background-color: #f6f6f6;
}
.ere-property-featured.property-cities-filter .filter-wrap {
border-right: 1px solid #fff;
}
.ere-property-featured.property-cities-filter .filter-wrap a {
display: block;
font-size: 18px;
font-weight: 500;
color: var(--ere-color-heading);
-webkit-transition: all 0.3s;
transition: all 0.3s;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
padding: 11px 30px;
cursor: pointer;
line-height: 30px;
}
.ere-property-featured.property-cities-filter .filter-wrap a:hover, .ere-property-featured.property-cities-filter .filter-wrap a.active-filter {
color: var(--ere-color-accent-foreground);
background-color: var(--ere-color-accent);
}
.ere-property-featured.property-cities-filter .property-content {
padding: 30px;
}
.ere-property-featured.property-cities-filter .property-price,
.ere-property-featured.property-cities-filter .property-title {
font-size: 21px;
line-height: 1.5;
margin-bottom: 10px;
}
.ere-property-featured.property-cities-filter .property-heading-inner {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 10px;
}
.ere-property-featured.property-cities-filter .property-heading-inner .property-price {
-ms-flex-negative: 0;
flex-shrink: 0;
}
.ere-property-featured.property-cities-filter .property-heading-inner .property-title {
-ms-flex-positive: 1;
flex-grow: 1;
}
.ere-property-featured.property-cities-filter .property-item {
overflow: hidden;
}
.ere-property-featured.property-cities-filter .property-info .property-info-inner {
-ms-flex-pack: justify;
justify-content: space-between;
}
.ere-property-featured.property-cities-filter .property-image {
margin-bottom: 16px;
}
.ere-property-featured.property-cities-filter .property-image:before {
display: none;
}
.ere-property-featured.property-cities-filter .owl-dots {
margin-top: 45px;
}
@media (max-width: 991px) {
.ere-property-featured.property-cities-filter .property-content-wrap {
padding: 15px;
}
.ere-property-featured.property-cities-filter .filter-wrap {
border: none;
margin-bottom: 30px;
}
.ere-property-featured.property-cities-filter .filter-wrap a {
display: inline-block;
border: none;
padding: 5px 10px;
font-size: 16px;
}
.ere-property-featured.property-cities-filter .property-content {
padding: 0;
}
}
.ere-property-carousel {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.ere-property-carousel .navigation-wrap {
width: var(--ere-sc-property-carousel-navigation-width);
-ms-flex-negative: 0;
flex-shrink: 0;
padding: 0 15px 0 30px;
}
.ere-property-carousel .navigation-wrap .owl-nav {
margin-top: 40px;
}
.ere-property-carousel .property-content {
width: 1px;
-ms-flex-positive: 1;
flex-grow: 1;
}
.ere-property-carousel.color-light .navigation-wrap .owl-nav div {
background-color: rgba(255, 255, 255, 0.3);
}
.ere-property-carousel.color-light .navigation-wrap .owl-nav div.owl-prev:after {
border-top-color: rgba(255, 255, 255, 0.3);
}
.ere-property-carousel.color-light .navigation-wrap .owl-nav div.owl-next:after {
border-bottom-color: rgba(255, 255, 255, 0.3);
}
.ere-property-carousel.color-light .navigation-wrap .owl-nav div i {
color: #fff;
}
.ere-property-carousel.color-light .navigation-wrap .owl-nav div:hover {
background-color: var(--ere-color-accent);
}
.ere-property-carousel.color-light .navigation-wrap .owl-nav div:hover.owl-prev:after {
border-top-color: var(--ere-color-accent);
}
.ere-property-carousel.color-light .navigation-wrap .owl-nav div:hover.owl-next:after {
border-bottom-color: var(--ere-color-accent);
}
@media (max-width: 1819px) {
.ere-property-carousel {
--ere-sc-property-carousel-navigation-width: 25%;
}
}
@media (max-width: 1199px) {
.ere-property-carousel {
--ere-sc-property-carousel-navigation-width: 33.3333333%;
}
}
@media (max-width: 767px) {
.ere-property-carousel {
--ere-sc-property-carousel-navigation-width: 100%;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ere-property-carousel .navigation-wrap {
padding: 60px 15px;
}
} .ere__apa-status ul {
list-style: none;
padding: 0;
margin: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ere__apa-status ul li {
margin-right: 1px;
}
.ere__apa-status ul li a {
display: block;
text-transform: uppercase;
color: #fff;
font-weight: 500;
font-size: 12px;
padding: 0 20px;
line-height: var(--ere-archiver-action-height);
height: var(--ere-archiver-action-height);
background-color: var(--ere-color-heading);
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.ere__apa-status ul li:last-child {
margin-right: 0;
}
.ere__apa-status ul li.active a,
.ere__apa-status ul li a:hover,
.ere__apa-status ul li a:focus {
background-color: var(--ere-color-accent);
}
.ere__apa-orderby {
min-width: 160px;
}
.ere__apa-orderby .dropdown-toggle {
background-color: #f6f6f6;
display: block;
font-weight: 500;
font-size: 12px;
padding: 0 20px;
line-height: var(--ere-archiver-action-height);
height: var(--ere-archiver-action-height);
position: relative;
color: inherit;
}
.ere__apa-orderby .dropdown-toggle:after {
position: absolute;
right: 20px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.ere__apa-orderby .dropdown-menu {
font-size: 14px;
}
.ere__apa-switch-layout span {
position: relative;
width: 28px;
height: var(--ere-archiver-action-height);
display: inline-block;
cursor: pointer;
background-color: var(--ere-color-heading);
text-align: center;
color: #fff;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.ere__apa-switch-layout span:before {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.ere__apa-switch-layout span i {
line-height: var(--ere-archiver-action-height);
}
.ere__apa-switch-layout span.view-as-list {
margin-right: 5px;
}
.ere__apa-switch-layout span.view-as-list:before {
border-bottom: solid 0 transparent;
border-top: solid var(--ere-archiver-action-height) var(--ere-color-heading);
border-right: solid 6px transparent;
left: 100%;
}
.ere__apa-switch-layout span.view-as-grid:before {
border-bottom: solid var(--ere-archiver-action-height) var(--ere-color-heading);
border-top: solid 0 transparent;
border-left: solid 6px transparent;
right: 100%;
}
.ere__apa-switch-layout span.active, .ere__apa-switch-layout span:hover {
background-color: var(--ere-color-accent);
}
.ere__apa-switch-layout span.active:before, .ere__apa-switch-layout span:hover:before {
border-top-color: var(--ere-color-accent);
border-bottom-color: var(--ere-color-accent);
}
.ere__archive-actions {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
}
.ere__archive-actions .ere__apa-item {
margin-bottom: 15px;
margin-right: 5px;
}
.ere__archive-actions .ere__apa-item:last-child {
margin-right: 0;
}
.ere__archive-actions .ere__apa-item.ere__apa-status {
margin-right: auto;
}
.above-archive-property .ere-heading {
margin-bottom: 15px;
}
.advanced-saved-searches {
margin-bottom: 30px;
border-top: 2px solid var(--ere-color-accent);
text-align: center;
}
.ere-advanced-search-wrap .above-archive-property {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
} .ere__social-share {
position: relative;
cursor: pointer;
}
.ere__social-share .social-share-list {
position: absolute;
top: 100%;
left: 0;
z-index: -1;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
padding: 5px 15px;
line-height: 20px;
background-color: var(--ere-color-accent);
color: var(--ere-color-accent-foreground);
border-radius: 1em;
margin-top: 20px;
display: -ms-flexbox;
display: flex;
font-size: 14px;
}
.ere__social-share .social-share-list a {
color: inherit;
}
.ere__social-share .social-share-list a + a {
margin-left: 10px;
}
.ere__social-share:hover .social-share-list {
opacity: 1;
z-index: 2;
margin-top: 0;
visibility: visible;
}
.ere__single-property-action {
position: relative;
}
.ere__single-property-action .ere__loop-property_action-item {
width: 40px;
height: 40px;
font-size: 18px;
background-color: var(--ere-color-heading);
color: var(--ere-color-heading-foreground);
}
.ere__single-property-action .ere__loop-property_action-item:hover {
color: var(--ere-color-accent-foreground);
background-color: var(--ere-color-accent);
}
.ere__single-property-price {
font-size: 24px;
}
.ere__single-property-price .property-price-postfix,
.ere__single-property-price .property-price-prefix {
font-size: 14px;
}
.ere__single-property-location {
font-size: 14px;
}
.ere__single-property-title {
font-size: 35px;
font-weight: 500;
}
.ere-light-gallery {
position: relative;
}
.ere-light-gallery a.zoomGallery i,
.ere-light-gallery a.ere-view-video i {
font-size: 20px;
height: 40px;
width: 40px;
text-align: center;
line-height: 40px;
color: #fff;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
.ere-light-gallery a.ere-view-video,
.ere-light-gallery a.zoomGallery {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.4);
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
cursor: pointer;
}
.ere-light-gallery a.ere-view-video i {
font-size: 55px;
}
.ere-light-gallery:hover a.zoomGallery,
.ere-light-gallery:hover a.ere-view-video {
opacity: 1;
}
.ere__single-property-header-meta-action {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ere__single-property-header-meta-action > div {
margin-top: 5px;
margin-bottom: 5px;
}
.ere__single-property-header-price-location {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.ere__single-property-header-price-location .ere__single-property-price {
margin-right: 15px;
}
.ere__single-property-header-price-location .ere__single-property-status {
margin-right: 15px;
}
.ere__single-property-header-price-location .ere__loop-property-location {
margin-left: auto;
}
.ere__single-property-header-info .ere__single-property-title {
margin-bottom: 13px;
}
@media (max-width: 767px) {
.ere__single-property-header-price-location {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ere__single-property-header-price-location .ere__loop-property-location {
width: 100%;
margin: 0;
}
.ere__single-property-header-price-location .ere__single-property-status {
margin-right: 0;
}
}
.ere__single-property-gallery .single-property-image-main {
margin-bottom: 8px;
}
.ere__single-property-gallery .single-property-image-main .owl-nav {
position: absolute;
bottom: 10px;
left: 10px;
}
.ere__single-property-gallery .single-property-image-thumb .owl-item {
cursor: pointer;
}
.ere__single-property-gallery .single-property-image-thumb .owl-item:before {
content: "";
display: block;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.ere__single-property-gallery .single-property-image-thumb .current:before {
background-color: rgba(34, 34, 34, 0.6);
}
.ere__single-property-address {
position: relative;
}
.ere__single-property-address .open-on-google-maps {
color: var(--ere-color-accent);
}
@media (min-width: 576px) {
.ere__single-property-address .open-on-google-maps {
position: absolute;
top: 0;
right: 0;
}
}
.ere__property-address-list .address {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.ere__property-address-list a {
color: inherit;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.ere__property-address-list a:hover, .ere__property-address-list a:active, .ere__property-address-list a:focus {
color: var(--ere-color-accent);
}
.ere__property-attachment-download {
text-decoration: underline;
}
.ere__single-property-map .ere-property-element {
position: relative;
}
.ere__single-property-map-directions {
position: absolute;
bottom: 0;
left: 0;
z-index: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-align: stretch;
align-items: stretch;
}
.ere__single-property-map-directions .ere__spmd-input {
background-color: #fff;
padding-left: 15px;
padding-right: 15px;
}
.ere__single-property-map-directions .ere__spmd-total {
background-color: #fff;
padding-left: 15px;
padding-right: 15px;
color: var(--ere-color-heading);
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-negative: 0;
flex-shrink: 0;
}
@media (max-width: 575px) {
.ere__spmd-total {
width: 100%;
}
}
.single-property-element {
margin-bottom: 60px;
}
.ere__nearby-place-item-content {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
font-size: 18px;
font-weight: 600;
color: var(--ere-color-heading);
}
.ere__nearby-place-item-content .ere__dot {
-ms-flex-positive: 1;
flex-grow: 1;
border-bottom: 1px solid var(--ere-color-border);
position: relative;
top: -10px;
margin: 0 5px;
min-width: 50px;
}
.ere__nearby-place-item-type {
font-size: 14px;
color: #8f8f8f;
}
.ere__nearby-place-item + .ere__nearby-place-item {
margin-top: 25px;
}
@media (min-width: 768px) {
.ere__nearby-places .ere__nbp-content {
position: relative;
}
.ere__nearby-places .ere__nbp-content-inner {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: auto;
padding: 0 15px;
}
}
@media (max-width: 767px) {
.ere__nearby-places .ere__nbp-map {
margin-bottom: 30px;
}
.ere__nearby-places .ere__nbp-content {
max-height: 475px;
overflow: auto;
}
}
.ere__walk-score-item {
display: -ms-flexbox;
display: flex;
}
.ere__walk-score-item .ere__score {
width: 35px;
height: 30px;
border: 1px solid var(--ere-color-accent);
color: var(--ere-color-accent);
background-color: #fff;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 15px;
position: relative;
}
.ere__walk-score-item .ere__score:before {
content: "";
position: absolute;
bottom: -2px;
left: 50%;
width: 12px;
height: 11px;
-webkit-transform: rotate(-42deg) translateX(-50%);
transform: rotate(-42deg) translateX(-50%);
border-bottom: 1px solid var(--ere-color-accent);
border-left: 1px solid var(--ere-color-accent);
background-color: #fff;
}
.ere__walk-score-item .ere__info {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
}
.ere__walk-score-item h4.ere__title {
margin-bottom: 5px;
}
.ere__walk-score-item h4.ere__title a {
color: inherit;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.ere__walk-score-item h4.ere__title a:hover, .ere__walk-score-item h4.ere__title a:focus {
color: var(--ere-color-accent);
}
.ere__walk-score-item .ere__link {
-ms-flex-item-align: start;
align-self: flex-start;
text-decoration: underline;
color: var(--ere-color-accent);
}
@media (max-width: 575px) {
.ere__walk-score-item .ere__link {
display: none;
}
}
.ere__walk-score-item + .ere__walk-score-item {
margin-top: 30px;
}
.ere__single-property-walk-score .ere-property-element {
background-color: #f8f8f8;
padding: 20px;
position: relative;
}
.ere__single-property-walk-score .ere__logo {
position: absolute;
right: 0;
top: -30px;
}
.ere__single-property-contact-agent .ere__agent-name {
font-size: 21px;
margin-bottom: 3px;
}
.ere__single-property-contact-agent .ere__agent-name a {
color: inherit;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.ere__single-property-contact-agent .ere__agent-name a:hover, .ere__single-property-contact-agent .ere__agent-name a:focus {
color: var(--ere-color-accent);
}
.ere__single-property-contact-agent .ere__agent-position {
font-weight: 500;
color: #8f8f8f;
}
.ere__single-property-contact-agent .ere__single-agent-social {
margin-top: 14px;
}
.ere__single-property-contact-agent .ere__single-agent-contact-info {
margin: 25px 0;
}
.ere__single-property-contact-agent .ere__single-agent-contact-form {
margin-top: 15px;
}
@media (min-width: 576px) {
.ere__single-property-contact-agent .ere__has-captcha .ere__agent-contact-btn-wrap {
text-align: right;
}
}
@media (max-width: 767px) {
.ere__single-property-contact-agent .ere__agent-image {
margin-bottom: 15px;
text-align: center;
}
}
.ere__single-property-info-footer {
padding-top: 10px;
border-top: 1px solid var(--ere-color-border);
text-align: center;
}
.ere__single-property-info-footer span i {
color: var(--ere-color-accent);
margin: 0 5px;
}
.ere__single-property-feature .property-feature-wrap a {
color: inherit;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.ere__single-property-feature .property-feature-wrap a:hover, .ere__single-property-feature .property-feature-wrap a:active, .ere__single-property-feature .property-feature-wrap a:focus {
color: var(--ere-color-accent);
} .ere__apa-search input.form-control {
height: var(--ere-archiver-action-height);
}
.ere__apa-search button.btn {
line-height: 1;
height: var(--ere-archiver-action-height);
padding: 0 15px;
}
.ere__archive-agent-above {
margin-bottom: 45px;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: end;
align-items: flex-end;
}
.ere__archive-agent-above .ere-heading {
margin-bottom: 15px;
}
.ere__archive-agent-above .ere-heading h2 {
margin-bottom: 0 !important;
}
@media (max-width: 575px) {
.ere__apa-search {
width: 100%;
}
} .ere__single-agent-avatar img {
width: 100%;
}
.ere__single-agent-social a {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: 35px;
height: 35px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
border-radius: 50%;
background: var(--ere-color-heading);
color: var(--ere-color-heading-foreground);
}
.ere__single-agent-social a:hover {
background: var(--ere-color-accent);
color: var(--ere-color-accent-foreground);
}
.ere__single-agent-social a + a {
margin-left: 5px;
}
.ere__single-agent-contact-info {
line-height: 2;
}
.ere__single-agent-contact-info i {
color: var(--ere-color-accent);
width: 20px;
}
.ere__single-agent-contact-info a {
color: inherit;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.ere__single-agent-contact-info a:hover, .ere__single-agent-contact-info a:active, .ere__single-agent-contact-info a:focus {
color: var(--ere-color-accent);
}
.ere__single-agent-position {
display: block;
}
.ere__single-agent-number-property {
display: block;
font-weight: bold;
}
.ere__single-agent-agency a {
text-decoration: underline;
}
.ere__single-agent-agency a + a {
margin-left: 10px;
}
.ere__single-agent-description p:last-child {
margin-bottom: 0;
}
.agent-content-top .ere__single-agent-title {
margin-bottom: 20px;
}
.agent-content-top .ere__single-agent-social {
margin-bottom: 10px;
}
.ere__single-agent-contact-info {
margin-top: 25px;
}
.single-agent-element {
margin-bottom: 60px;
}
.single-agent-element .ere__single-agent-description {
margin-top: 40px;
}
@media (max-width: 991px) {
.ere__single-agent-contact-info,
.ere__single-agent-avatar {
margin-bottom: 30px;
}
} h2.ere__single-agency-title {
font-size: 21px;
text-transform: uppercase;
}
ul.ere__single-agency-meta {
list-style: none;
margin: 0;
padding: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
ul.ere__single-agency-meta li {
margin-right: 50px;
}
ul.ere__single-agency-meta li .ere__label {
font-weight: 700;
}
ul.ere__single-agency-meta li:last-child {
margin-right: 0;
}
ul.ere__single-agency-contact-info {
margin: 0;
padding: 0;
list-style: none;
}
ul.ere__single-agency-contact-info li {
margin-bottom: 20px;
}
ul.ere__single-agency-contact-info li i {
width: 20px;
}
ul.ere__single-agency-contact-info li .ere__label {
font-weight: bold;
}
ul.ere__single-agency-contact-info li:last-child {
margin-bottom: 0;
}
ul.ere__single-agency-social {
margin: 0;
padding: 0;
list-style: none;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
ul.ere__single-agency-social li {
margin: 5px 10px 5px 0;
}
ul.ere__single-agency-social li a {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: 35px;
height: 35px;
border-radius: 50%;
-webkit-transition: all 0.3s;
transition: all 0.3s;
background-color: var(--ere-color-heading);
color: var(--ere-color-heading-foreground);
}
ul.ere__single-agency-social li a:hover, ul.ere__single-agency-social li a:focus {
background-color: var(--ere-color-accent);
color: var(--ere-color-accent-foreground);
}
ul.ere__single-agency-social li:last-child {
margin-right: 0;
}
.ere__single-agency-avatar {
border: 1px solid #ededed;
background-color: #fafafa;
height: 250px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}
.ere__single-agency-desc p:last-child {
margin-bottom: 0;
}
.ere__single-agency-header {
display: -ms-flexbox;
display: flex;
margin: 0 -15px;
}
.ere__single-agency-header h2.ere__single-agency-title {
margin-bottom: 8px;
}
.ere__single-agency-header > div {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.ere__single-agency-header .ere__single-agency-avatar-wrap {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.ere__single-agency-header .ere__contact-form {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.ere__single-agency-header .ere__summary {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.ere__single-agency-header ul.ere__single-agency-contact-info,
.ere__single-agency-header ul.ere__single-agency-meta {
margin-top: 25px;
}
.ere__single-agency-header ul.ere__single-agency-social {
margin-top: 15px;
}
@media (max-width: 991px) {
.ere__single-agency-header {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ere__single-agency-header .ere__single-agency-avatar-wrap {
-ms-flex: 0 0 45%;
flex: 0 0 45%;
max-width: 45%;
}
.ere__single-agency-header .ere__summary {
-ms-flex: 0 0 55%;
flex: 0 0 55%;
max-width: 55%;
}
.ere__single-agency-header .ere__contact-form {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-top: 40px;
}
}
@media (max-width: 575px) {
.ere__single-agency-header .ere__summary,
.ere__single-agency-header .ere__single-agency-avatar-wrap {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.ere__single-agency-header .ere__single-agency-avatar-wrap {
margin-bottom: 30px;
}
}
.ere__single-agency-element {
margin-bottom: 60px;
}
.ere__single-agency-element:last-child {
margin-bottom: 0;
} .ere-dashboard-logout i {
padding-right: 5px;
}
.ere-dashboard-welcome {
border: 1px solid #ddd;
padding: 30px 0;
text-align: center;
}
.ere-dashboard-welcome figure {
float: none;
margin: 0 auto;
width: 150px;
height: 150px;
overflow: hidden;
border: 1px solid #dbdfe2;
border-radius: 50%;
}
.ere-dashboard-welcome figure img {
width: 100%;
height: auto;
border-radius: 50%;
}
.ere-dashboard-welcome h4.ere-dashboard-title {
margin: 10px 0 0 5px;
}
.ere-dashboard-sidebar .navbar {
border-radius: 0;
margin-bottom: 20px;
margin-left: 0;
background-color: #f8f8f8;
border: 1px solid #e7e7e7;
padding: 0;
}
.ere-dashboard-sidebar .ere-dashboard-nav {
margin: 0 !important;
padding-left: 0 !important;
}
.ere-dashboard-sidebar .ere-dashboard-nav .badge {
float: right;
}
.ere-dashboard-sidebar .ere-dashboard-nav li {
border-bottom: 1px solid #ddd;
}
.ere-dashboard-sidebar .ere-dashboard-nav li:last-child {
border-bottom: none;
}
.ere-dashboard-sidebar .ere-dashboard-nav li a {
line-height: 20px;
position: relative;
display: block;
padding: 10px 15px;
}
.ere-dashboard-sidebar .ere-dashboard-nav li a i {
margin-right: 8px;
}
.ere-dashboard-sidebar .ere-dashboard-nav li a:hover {
background-color: #fafcfd;
color: inherit;
}
.ere-dashboard-sidebar .ere-dashboard-nav li.active a {
color: #555;
background-color: #e7e7e7;
}
.ere-dashboard-sidebar .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
.ere-dashboard-sidebar .navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-right: 15px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid #ddd;
border-radius: 4px;
}
.ere-dashboard-sidebar .navbar-toggle .icon-bar {
background-color: #888;
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.ere-dashboard-sidebar .navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
.ere-dashboard-sidebar .navbar-brand {
float: left;
height: 50px;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
}
@media (min-width: 992px) {
.ere-dashboard-sidebar .navbar-header {
display: none;
}
.ere-dashboard-sidebar .navbar-collapse {
display: block !important;
}
}
@media (max-width: 991px) {
.ere-dashboard-sidebar {
margin-bottom: 30px;
}
.ere-dashboard-sidebar .navbar-header {
width: 100%;
}
.ere-dashboard-sidebar .navbar-collapse.show {
border-top: 1px solid #ddd;
}
}
.ere__loop-my-property-badge {
color: #fff;
background-color: green;
padding: 0 5px;
font-size: 12px;
display: inline-block;
position: absolute;
}
.ere__loop-my-property-badge.ere__status {
top: 0;
left: 0;
}
.ere__loop-my-property-badge.ere__featured {
background-color: var(--ere-color-accent);
bottom: 0;
right: 0;
}
.ere__loop-my-property-badge.ere__status-expired {
background-color: red;
}
.ere__loop-my-property-badge.ere__status-pending {
background-color: darkorange;
}
.ere__loop-my-property-badge.ere__status-hidden {
background-color: black;
}
.ere__loop-my-property-title {
margin-bottom: 5px;
}
.ere__loop-my-property-title a {
color: inherit;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.ere__loop-my-property-title a:hover, .ere__loop-my-property-title a:focus {
color: var(--ere-color-accent);
}
ul.ere__loop-my-property-action {
list-style: none;
padding: 0 !important;
margin: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
ul.ere__loop-my-property-action li {
margin-right: 5px;
margin-bottom: 5px;
}
ul.ere__loop-my-property-action li:last-child {
margin-right: 0;
}
.ere__btn-dashboard-action {
text-decoration: none;
font-size: 12px;
padding: 0 5px;
cursor: pointer;
border: 1px solid #ddd;
background: #f7f7f7;
display: inline-block;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.ere__btn-dashboard-action:hover {
background-color: var(--ere-color-accent);
color: var(--ere-color-accent-foreground);
border-color: var(--ere-color-accent);
text-decoration: none;
}
.ere__loop-my-property-meta-item i {
color: var(--ere-color-accent);
margin-right: 5px;
}
.ere__loop-property-meta-expire-date,
.ere__loop-property-meta-date {
display: inline-block;
}
.ere__loop-property-meta-date {
margin-right: 5px;
}
.ere__loop-my-property-date-expire {
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
color: var(--ere-color-accent-foreground);
background-color: var(--ere-color-accent);
border-radius: 10px;
font-weight: 700;
line-height: 1;
display: inline-block;
}
.ere__loop-my-property-date-expire.ere__expired {
color: var(--ere-color-heading-foreground);
background-color: var(--ere-color-heading);
}
ul.ere__my-property-filter {
list-style: none;
padding: 0 !important;
margin: 0;
text-align: center;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}
ul.ere__my-property-filter li {
margin-right: 20px;
}
ul.ere__my-property-filter li:last-child {
margin-right: 0;
}
ul.ere__my-property-filter li a {
color: inherit;
}
ul.ere__my-property-filter li.active {
font-weight: bold;
}
.ere__my-property-search {
margin-bottom: 15px;
}
.ere__my-property-search select {
width: 100%;
}
.ere__my-property-list .ere__property-item {
margin-bottom: 15px;
}
.ere__my-property-list .ere__property-item-inner {
display: -ms-flexbox;
display: flex;
padding: 10px;
border: 1px solid var(--ere-color-border);
}
.ere__my-property-list .ere__property-image {
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-item-align: start;
align-self: flex-start;
margin-right: 20px;
position: relative;
}
.ere__my-property-list .ere__property-content {
width: 1px;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.ere__my-property-list .ere__property-content .ere__loop-my-property-title {
margin-bottom: 10px;
}
.ere__my-property-list .ere__property-content .ere__loop-my-property-action {
margin-top: 10px;
}
.ere__my-property-toolbar {
margin-bottom: 20px;
}
.ere-user-dashboard .paging-navigation {
margin-top: 15px;
}
@media (max-width: 575px) {
.ere__my-property-list .ere__property-item-inner {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ere__my-property-list .ere__property-image {
width: 100%;
margin-right: 0;
margin-bottom: 10px;
}
}
.jumbotron.ere-account-agent {
padding: 15px;
}
.jumbotron.ere-account-agent p {
font-size: 16px;
color: #000000;
}
.ere-my-invoices .view {
text-align: center;
}
@media (max-width: 768px) {
.ere-my-invoices table thead {
display: none;
}
.ere-my-invoices table tr {
display: block;
border-bottom: 1px solid #ddd;
}
.ere-my-invoices table tr td:not(.view):before {
content: attr(data-title) ": ";
font-weight: 700;
float: left;
}
.ere-my-invoices table tr td {
display: block;
text-align: right !important;
}
.ere-my-invoices table tbody td,
.ere-my-invoices table tbody th {
padding-left: 10px;
}
}
.ere-my-saved-search-item {
border-bottom: 1px solid #ddd;
margin-bottom: 15px;
padding-bottom: 15px;
}
.ere-my-saved-search-item:last-child {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0;
}
.ere__single-invoice-header {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: end;
align-items: flex-end;
}
.ere__single-invoice-header p {
margin: 0;
}
.ere__single-invoice-agent {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 40px;
padding-top: 20px;
border-top: 1px solid #eee;
margin-bottom: 40px;
}
.ere__single-invoice-agent span {
display: inline-block;
}
.ere__single-invoice-billing table {
width: 100%;
}
.ere__single-invoice-billing table tr {
border-bottom: 1px solid #eee;
}
.ere__single-invoice-billing table tr:last-of-type {
border-bottom: none;
}
.ere__single-invoice-billing table th,
.ere__single-invoice-billing table td {
padding: 15px 0;
}
.ere__single-invoice-action {
text-align: right;
margin-top: 40px;
}
.ere__single-invoice-action a {
display: inline-block;
width: 40px;
height: 40px;
background-color: var(--ere-color-heading);
color: var(--ere-color-heading-foreground);
border-radius: 50%;
margin-right: 6px;
font-size: 18px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
}
.ere__single-invoice-action a i {
line-height: 40px;
}
.ere__single-invoice-action a:last-of-type {
margin-right: 0;
}
.ere__single-invoice-action a:hover, .ere__single-invoice-action a:focus {
background-color: var(--ere-color-accent);
color: var(--ere-color-accent-foreground);
}
.ere-property-multi-step select {
width: 100%;
}
.ere-property-multi-step label {
font-weight: 600;
cursor: pointer;
}
.ere-property-multi-step .property-fields-wrap {
margin-bottom: 50px;
}
.ere-property-multi-step .select2-container {
display: block !important;
width: 100% !important;
}
.ere-property-multi-step .select2-container input {
height: 30px;
}
.ere-property-multi-step fieldset {
display: none;
}
.ere-property-multi-step fieldset.visible, .ere-property-multi-step fieldset:first-child {
display: block;
}
.ere-property-multi-step .ere-steps {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 50px;
}
.ere-property-multi-step .ere-steps button.ere-btn-arrow {
border: 0;
height: var(--ere-btn-step-height);
background: var(--ere-btn-step-bg-color);
position: relative;
text-decoration: none;
text-transform: none;
color: var(--ere-btn-step-text-color);
-webkit-transition: all 0.3s;
transition: all 0.3s;
opacity: 1;
padding: 0 10px 0 25px;
margin: 0 5px 5px 0;
line-height: 1;
}
.ere-property-multi-step .ere-steps button.ere-btn-arrow:after {
content: "";
border-top: calc(var(--ere-btn-step-height) * 0.5) solid transparent;
border-bottom: calc(var(--ere-btn-step-height) * 0.5) solid transparent;
border-left: calc(var(--ere-btn-step-height) * 0.5) solid var(--ere-btn-step-bg-color);
position: absolute;
right: 0;
top: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%);
z-index: 1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.ere-property-multi-step .ere-steps button.ere-btn-arrow:before {
content: "";
border-top: calc(var(--ere-btn-step-height) * 0.5) solid transparent;
border-bottom: calc(var(--ere-btn-step-height) * 0.5) solid transparent;
border-left: calc(var(--ere-btn-step-height) * 0.5) solid white;
position: absolute;
left: 0;
top: 0;
}
.ere-property-multi-step .ere-steps button.ere-btn-arrow:first-child {
padding-left: 10px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.ere-property-multi-step .ere-steps button.ere-btn-arrow:first-child:before {
display: none;
}
.ere-property-multi-step .ere-steps button.ere-btn-arrow:last-child {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
margin-right: 0;
}
.ere-property-multi-step .ere-steps button.ere-btn-arrow:last-child:after {
display: none;
}
.ere-property-multi-step .ere-steps button.ere-btn-arrow.active, .ere-property-multi-step .ere-steps button.ere-btn-arrow:hover, .ere-property-multi-step .ere-steps button.ere-btn-arrow:active, .ere-property-multi-step .ere-steps button.ere-btn-arrow:focus {
color: var(--ere-btn-step-active-text-color);
background: var(--ere-btn-step-active-bg-color);
}
.ere-property-multi-step .ere-steps button.ere-btn-arrow.active:after, .ere-property-multi-step .ere-steps button.ere-btn-arrow:hover:after, .ere-property-multi-step .ere-steps button.ere-btn-arrow:active:after, .ere-property-multi-step .ere-steps button.ere-btn-arrow:focus:after {
border-left-color: var(--ere-btn-step-active-bg-color);
}
.ere-property-multi-step .ere-step-nav {
border-top: 1px solid var(--ere-color-accent);
text-align: center;
padding-top: 15px;
}
.ere-property-multi-step .ere-step-nav:after {
clear: both;
content: "";
display: table;
}
.ere-property-multi-step .ere-step-nav .ere-btn-prev {
float: left;
}
.ere-property-multi-step .ere-step-nav .btn-submit-property,
.ere-property-multi-step .ere-step-nav .ere-btn-next {
float: right;
}
.ere-property-multi-step .ere-step-nav span {
padding: 0 5px;
}
.ere-property-multi-step .property-media .media-thumb {
text-align: center;
}
.ere-property-multi-step .property-media .media-thumb img {
width: 100%;
}
.ere-property-multi-step .property-media .media-item-actions {
text-align: center;
font-size: 20px;
}
.ere-property-multi-step .property-media .media-item-actions > * {
margin-right: 5px;
}
.ere-property-multi-step .property-media .media-item-actions .icon-featured {
color: var(--ere-color-accent);
}
.ere-property-multi-step .media-drag-drop {
background-color: #efefef;
border: 2px dashed #dfdfdf;
text-align: center;
padding: 30px;
}
.ere-property-multi-step .remove {
cursor: pointer;
}
.ere-property-multi-step .media-drag-drop,
.ere-property-multi-step .property-video-url,
.ere-property-multi-step .property-image-360 {
margin-bottom: 20px;
}
.ere-property-multi-step .media-thumb-wrap > span {
width: 16.666666667%;
float: left;
display: block;
text-align: center;
font-size: 18px;
}
.ere-property-multi-step .ere-property-attachments .media-thumb img {
width: 34px;
height: auto;
}
.ere-property-multi-step .ere-property-attachments .media-thumb a {
display: block;
}
.ere-property-multi-step .ere-property-attachments .media-drag-drop p {
margin-bottom: 0;
padding-top: 10px;
}
.ere-property-multi-step #ere_additional_details tr td {
vertical-align: middle;
}
.ere-property-multi-step #ere_additional_details tr td:first-of-type span {
cursor: all-scroll;
}
.ere-property-multi-step #ere_additional_details tr td:last-of-type span {
cursor: pointer;
}
.ere-property-multi-step #ere_additional_details tr td:first-of-type, .ere-property-multi-step #ere_additional_details tr td:last-of-type {
width: 30px;
text-align: center;
}
.ere-property-multi-step #ere_additional_details tr td:first-of-type span:hover, .ere-property-multi-step #ere_additional_details tr td:last-of-type span:hover {
color: var(--ere-color-accent);
}
.ere-property-multi-step .ere-column-action {
width: 30px;
text-align: center;
}
.ere-property-multi-step #ere_floors tr td {
vertical-align: middle;
}
.ere-property-multi-step #ere_floors tr td:first-of-type span {
cursor: all-scroll;
}
.ere-property-multi-step #ere_floors tr td:last-of-type span {
cursor: pointer;
}
.ere-property-multi-step #ere_floors tr td:first-of-type span:hover, .ere-property-multi-step #ere_floors tr td:last-of-type span:hover {
color: var(--ere-color-accent);
}
.ere-property-multi-step #ere_floors .row-sort,
.ere-property-multi-step #ere_floors .row-remove {
width: 30px;
text-align: center;
}
.ere-property-multi-step .add-sort-table .row-sort {
width: 30px;
text-align: center;
}
.ere-property-multi-step .file-upload-block {
position: relative;
}
.ere-property-multi-step .file-upload-block input {
padding-right: 44px;
}
.ere-property-multi-step .file-upload-block button {
top: 0;
right: 0;
height: 100%;
width: 44px;
padding: 0;
position: absolute;
}
.ere-property-multi-step .file-upload-block button i {
font-size: 20px;
}
.ere-property-multi-step #wp-property_des-wrap .insert-media {
height: 45px;
background-color: var(--ere-color-heading);
border-radius: 0;
border: none;
color: var(--ere-color-heading-foreground);
padding: 0 15px;
}
.ere-property-multi-step #wp-property_des-wrap .insert-media:hover {
background-color: var(--ere-color-accent);
}
.ere-property-multi-step #wp-property_des-wrap .wp-switch-editor {
height: 45px;
padding: 0 15px;
margin: 0;
}
.ere-property-multi-step #wp-property_des-wrap .wp-switch-editor:hover, .ere-property-multi-step #wp-property_des-wrap .wp-switch-editor:focus {
border-color: #e5e5e5;
}
.ere-property-multi-step .tmce-active .switch-tmce,
.ere-property-multi-step .html-active .switch-html {
border-bottom: none;
}
.ere-property-multi-step #property_des_ifr, .ere-property-multi-step #property_des {
border: 1px solid #e5e5e5;
box-sizing: border-box;
border-top: none;
}
.no-js .ere-property-multi-step fieldset,
.ere-property-multi-step.edit-form fieldset {
display: block !important;
}
.no-js .ere-property-multi-step .ere-steps,
.ere-property-multi-step.edit-form .ere-steps {
display: none;
}
.no-js .ere-property-multi-step .ere-step-nav,
.ere-property-multi-step.edit-form .ere-step-nav {
border-top: 0;
}
.no-js .ere-property-multi-step .ere-step-nav .ere-btn-edit,
.no-js .ere-property-multi-step .ere-step-nav .ere-btn-next,
.no-js .ere-property-multi-step .ere-step-nav .ere-btn-prev,
.ere-property-multi-step.edit-form .ere-step-nav .ere-btn-edit,
.ere-property-multi-step.edit-form .ere-step-nav .ere-btn-next,
.ere-property-multi-step.edit-form .ere-step-nav .ere-btn-prev {
display: none;
} .compare-listing {
width: 135px;
position: fixed;
right: 0;
top: 50%;
background-color: #fff;
z-index: 1000;
-webkit-transform: translate3d(100%, 0, 0) translateY(-50%);
transform: translate3d(100%, 0, 0) translateY(-50%);
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.compare-listing.listing-open {
-webkit-transform: translate3d(0, 0, 0) translateY(-50%);
transform: translate3d(0, 0, 0) translateY(-50%);
-webkit-box-shadow: 0 0 5px 1px #777;
box-shadow: 0 0 5px 1px #777;
}
.compare-listing .listing-btn {
padding: 0;
border-radius: 0;
height: 44px;
width: 44px;
position: absolute;
left: -44px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.compare-listing .listing-btn i {
font-size: 22px;
position: relative;
left: -2px;
top: -1px;
}
.compare-listing-header {
padding: 15px;
text-align: center;
-webkit-box-shadow: 3px 1px 5px 0 #777;
box-shadow: 3px 1px 5px 0 #777;
}
.compare-listing-header .title {
margin: 0;
line-height: 1;
}
.compare-listing-body {
padding: 10px 0;
text-align: center;
}
.compare-listing-body .compare-properties-button {
width: 105px;
}
.compare-thumb-main {
margin-left: 0;
margin-right: 0;
}
.compare-thumb-main .compare-thumb {
position: relative;
width: 105px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
overflow: hidden;
}
.compare-thumb-main .thumb-inner-empty {
height: 56px;
width: 100%;
float: left;
margin-bottom: 10px;
border: 2px dashed #eeeeee;
}
.compare-thumb-main .compare-property-remove {
position: absolute;
top: 0;
right: 0;
color: var(--ere-color-accent-foreground);
background: var(--ere-color-accent);
border: none;
padding: 2px;
border-radius: 50%;
width: 20px;
height: 20px;
}
.compare-thumb-main .compare-property-remove i {
position: relative;
top: -1px;
}
.ere_widget_recent_properties .property-inner,
.ere_widget_featured_properties .property-inner {
padding: 0 !important;
background-color: transparent !important;
}
.ere_widget_recent_properties .property-price,
.ere_widget_featured_properties .property-price {
display: block;
}
.ere_widget_search_form .search-properties-form .row .form-group:last-child {
margin-bottom: 0 !important;
}
.ere-list-top-agents-wrap .agent-item {
display: -ms-flexbox;
display: flex;
margin-bottom: 40px;
}
.ere-list-top-agents-wrap .agent-item:last-child {
margin-bottom: 0;
}
.ere-list-top-agents-wrap .agent-avatar {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 70px;
margin-right: 10px;
}
.ere-list-top-agents-wrap .agent-info {
-ms-flex-positive: 1;
flex-grow: 1;
width: 1px;
}
.ere-list-top-agents-wrap .agent-info h4.agent-name {
font-size: 18px;
font-weight: 500;
margin-bottom: 5px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.ere-list-top-agents-wrap .agent-info h4.agent-name:hover {
color: var(--ere-color-accent);
}
.ere-list-top-agents-wrap .agent-info h4.agent-name a {
color: inherit;
}
.ere-list-top-agents-wrap .agent-info .agent-position {
font-weight: 400;
color: #8f8f8f;
}
.ere-list-top-agents-wrap .agent-info .total-properties {
font-size: 12px;
font-weight: 400;
}
.ere__mc-form label {
font-weight: 400;
}
.ere__mc-form .ere__mc-result {
color: var(--ere-color-heading);
}
.ere__mc-form .ere__mc-result strong {
font-weight: 600;
}
.ere__mc-form .form-group:last-child {
margin-bottom: 0;
}
ul.ere__property-taxonomy-list {
list-style: none;
padding: 0;
margin: 0;
}
ul.ere__property-taxonomy-list li {
margin-bottom: 6px;
}
ul.ere__property-taxonomy-list li a {
display: block;
position: relative;
color: inherit;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
ul.ere__property-taxonomy-list li a:hover, ul.ere__property-taxonomy-list li a:active, ul.ere__property-taxonomy-list li a:focus {
color: var(--ere-color-accent);
padding-left: 5px;
}
ul.ere__property-taxonomy-list li .item-count {
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
ul.ere__property-taxonomy-list li:last-child {
margin-bottom: 0;
}
ul.ere__property-taxonomy-list i {
color: var(--ere-color-accent);
}
ul.ere__property-taxonomy-list.scheme-light {
color: var(--ere-color-heading);
} .ere-package-item.active {
box-shadow: 0 20px 35px rgba(0, 0, 0, 0.3);
border-color: var(--ere-color-accent);
}
.ere-package-item.active > .card-header {
background-color: var(--ere-color-accent);
color: var(--ere-color-accent-foreground);
}
.ere-package-item.active > .card-header .card-title {
color: inherit;
}
.ere-package-price {
padding: 20px 0;
}
.ere-package-price sup {
font-size: 60%;
}
.ere__compare-table-wrap table.ere__compare-tables {
border: none;
}
.ere__compare-table-wrap table.ere__compare-tables th,
.ere__compare-table-wrap table.ere__compare-tables td {
border: none;
}
.ere__compare-table-wrap table.ere__compare-tables thead th {
background: transparent;
padding: 0 15px 15px;
vertical-align: top;
}
.ere__compare-table-wrap table.ere__compare-tables tbody > tr:nth-of-type(even) {
background-color: #f6f6f6;
}
.ere__compare-table-wrap table.ere__compare-tables tbody > tr:nth-of-type(odd) {
background-color: transparent;
}
.ere__compare-table-wrap table.ere__compare-tables td {
border: none;
vertical-align: middle;
text-align: center;
font-size: 16px;
font-weight: normal;
color: #8f8f8f;
}
.ere__compare-table-wrap table.ere__compare-tables tr {
height: 52px;
}
.ere__compare-table-wrap table.ere__compare-tables .title-list-check {
font-weight: 500;
padding-left: 21px;
text-align: left;
color: var(--ere-color-heading);
width: 150px;
}
.ere__compare-table-wrap table.ere__compare-tables .check-no {
color: #e33f3f;
}
.ere__compare-table-wrap table.ere__compare-tables .check-yes {
color: #4ede00;
}
@media (min-width: 1200px) {
.ere__compare-table-wrap table.ere__compare-tables {
width: 100%;
table-layout: fixed;
}
}
@media (max-width: 1199px) {
.ere__property-compare {
width: 360px;
}
}
.ere__property-compare {
max-width: 360px;
padding: 15px;
background-color: #f8f8f8;
margin-left: auto;
margin-right: auto;
position: relative;
}
.ere__property-compare:before {
content: "";
display: block;
width: 25px;
height: 25px;
background: #f8f8f8;
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: -20px;
-webkit-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
}
.ere__property-compare .property-item-content {
padding-top: 17px;
}
.ere__property-compare .property-title {
white-space: normal;
}
.ere__account-login-wrap {
max-width: 570px;
margin: auto;
border: 10px solid rgba(237, 237, 237, 0.7);
padding: 35px 30px;
}
.ere__account-login-wrap .ere_messages {
margin-bottom: 1rem;
}
.ere__account-login-wrap .ere__show-password {
cursor: pointer;
}
.ere__account-login-wrap .input-group-text {
background-color: transparent;
border-color: var(--ere-color-border);
border-radius: 0;
}
.ere__account-login-wrap input:-webkit-autofill,
.ere__account-login-wrap input:-webkit-autofill:hover,
.ere__account-login-wrap input:-webkit-autofill:focus,
.ere__account-login-wrap input:-webkit-autofill:active {
transition: background-color 5000s ease-in-out 0s;
}
.ere__account-login-wrap .input-group-text {
color: inherit;
}
.ere-reset-password-wrap {
display: none;
}
.ere-reset-password-wrap .ere-back-to-login {
margin-top: 1rem;
display: block;
}
ul.ere-my-package {
margin: 0;
padding: 0;
} .fw-light {
font-weight: 300 !important;
}
.fw-normal {
font-weight: 400 !important;
}
.fw-medium {
font-weight: 500 !important;
}
.fw-semi-bold {
font-weight: 600 !important;
}
.fw-bold {
font-weight: 700 !important;
}
.fw-black {
font-weight: 900 !important;
}
.fs-10 {
font-size: 10px !important;
}
.fs-11 {
font-size: 11px !important;
}
.fs-12 {
font-size: 12px !important;
}
.fs-13 {
font-size: 13px !important;
}
.fs-14 {
font-size: 14px !important;
}
.fs-15 {
font-size: 15px !important;
}
.fs-16 {
font-size: 16px !important;
}
.fs-18 {
font-size: 18px !important;
}
.fs-20 {
font-size: 20px !important;
}
.fs-21 {
font-size: 21px !important;
}
.fs-24 {
font-size: 24px !important;
}
.fs-30 {
font-size: 30px !important;
}
.fs-31 {
font-size: 31px !important;
}
.fs-32 {
font-size: 33px !important;
}
.fs-36 {
font-size: 36px !important;
}
.fs-38 {
font-size: 38px !important;
}
.fs-46 {
font-size: 46px !important;
}
.fs-50 {
font-size: 50px !important;
}
.fs-60 {
font-size: 60px !important;
}
.text-italic {
font-style: italic !important;
}
.uppercase {
text-transform: uppercase !important;
}
.line-small {
line-height: 1em !important;
}
.line-normal {
line-height: 1.5em !important;
}
.line-medium {
line-height: 1.6em !important;
}
.line-large {
line-height: 1.8em !important;
}
.line-2x {
line-height: 2em !important;
}
.line-3x {
line-height: 3em !important;
}
.line-21 {
line-height: 21px !important;
}
.line-24 {
line-height: 24px !important;
}
.line-34 {
line-height: 34px !important;
}
.line-42 {
line-height: 42px !important;
}
.spacing-50 {
letter-spacing: 0.05em;
}
.spacing-100 {
letter-spacing: 0.1em;
}
.mg-bottom-0 {
margin-bottom: 0px !important;
}
.mg-bottom-5 {
margin-bottom: 5px !important;
}
.mg-bottom-10 {
margin-bottom: 10px !important;
}
.mg-bottom-15 {
margin-bottom: 15px !important;
}
.mg-bottom-20 {
margin-bottom: 20px !important;
}
.mg-bottom-25 {
margin-bottom: 25px !important;
}
.mg-bottom-30 {
margin-bottom: 30px !important;
}
.mg-bottom-35 {
margin-bottom: 35px !important;
}
.mg-bottom-40 {
margin-bottom: 40px !important;
}
.mg-bottom-45 {
margin-bottom: 45px !important;
}
.mg-bottom-50 {
margin-bottom: 50px !important;
}
.mg-bottom-55 {
margin-bottom: 55px !important;
}
.mg-bottom-60 {
margin-bottom: 60px !important;
}
@media screen and (max-width: 991px) {
.sm-mg-bottom-0 {
margin-bottom: 0px !important;
}
.sm-mg-bottom-5 {
margin-bottom: 5px !important;
}
.sm-mg-bottom-10 {
margin-bottom: 10px !important;
}
.sm-mg-bottom-15 {
margin-bottom: 15px !important;
}
.sm-mg-bottom-20 {
margin-bottom: 20px !important;
}
.sm-mg-bottom-25 {
margin-bottom: 25px !important;
}
.sm-mg-bottom-30 {
margin-bottom: 30px !important;
}
.sm-mg-bottom-35 {
margin-bottom: 35px !important;
}
.sm-mg-bottom-40 {
margin-bottom: 40px !important;
}
.sm-mg-bottom-45 {
margin-bottom: 45px !important;
}
.sm-mg-bottom-50 {
margin-bottom: 50px !important;
}
.sm-mg-bottom-55 {
margin-bottom: 55px !important;
}
.sm-mg-bottom-60 {
margin-bottom: 60px !important;
}
}
.accent-color {
color: var(--ere-color-accent);
}
.bg-accent {
background-color: var(--ere-color-accent);
}
.heading-color {
color: var(--ere-color-heading);
}
.hidden {
display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
.visible-xs {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
.hidden-xs {
display: none !important;
}
}
.visible-mb {
display: none !important;
}
@media (max-width: 480px) {
.visible-mb {
display: block !important;
}
.hidden-mb {
display: none !important;
}
}
.col-xs-12 {
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
ul.ere__list-2-col {
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
}
ul.ere__list-2-col li {
display: block;
-moz-column-break-inside: avoid;
-webkit-column-break-inside: avoid;
column-break-inside: avoid;
overflow: hidden;
}
ul.ere__list-2-col a {
color: inherit;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
ul.ere__list-2-col a:hover, ul.ere__list-2-col a:active, ul.ere__list-2-col a:focus {
color: var(--ere-color-accent);
}
@media (max-width: 767px) {
ul.ere__list-2-col {
columns: 1;
-webkit-columns: 1;
-moz-columns: 1;
}
}
ul.ere__list-bg-gray {
list-style-type: none;
padding: 0;
margin: 0;
}
ul.ere__list-bg-gray strong {
display: inline-block;
width: 50%;
}
ul.ere__list-bg-gray span {
display: inline;
width: 50%;
}
ul.ere__list-bg-gray li {
padding: 8px 15px;
}
ul.ere__list-bg-gray li:nth-child(odd) {
background: #f8f8f8;
}@-webkit-keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-family-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}address,hr{margin-bottom:1rem}hr{box-sizing:content-box;height:0;overflow:visible;margin-top:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}dl,h1,h2,h3,h4,h5,h6,ol,p,ul{margin-top:0}dl,ol,p,ul{margin-bottom:1rem}abbr[data-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote,figure{margin:0 0 1rem}b,strong{font-weight:bolder}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}samp{font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar;display:block;font-size:87.5%;color:#212529}img,svg{vertical-align:middle}img{border-style:none}svg{overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.display-1,.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;line-height:1.2}.display-2,.display-3,.display-4{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3,.display-4{font-size:4.5rem}.display-4{font-size:3.5rem}.small,small{font-size:.875em;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code,kbd{font-size:87.5%}code{color:#e83e8c;word-wrap:break-word}a>code,pre code{color:inherit}kbd{padding:.2rem .4rem;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre code{font-size:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.card>hr,.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{position:relative;width:100%;padding-right:15px;padding-left:15px}.col-auto{position:relative;padding-right:15px;padding-left:15px}.col-lg,.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-lg-auto,.col-md,.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-md-auto,.col-sm,.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-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th,.table-dark.table-bordered{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody{border-color:#95999c}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0#495057}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#28a745}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated select.form-control:valid,select.form-control.is-valid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-control-input:valid~.custom-control-label::before,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated select.form-control:invalid,select.form-control.is-invalid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e")center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-control-input:invalid~.custom-control-label::before,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check,input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}@media (min-width:576px){.form-inline .form-group,.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline label{-ms-flex-pack:center;justify-content:center}.form-inline .form-group{-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.width{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.width{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after,.dropleft .dropdown-toggle:empty::after,.dropright .dropdown-toggle:empty::after,.dropup .dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropright .dropdown-toggle::after,.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid;vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent;vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-prepend{margin-right:-1px}.input-group-append,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::after,.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}.custom-control-label::before{pointer-events:none;background-color:#fff;border:1px solid #adb5bd}.custom-control-label::after{background:50%/50% 50%no-repeat}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before,.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0#495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file,.custom-file-input{position:relative;width:100%;height:calc(1.5em + .75rem + 2px)}.custom-file{display:inline-block;margin-bottom:0}.custom-file-input{z-index:2;margin:0;overflow:hidden;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label,.custom-file-label::after{position:absolute;top:0;right:0;padding:.375rem .75rem;line-height:1.5;color:#495057}.custom-file-label{left:0;z-index:1;height:calc(1.5em + .75rem + 2px);overflow:hidden;font-weight:400;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background-color:transparent;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item,.nav-fill>.nav-link{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;padding:.5rem 1rem}.navbar,.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100%no-repeat}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px)0 0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-bottom:-.75rem;border-bottom:0}.card-header-pills,.card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{-ms-flex-negative:0;flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{-ms-flex:1 0 0%;flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb,.pagination{display:-ms-flexbox;display:flex;list-style:none;border-radius:.25rem}.breadcrumb{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;background-color:#e9ecef}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{padding-left:0}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}.progress,.progress-bar{display:-ms-flexbox;display:flex;overflow:hidden}.progress{height:1rem;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{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);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0#fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{-ms-flex-preferred-size:350px;flex-basis:350px;max-width:350px;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-body{padding:.75rem}.modal,.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{z-index:1070;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip,.tooltip .arrow{position:absolute;display:block}.tooltip .arrow{width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover,.popover .arrow{position:absolute;display:block}.popover{top:0;left:0;z-index:1060;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel,.carousel-inner{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{width:100%;overflow:hidden}.carousel-inner::after,.clearfix::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100%no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentcolor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentcolor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.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-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-top{top:0}.fixed-bottom{bottom:0}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" ("attr(title)")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd}blockquote,img,pre,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:992px!important}.navbar{display:none}.badge{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 #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}@-moz-keyframes spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@-webkit-keyframes spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@-o-keyframes spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float: right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
max-width: 100%; text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
margin: 5px 0 0 0;
font-size: 12px;
line-height: 1.8;
}
.sticky {
opacity: 1;
}
.bypostauthor {
opacity: 1;
} .gallery {
margin: 0 -5px 10px -5px;
}
.gallery-item {
margin: 0 0 10px 0;
padding: 0 5px;
display: inline-block;
text-align: center;
vertical-align: top;
max-width: 33.33%;
width: 100%;
}
.gallery-caption {
font-size: 12px;
line-height: 1.8;
margin-top: 5px;
}
.gallery-icon img {
margin: 0 auto;
border-radius: 2px;
border: 1px solid #eee;
padding: 7px;
}
.gallery-icon img:hover {
border: 1px solid #ccc;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
} .entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p,
.entry-content hr,
.entry-content dl,
.entry-content blockquote,
.entry-content table,
.entry-content ul,
.entry-content ol,
.entry-content address,
.entry-content pre {
margin-bottom: 20px;
}
.entry-content h1:last-child,
.entry-content h2:last-child,
.entry-content h3:last-child,
.entry-content h4:last-child,
.entry-content h5:last-child,
.entry-content h6:last-child,
.entry-content p:last-child,
.entry-content hr:last-child,
.entry-content dl:last-child,
.entry-content blockquote:last-child,
.entry-content table:last-child,
.entry-content ul:last-child,
.entry-content ol:last-child,
.entry-content address:last-child,
.entry-content pre:last-child {
margin-bottom: 0;
}
.entry-content hr {
margin-top: 20px;
border-top: 1px solid #ededed;
clear: both;
}
.entry-content table {
width: 100%;
border: 1px solid #dcdcdc;
}
.entry-content td,
.entry-content th {
padding: 8px;
border-top: 1px solid #dcdcdc;
vertical-align: top;
}
.entry-content thead th {
font-weight: bold;
background: #f8f8f8;
vertical-align: bottom;
}
.entry-content thead:first-child > tr:first-child > td,
.entry-content thead:first-child > tr:first-child > th {
border-top: none;
}
.entry-content dt,
.entry-content dd {
line-height: 2;
}
.entry-content dd {
margin-bottom: 15px;
}
.entry-content ul,
.entry-content ol {
padding-left: 25px;
}
.entry-content li > ul,
.entry-content li > ol {
margin-bottom: 0;
}
.entry-content address {
line-height: 1.8;
font-style: italic;
} body {
line-height: 1.714;
overflow-x: hidden;
color: #727272;
position: relative;
-webkit-font-smoothing: antialiased;
}
#primary-content {
background-color: #f6f6f6;
}
#wrapper-content {
overflow-x: hidden;
}
img {
max-width: 100%;
height: auto;
}
iframe {
max-width: 100%;
}
a,
a:focus,
a:hover {
outline: none;
text-decoration: none;
color: #727272;
}
a:hover,
a:focus {
color: #00a0e4;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
div,
iframe,
img {
margin: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
line-height: 1.2;
color: #222222;
margin-top: 0;
margin-bottom: 20px;
}
p {
margin: 0 0 20px 0;
}
input,
textarea,
button,
select {
outline: none;
}
::selection {
color: #ffffff;
background-color: #00a0e4;
}
::-moz-selection {
color: #ffffff;
background-color: #00a0e4;
}
input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea,
select.form-control,
select {
padding: 0 10px;
height: 44px;
line-height: 1;
background-color: #fff;
color: #727272;
border: 1px solid #ededed;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="text"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select.form-control::-webkit-input-placeholder,
select::-webkit-input-placeholder {
color: #727272 !important;
}
input[type="text"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
textarea:-moz-placeholder,
select.form-control:-moz-placeholder,
select:-moz-placeholder {
color: #727272 !important;
}
input[type="text"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
textarea::-moz-placeholder,
select.form-control::-moz-placeholder,
select::-moz-placeholder {
color: #727272 !important;
}
input[type="text"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select.form-control:-ms-input-placeholder,
select:-ms-input-placeholder {
color: #727272 !important;
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select.form-control:focus,
select:focus {
border-color: #00a0e4;
}
select {
height: 44px !important;
}
textarea {
padding-top: 10px;
height: auto;
}
select {
max-width: 100%;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url(https://ehmarbella.com/wp-content/themes/benaa/assets/images/icon-dropdown.png) !important;
background-repeat: no-repeat !important;
background-position: 98%;
background-position: calc(100% - 15px);
}
#wrapper {
background-color: #fff;
}
body.boxed #wrapper {
max-width: 1200px;
margin: auto;
position: relative;
}
@media (min-width: 1200px) {
.container {
width: 1200px;
}
}
.container .container {
max-width: 1200px;
width: auto;
padding-left: 0;
padding-right: 0;
} .block-center:before {
content: "";
height: 100%;
vertical-align: middle;
display: inline-block;
}
.block-center {
height: 100%;
width: 100%;
text-align: center;
font-size: 0;
}
.block-center-inner {
display: inline-block;
margin: 0 auto;
position: relative;
vertical-align: middle;
max-width: 100%;
font-size: initial;
}
.block-center-inner > * {
margin: auto;
} .back-to-top {
position: fixed;
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
-o-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
bottom: 10px;
right: 10px;
width: 44px;
height: 44px;
text-align: center;
z-index: 2;
-webkit-transform: translateX(100px);
-moz-transform: translateX(100px);
-o-transform: translateX(100px);
-ms-transform: translateX(100px);
transform: translateX(100px);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
color: #fff;
background-color: #222222;
}
.back-to-top i {
font-size: 22px;
line-height: 44px;
}
.back-to-top:focus,
.back-to-top:hover {
text-decoration: none;
color: #ffffff;
background-color: #00a0e4;
}
.back-to-top.in {
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-ms-transform: translateX(0px);
-o-transform: translateX(0px);
transform: translateX(0px);
} .site-loading {
position: fixed;
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
-o-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
z-index: 9999;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
opacity: 0;
display: none;
-webkit-transition: opacity 600ms ease 200ms;
-moz-transition: opacity 600ms ease 200ms;
-o-transition: opacity 600ms ease 200ms;
transition: opacity 600ms ease 200ms;
}
body.page-loading .site-loading {
opacity: 1;
display: block;
}
.logo-loading {
margin-bottom: 30px;
}
.scheme-dark {
color: #fff;
} .owl-nav .owl-prev,
.owl-nav .owl-next {
position: absolute;
width: 50px;
height: 60px;
top: 50%;
margin-top: -30px;
background-color: #f6f6f6;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.owl-nav .owl-prev:after,
.owl-nav .owl-next:after {
content: '';
display: block;
position: absolute;
top: 0;
bottom: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
color: #222222;
font-size: 31px;
line-height: 60px;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
background-color: #00a0e4;
}
.owl-nav .owl-prev:hover i,
.owl-nav .owl-next:hover i {
color: #FFFFFF;
}
.owl-nav .owl-prev {
left: -80px;
}
.owl-nav .owl-prev:after {
border-bottom: solid 0 transparent;
border-top: solid 60px #f6f6f6;
border-right: solid 10px transparent;
left: 100%;
}
.owl-nav .owl-prev:hover:after {
border-top-color: #00a0e4;
}
.owl-nav .owl-next {
right: -80px;
}
.owl-nav .owl-next:after {
border-bottom: solid 60px #f6f6f6;
border-top: solid 0 transparent;
border-left: solid 10px transparent;
right: 100%;
}
.owl-nav .owl-next:hover:after {
border-bottom-color: #00a0e4;
}
.owl-nav .disabled {
cursor: not-allowed !important;
}
.owl-nav-top-right .owl-next,
.owl-nav-bottom-center .owl-next {
background-color: #00a0e4 !important;
}
.owl-nav-top-right .owl-next i,
.owl-nav-bottom-center .owl-next i {
color: #fff !important;
}
.owl-nav-top-right .owl-next:after,
.owl-nav-bottom-center .owl-next:after {
border-bottom-color: #00a0e4 !important;
}
.owl-nav-top-right .owl-nav div {
top: -55px;
}
.owl-nav-top-right .owl-nav .owl-prev {
right: 65px;
left: auto !important;
}
.owl-nav-top-right .owl-nav .owl-next {
right: 0;
}
.owl-dots {
text-align: center;
padding-top: 10px;
}
.owl-dots .owl-dot {
display: inline-block;
}
.owl-dots .owl-dot span {
width: 10px;
height: 10px;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
margin: 3px;
display: block;
background-color: #EBEBEB;
}
.owl-dots .owl-dot.active span {
background-color: #00a0e4;
}
.color-light .owl-dots .owl-dot span {
background-color: #FFFFFF;
}
.color-light .owl-dots .owl-dot.active span {
background-color: #00a0e4;
}
@media (max-width: 1380px) {
.owl-carousel:hover .owl-nav .owl-prev {
left: 0;
}
.owl-carousel:hover .owl-nav .owl-next {
right: 0;
}
.owl-nav .owl-prev {
left: 0;
}
.owl-nav .owl-next {
right: 0;
}
}
@media (max-width: 1200px) {
.owl-nav .owl-prev,
.owl-nav .owl-next {
width: 40px;
height: 50px;
margin-top: -30px;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
font-size: 24px;
line-height: 50px;
}
.owl-nav .owl-prev:after {
border-top: solid 50px #f6f6f6;
}
.owl-nav .owl-next:after {
border-bottom: solid 50px #f6f6f6;
}
.owl-nav-top-right .owl-nav .owl-prev {
right: 55px;
}
}
#search_popup_wrapper form {
margin: 2em 1em;
position: relative;
}
#search_popup_wrapper input {
width: 100%;
padding-right: 95px;
}
#search_popup_wrapper input:focus {
border-color: #00a0e4;
}
#search_popup_wrapper button {
position: absolute;
right: 0;
top: 0;
height: 44px;
line-height: 14px;
}
.popup-overlay-wrapper {
position: absolute;
z-index: 9999;
background-color: rgba(20, 22, 24, 0.95);
width: 100%;
top: 0;
bottom: 0;
left: 0;
padding-bottom: 80px;
overflow: auto;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.5s 0.5s, visibility 0s 1s;
transition: opacity 0.5s 0.5s, visibility 0s 1s;
}
.popup-overlay-wrapper.in {
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.popup-overlay-wrapper.in .popup-overlay-content {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition: -webkit-transform 0.5s 0.2s, opacity 0.5s 0.2s;
transition: transform .5s .8s, opacity .5s .8s;
}
.popup-overlay-content {
margin: 80px auto 0;
width: 80%;
position: relative;
font-size: 20px;
opacity: 0;
-webkit-transform: translateY(-40px);
transform: translateY(-40px);
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
transition: transform 0.2s, opacity 0.2s;
-webkit-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
-moz-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
-o-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
}
.popup-overlay-content input {
border: solid 2px #FFF;
padding: 1em;
height: auto;
color: #fff;
}
.popup-overlay-content input::-webkit-input-placeholder {
color: #eeeeee !important;
}
.popup-overlay-content input:-moz-placeholder {
color: #eeeeee !important;
}
.popup-overlay-content input::-moz-placeholder {
color: #eeeeee !important;
}
.popup-overlay-content input:-ms-input-placeholder {
color: #eeeeee !important;
}
.popup-overlay-content .search-button {
position: absolute;
top: 22px;
right: 30px;
color: #fff;
}
.popup-overlay-content .search-button:hover {
cursor: pointer;
color: #00a0e4;
}
.popup-overlay-result {
color: #fff;
background-color: #343537;
padding: 0;
font-size: 16px;
line-height: 2em;
}
.popup-overlay-result ul {
padding: 15px 0;
margin: 0;
list-style: none;
}
.popup-overlay-result li {
padding: 5px 30px;
}
.popup-overlay-result li.selected,
.popup-overlay-result li:hover {
color: #00a0e4;
}
.popup-overlay-result li + li {
border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.popup-overlay-result a {
color: inherit;
}
.popup-overlay-result .date {
display: inline-block;
float: right;
}
.popup-overlay-result .view-more {
position: absolute;
background: #343537;
left: 0;
right: 0;
text-align: center;
padding: 5px;
-webkit-border-radius: 0 0 100% 100%;
-moz-border-radius: 0 0 100% 100%;
border-radius: 0 0 100% 100%;
margin: auto;
border-top: solid 1px rgba(255, 255, 255, 0.1);
text-transform: uppercase;
}
.ps-container > .ps-scrollbar-y-rail {
width: 3px;
right: 5px;
background-color: #222 !important;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
width: 5px;
right: -1px;
background-color: #00a0e4 !important;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.ps-container:hover > .ps-scrollbar-y-rail {
opacity: 0.6 !important;
}
.gf-preset-content-wrapper {
background: url(https://ehmarbella.com/wp-content/themes/benaa/assets/images/preset-bg.jpg) repeat;
padding: 150px 0;
text-align: center;
font-size: 60px;
color: #222;
border: dashed 8px #222;
}
.toggle-icon-wrapper {
cursor: pointer;
display: inline-block;
vertical-align: middle;
}
.toggle-icon-wrapper:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.toggle-icon-wrapper .toggle-icon {
display: inline-block;
height: 30px;
position: relative;
vertical-align: middle;
width: 24px;
}
.toggle-icon-wrapper .toggle-icon > span {
background: none repeat scroll 0 0 #000;
bottom: 0;
display: block;
height: 2px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.toggle-icon-wrapper .toggle-icon:after,
.toggle-icon-wrapper .toggle-icon:before {
background-color: #000;
content: "";
height: 2px;
left: 0;
margin: auto;
position: absolute;
right: 0;
width: 100%;
}
.toggle-icon-wrapper .toggle-icon:before {
top: 20%;
-webkit-transform-origin: top left;
-moz-transform-origin: top left;
-ms-transform-origin: top left;
-o-transform-origin: top left;
transform-origin: top left;
}
.toggle-icon-wrapper .toggle-icon:after {
bottom: 20%;
-webkit-transform-origin: bottom left;
-moz-transform-origin: bottom left;
-ms-transform-origin: bottom left;
-o-transform-origin: bottom left;
transform-origin: bottom left;
}
.toggle-icon-wrapper + span {
vertical-align: middle;
text-transform: uppercase;
}
.toggle-icon-wrapper.in .toggle-icon span {
opacity: 0;
}
.toggle-icon-wrapper.in .toggle-icon:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.toggle-icon-wrapper.in .toggle-icon:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.x-nav-menu > .x-menu-item > .x-menu-a-text,
.sticky-region,
.logo-header,
.x-nav-menu > .x-menu-item,
.header-customize-nav,
.header-6 .header-above-wrapper,
.menu-categories,
.menu-categories-select > i,
.header-nav-wrapper nav.primary-menu,
.header-nav-wrapper .product-text,
.popup-overlay-result a,
.search-product-wrapper .search-ajax-result li,
.search-product-wrapper .search-ajax-result li + li:before,
.toggle-icon-wrapper .toggle-icon > span,
.toggle-icon-wrapper .toggle-icon:before,
.toggle-icon-wrapper .toggle-icon:after,
.sticky-region .header-mobile-container-inner > div,
b.x-caret,
.menu-drop-fly,
.top-drawer-toggle,
.header-above-inner,
.logo-header img,
.x-sub-menu-tab > .x-menu-item,
.x-sub-menu-tab > li.x-menu-active > ul.x-sub-menu {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
} .logged-in.admin-bar .lg-toolbar {
margin-top: 32px;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
border-color: #00a0e4;
} .page404 {
text-align: center;
position: relative;
}
.page404.bg404-img:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
}
.page404 .page404-content {
position: relative;
padding-top: 150px;
padding-bottom: 205px;
}
.page404 .title {
font-size: 222px;
color: #00a0e4;
letter-spacing: -.14em;
margin-bottom: -42px;
}
.page404 .title span {
display: inline-block;
color: #fff;
}
.page404 .subtitle {
font-size: 24px;
font-weight: 500;
color: rgba(255, 255, 255, 0.5);
margin-bottom: 55px;
}
.page404 .description {
max-width: 570px;
margin: auto;
margin-bottom: 3px;
font-size: 18px;
line-height: 24px;
font-weight: 500;
letter-spacing: .02em;
color: #fff;
}
.page404 a {
color: #00a0e4;
}
.page404 .search-form-wrapper {
background-color: transparent;
margin-bottom: 10px;
}
.page404 .search-form-wrapper .search-form {
position: relative;
width: 770px;
margin: auto;
}
.page404 .search-form-wrapper .search-form ::-webkit-input-placeholder { color: #fff;
font-weight: 400;
}
.page404 .search-form-wrapper .search-form ::-moz-placeholder { color: #fff;
font-weight: 400;
}
.page404 .search-form-wrapper .search-form :-ms-input-placeholder { color: #fff;
font-weight: 400;
}
.page404 .search-form-wrapper .search-form :-moz-placeholder { color: #fff;
font-weight: 400;
}
.page404 .search-form-wrapper .search-form input {
width: 100%;
height: 50px;
line-height: 50px;
padding-left: 20px;
padding-right: 60px;
-webkit-border-radius: 25px;
-webkit-background-clip: padding-box;
-moz-border-radius: 25px;
-moz-background-clip: padding;
border-radius: 25px;
background-clip: padding-box;
border: 2px solid rgba(255, 255, 255, 0.3);
color: #fff;
letter-spacing: .1em;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
font-size: 12px;
font-weight: 500;
}
.page404 .search-form-wrapper .search-form input::-webkit-input-placeholder {
color: #8f8f8f !important;
}
.page404 .search-form-wrapper .search-form input:-moz-placeholder {
color: #8f8f8f !important;
}
.page404 .search-form-wrapper .search-form input::-moz-placeholder {
color: #8f8f8f !important;
}
.page404 .search-form-wrapper .search-form input:-ms-input-placeholder {
color: #8f8f8f !important;
}
.page404 .search-form-wrapper .search-form input:focus {
border-color: #00a0e4;
}
.page404 .search-form-wrapper .search-form button[type="submit"] {
position: absolute;
top: 0;
right: 9px;
border: none;
background: none;
line-height: 50px;
}
@media screen and (max-width: 640px) {
.page404 .page404-content {
position: relative;
padding-top: 150px;
padding-bottom: 205px;
}
.page404 .title {
font-size: 160px;
}
.page404 .subtitle {
font-size: 20px;
}
.page404 .description {
font-size: 12px;
}
.page404 .search-form-wrapper .search-form {
width: 90% !important;
}
.page404 .search-form-wrapper input {
font-size: 12px;
}
} .archive-search-wrap .archive-search-result h3 {
margin: 0;
text-transform: uppercase;
letter-spacing: 0.05em;
padding-bottom: 20px;
margin-bottom: 40px;
}
.archive-search-wrap .archive-search-box {
padding-bottom: 50px;
border-bottom: 1px solid #eaeaea;
}
.archive-search-wrap .archive-search-box .search-form-lg input {
font-family: inherit;
line-height: 50px;
}
.archive-search-wrap .archive-search-wrap-inner article {
margin-top: 50px;
padding-bottom: 50px;
border-bottom: 1px solid #eaeaea;
position: relative;
}
.archive-search-wrap .archive-search-wrap-inner article:hover .search-icon span,
.archive-search-wrap .archive-search-wrap-inner article:hover .search-icon span:after,
.archive-search-wrap .archive-search-wrap-inner article:hover .search-icon span:before {
background-color: #00a0e4;
}
.archive-search-wrap .archive-search-wrap-inner .search-icon {
width: 50px;
height: 50px;
-webkit-border-radius: 4px;
-webkit-background-clip: padding-box;
-moz-border-radius: 4px;
-moz-background-clip: padding;
border-radius: 4px;
background-clip: padding-box;
background-color: #eaeaea;
text-align: center;
float: left;
}
.archive-search-wrap .archive-search-wrap-inner .search-icon span {
width: 20px;
height: 1px;
vertical-align: middle;
background-color: #222222;
display: block;
position: relative;
margin-left: 15px;
line-height: 50px;
margin-top: 24.5px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.archive-search-wrap .archive-search-wrap-inner .search-icon span:after,
.archive-search-wrap .archive-search-wrap-inner .search-icon span:before {
content: '';
display: block;
width: 20px;
height: 1px;
background-color: #222222;
position: absolute;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.archive-search-wrap .archive-search-wrap-inner .search-icon span:after {
bottom: 5px;
}
.archive-search-wrap .archive-search-wrap-inner .search-icon span:before {
top: 5px;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap h4 {
margin-top: 0;
margin-bottom: 15px;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap h4 a {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
color: #222222;
display: inline-block;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap h4 a:hover {
color: #00a0e4;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap .search-entry-post-type {
margin-bottom: 0;
color: #00a0e4;
font-style: italic;
letter-spacing: 0.1em;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap .search-entry-excerpt {
margin-top: 25px;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap .search-entry-excerpt p {
margin-bottom: 0;
} @media screen and (max-width: 460px) {
.search-popup-inner > input {
display: block;
width: 100%;
margin-top: 10px;
}
.search-popup-inner > button {
margin-top: 10px;
width: 100%;
display: block;
}
}
.block-title {
font-size: 18px;
color: #222222;
line-height: 1.2;
position: relative;
}
.block-title.lg {
font-size: 28px;
}
@media (max-width: 991px) {
.block-title {
margin-bottom: 40px !important;
}
.page404 .search-form-wrapper .search-form {
width: 600px;
}
}
.bg-gray-full {
position: relative;
}
.bg-gray-full:before {
position: absolute;
content: '';
background-color: #f6f6f6;
display: block;
height: 100%;
width: 2000%;
left: -1000%;
top: 0;
}
.close-button {
position: absolute;
top: 1em;
right: 1em;
color: #fff;
font-size: 20px;
}
.close-button:hover {
color: #fff;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.top-separate {
position: relative;
padding-top: 35px;
}
.top-separate:before {
content: "";
height: 2px;
width: 110px;
background: #00a0e4;
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
}
.popup-close {
position: absolute;
top: 5px;
right: 5px;
width: 35px;
height: 35px;
text-align: center;
line-height: 35px;
-webkit-border-radius: 5px;
-webkit-background-clip: padding-box;
-moz-border-radius: 5px;
-moz-background-clip: padding;
border-radius: 5px;
background-clip: padding-box;
background-color: #ededed;
font-size: 16px;
z-index: 1;
} .gf-item-wrap {
width: 100%;
float: left;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 1200px) {
.columns-2 > .gf-item-wrap {
width: 50%;
}
.columns-2 > .gf-item-wrap:nth-child(2n+1) {
clear: both;
}
.columns-3 > .gf-item-wrap {
width: 33.33333333%;
}
.columns-3 > .gf-item-wrap:nth-child(3n+1) {
clear: both;
}
.columns-4 > .gf-item-wrap {
width: 25%;
}
.columns-4 > .gf-item-wrap:nth-child(4n+1) {
clear: both;
}
.columns-5 > .gf-item-wrap {
width: 20%;
}
.columns-5 > .gf-item-wrap:nth-child(5n+1) {
clear: both;
}
.columns-6 > .gf-item-wrap {
width: 16.66666666666667%;
}
.columns-6 > .gf-item-wrap:nth-child(6n+1) {
clear: both;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.columns-md-2 > .gf-item-wrap {
width: 50%;
}
.columns-md-2 > .gf-item-wrap:nth-child(2n+1) {
clear: both;
}
.columns-md-3 > .gf-item-wrap {
width: 33.33333333%;
}
.columns-md-3 > .gf-item-wrap:nth-child(3n+1) {
clear: both;
}
.columns-md-4 > .gf-item-wrap {
width: 25%;
}
.columns-md-4 > .gf-item-wrap:nth-child(4n+1) {
clear: both;
}
.columns-md-5 > .gf-item-wrap {
width: 20%;
}
.columns-md-5 > .gf-item-wrap:nth-child(5n+1) {
clear: both;
}
.columns-md-6 > .gf-item-wrap {
width: 16.66666666666667%;
}
.columns-md-6 > .gf-item-wrap:nth-child(6n+1) {
clear: both;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.columns-sm-2 > .gf-item-wrap {
width: 50%;
}
.columns-sm-2 > .gf-item-wrap:nth-child(2n+1) {
clear: both;
}
.columns-sm-3 > .gf-item-wrap {
width: 33.33333333%;
}
.columns-sm-3 > .gf-item-wrap:nth-child(3n+1) {
clear: both;
}
.columns-sm-4 > .gf-item-wrap {
width: 25%;
}
.columns-sm-4 > .gf-item-wrap:nth-child(4n+1) {
clear: both;
}
.columns-sm-5 > .gf-item-wrap {
width: 20%;
}
.columns-sm-5 > .gf-item-wrap:nth-child(5n+1) {
clear: both;
}
.columns-sm-6 > .gf-item-wrap {
width: 16.66666666666667%;
}
.columns-sm-6 > .gf-item-wrap:nth-child(6n+1) {
clear: both;
}
}
@media (min-width: 481px) and (max-width: 767px) {
.columns-xs-2 > .gf-item-wrap {
width: 50%;
}
.columns-xs-2 > .gf-item-wrap:nth-child(2n+1) {
clear: both;
}
.columns-xs-3 > .gf-item-wrap {
width: 33.33333333%;
}
.columns-xs-3 > .gf-item-wrap:nth-child(3n+1) {
clear: both;
}
.columns-xs-4 > .gf-item-wrap {
width: 25%;
}
.columns-xs-4 > .gf-item-wrap:nth-child(4n+1) {
clear: both;
}
.columns-xs-5 > .gf-item-wrap {
width: 20%;
}
.columns-xs-5 > .gf-item-wrap:nth-child(5n+1) {
clear: both;
}
.columns-xs-6 > .gf-item-wrap {
width: 16.66666666666667%;
}
.columns-xs-6 > .gf-item-wrap:nth-child(6n+1) {
clear: both;
}
}
@media (max-width: 480px) {
.columns-mb-2 > .gf-item-wrap {
width: 50%;
}
.columns-mb-2 > .gf-item-wrap:nth-child(2n+1) {
clear: both;
}
.columns-mb-3 > .gf-item-wrap {
width: 33.33333333%;
}
.columns-mb-3 > .gf-item-wrap:nth-child(3n+1) {
clear: both;
}
.columns-mb-4 > .gf-item-wrap {
width: 25%;
}
.columns-mb-4 > .gf-item-wrap:nth-child(4n+1) {
clear: both;
}
.columns-mb-5 > .gf-item-wrap {
width: 20%;
}
.columns-mb-5 > .gf-item-wrap:nth-child(5n+1) {
clear: both;
}
.columns-mb-6 > .gf-item-wrap {
width: 16.66666666666667%;
}
.columns-mb-6 > .gf-item-wrap:nth-child(6n+1) {
clear: both;
}
} .paging-navigation,
.comment-navigation {
position: relative;
text-align: center;
}
.paging-navigation ul,
.comment-navigation ul {
margin: 0;
padding: 0;
width: 100%;
position: relative;
}
.paging-navigation li > a,
.comment-navigation li > a,
.paging-navigation li > span,
.comment-navigation li > span {
border: none;
-webkit-border-radius: 0 !important;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 !important;
-moz-background-clip: padding;
border-radius: 0 !important;
background-clip: padding-box;
}
.paging-navigation .page-numbers,
.comment-navigation .page-numbers {
margin-right: 10px;
width: 42px;
padding: 0;
line-height: 42px;
text-align: center;
color: #b0b0b0;
font-size: 14px;
font-weight: 500;
display: inline-block;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
background: transparent;
}
.paging-navigation .page-numbers.current,
.comment-navigation .page-numbers.current,
.paging-navigation .page-numbers:hover,
.comment-navigation .page-numbers:hover,
.paging-navigation .page-numbers:focus,
.comment-navigation .page-numbers:focus {
background-color: #00a0e4;
color: #fff;
border-color: transparent;
}
.paging-navigation .page-numbers.prev,
.comment-navigation .page-numbers.prev,
.paging-navigation .page-numbers.next,
.comment-navigation .page-numbers.next {
position: initial;
width: initial;
}
.paging-navigation .page-numbers.prev:hover,
.comment-navigation .page-numbers.prev:hover,
.paging-navigation .page-numbers.next:hover,
.comment-navigation .page-numbers.next:hover,
.paging-navigation .page-numbers.prev:focus,
.comment-navigation .page-numbers.prev:focus,
.paging-navigation .page-numbers.next:focus,
.comment-navigation .page-numbers.next:focus {
background-color: transparent;
color: #00a0e4;
text-decoration: underline;
}
.paging-navigation .page-numbers.prev,
.comment-navigation .page-numbers.prev {
margin-right: 35px;
}
.wp-social-login-widget {
padding: 0 15px;
}
.heading-white {
color: #fff;
font-size: 48px;
font-weight: 400;
line-height: 1;
text-align: center;
}
.heading-white-idx {
color: #fff;
font-size: 90px;
font-weight: 600;
line-height: 1.05;
}
.color-white label {
color: #fff !important;
}
.hidden-content p {
display: none;
} @media (max-width: 768px) {
.heading-white {
font-size: 30px;
}
} @media (max-width: 480px) {
.heading-white {
font-size: 20px;
}
}
.vc_row.background-position-right {
background-position: right !important;
}
#ere-map-loading i {
color: #00a0e4 !important;
}
.ere-search-map-properties .item-body .address-marker i {
color: #00a0e4 !important;
}
.breadcrumbs {
margin: 0;
padding: 0;
list-style: none;
font-size: 0;
}
.breadcrumbs li {
display: inline-block;
}
.breadcrumbs li a,
.breadcrumbs li span {
font-size: 12px;
color: #fff;
line-height: 1.8;
font-weight: 500;
text-transform: uppercase;
}
.breadcrumbs li span {
color: #00a0e4;
}
.breadcrumbs li:after {
font-family: 'FontAwesome';
display: inline-block;
content: '\f105';
font-size: 14px;
letter-spacing: -0.02em;
padding: 0 10px;
color: #c5c5c5;
}
.breadcrumbs li:last-child:after {
display: none;
}
.breadcrumbs:before {
content: "\f015";
font-family: fontawesome;
color: #00a0e4;
font-size: 12px;
display: inline-block;
padding-right: 8px;
}
.page-title-inner {
position: relative;
}
.parallax-disabled {
background-attachment: scroll !important;
background-position: 50% 50% !important;
}
.page-title {
overflow: hidden;
position: relative;
}
.page-title .page-title-background {
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
position: relative;
background-color: transparent;
z-index: 0;
}
.page-title .page-title-background:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
background-color: rgba(0, 0, 0, 0.6);
z-index: 1;
}
.page-title:not(.page-title-background) {
background-color: rgba(0, 0, 0, 0.6);
}
.page-title .container {
position: relative;
z-index: 1;
}
.page-title .page-title-inner {
display: table;
width: 100%;
}
.page-title .page-title-inner .page-title-main-info,
.page-title .page-title-inner .breadcrumbs {
display: table-cell;
vertical-align: middle;
}
.page-title .page-title-inner .breadcrumbs {
text-align: right;
padding-left: 30px;
}
.page-title h4 {
font-size: 60px;
font-weight: 600;
color: #fff;
line-height: 1.4;
letter-spacing: -0.05em;
-ms-word-wrap: break-word;
word-wrap: break-word;
margin-bottom: 5px;
}
.page-title p {
font-size: 22px;
font-family: 'Poppins';
margin-bottom: 14px;
color: #00a0e4;
font-style: italic;
line-height: 1.3;
letter-spacing: 0.03em;
}
.page-title .page-title-background {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.page-title .page-title-background.page-title-parallax {
height: 150%;
top: -25%;
}
.page-title .page-title-inner .property-info-header.property-info-action .property-main-info .property-heading h4 {
color: #fff;
}
.page-title .page-title-inner .property-info-header.property-info-action .property-main-info .property-location span {
color: #bababa;
}
.page-title .page-title-inner .property-info-header.property-info-action .property-info > div > span {
background-color: transparent;
}
.page-title .page-title-inner .property-info-header.property-info-action .property-info > div .property-info-value {
color: #fff;
font-style: initial;
}
.page-title .page-title-inner .property-info-header.property-info-action .property-info > div .property-info-title {
color: #bababa;
font-style: initial;
}
.page-title .page-title-inner .property-info-header.property-info-action .property-price-action .property-price {
color: #fff;
}
.page-title .page-title-inner .property-info-header.property-info-action .property-price-action .property-price-postfix,
.page-title .page-title-inner .property-info-header.property-info-action .property-price-action .property-price-prefix {
color: #bababa;
}
.page-title.page-title-small {
background-color: #f6f6f6;
}
.page-title.page-title-small .page-title-inner {
display: block;
}
.page-title.page-title-small .page-title-inner .page-title-main-info,
.page-title.page-title-small .page-title-inner .breadcrumbs {
display: block;
}
.page-title.page-title-small .page-title-inner .breadcrumbs {
text-align: left;
padding-left: 0;
padding-right: 0;
}
.page-title.page-title-small .page-title-inner .breadcrumbs li a {
color: #727272;
}
.page-title.page-title-small h4 {
font-size: 30px;
line-height: 32px;
color: #222222;
}
@media (max-width: 991px) {
.page-title .page-title-inner {
display: block;
}
.page-title .page-title-inner .page-title-main-info,
.page-title .page-title-inner .breadcrumbs {
display: block;
vertical-align: middle;
}
.page-title .page-title-inner .breadcrumbs {
text-align: left;
padding-left: 0;
}
.page-title h1 {
font-size: 48px;
}
.page-title p {
font-size: 32px;
margin-bottom: -5px;
}
}
@media (max-width: 768px) {
.page-title h1 {
font-size: 36px;
}
.page-title p {
font-size: 24px;
margin-bottom: -5px;
}
}
@media (max-width: 480px) {
.page-title h1 {
font-size: 24px;
}
.page-title p {
font-size: 20px;
}
}
.benaa-class .property-single-page-title + div .property-info-header {
display: none !important;
}
.dialog,
.dialog__overlay {
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.dialog {
position: fixed;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
pointer-events: none;
z-index: 9999;
}
.dialog__overlay {
position: absolute;
z-index: 1;
background: rgba(55, 58, 71, 0.9);
opacity: 0;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
-webkit-backface-visibility: hidden;
}
.dialog--open .dialog__overlay {
opacity: 1;
pointer-events: auto;
}
.dialog__content {
width: 80%;
max-width: 520px;
min-width: 290px;
background: #fff;
padding: 20px;
text-align: center;
position: relative;
z-index: 5;
opacity: 0;
}
.dialog--open .dialog__content {
pointer-events: auto;
} .dialog h2 {
margin: 0;
font-weight: 400;
font-size: 24px;
padding: 0 0 15px;
text-transform: uppercase;
}
.dialog--open .dialog__overlay {
-webkit-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.dialog--close .dialog__overlay {
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.dialog__content {
padding: 0;
background: transparent;
}
.dialog.dialog--open .dialog__content {
opacity: 1;
}
.morph-shape {
position: absolute;
width: calc(100% + 2px);
height: calc(100% + 2px);
top: -2px;
left: -2px;
z-index: -1;
}
.morph-shape svg rect {
stroke: #fff;
stroke-width: 2px;
stroke-dasharray: 1680;
}
.dialog--open .morph-shape svg rect {
-webkit-animation: anim-dash 0.6s forwards;
animation: anim-dash 0.6s forwards;
}
.dialog-inner {
opacity: 0;
background: #fff;
}
.dialog--open .dialog-inner {
padding: 30px;
opacity: 1;
-webkit-transition: opacity 0.85s 0.35s;
transition: opacity 0.85s 0.35s;
}
.dialog.dialog--open h2 {
-webkit-animation: anim-elem-1 0.7s ease-out both;
-o-animation: anim-elem-1 0.7s ease-out both;
animation: anim-elem-1 0.7s ease-out both;
}
.dialog.dialog--open a[data-dialog-close] {
position: absolute;
border: none;
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px !important;
background-color: #eee;
}
.dialog.dialog--open a[data-dialog-close] i {
font-size: 16px;
line-height: 35px !important;
}
.dialog.dialog--open a[data-dialog-close]:hover {
color: #00a0e4;
}
.dialog.dialog--open p {
line-height: 1.5;
font-size: 18px;
}
@keyframes anim-dash {
0% {
stroke-dashoffset: 1680;
}
100% {
stroke-dashoffset: 0;
}
}
@-webkit-keyframes anim-dash {
0% {
stroke-dashoffset: 1680;
}
100% {
stroke-dashoffset: 0;
}
} @-webkit-keyframes anim-elem-1 {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes anim-elem-1 {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
body.safari .dialog__content {
margin-left: auto;
margin-right: auto;
margin-top: 100px;
}
body.safari .dialog__content .morph-shape {
display: none;
}
.main-menu:not(.x-nav-menu) {
list-style: none;
padding: 0;
margin: 0;
}
.main-menu:not(.x-nav-menu) li {
position: relative;
}
.main-menu:not(.x-nav-menu) li li a {
display: block;
padding: 5px 0;
color: inherit;
}
.main-menu:not(.x-nav-menu) li li a:hover {
color: #00a0e4;
}
.main-menu:not(.x-nav-menu) li:hover > ul {
display: block;
border-top: solid 1px #eee;
-webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
}
.main-menu:not(.x-nav-menu) > li {
display: inline-block;
line-height: 24px;
padding-top: 18px;
padding-bottom: 18px;
}
.main-menu:not(.x-nav-menu) > li + li {
margin-left: 30px;
}
.main-menu:not(.x-nav-menu) > li > a {
font-size: 13px;
text-transform: uppercase;
font-weight: 700;
color: #212121;
}
.main-menu:not(.x-nav-menu) > li li + li > a {
border-top: solid 1px #ededed;
}
.main-menu:not(.x-nav-menu) > li ul {
display: none;
list-style: none;
padding: 10px 0;
margin: 0;
background-color: #fff;
position: absolute;
top: 0;
left: 100%;
color: #111;
z-index: 999;
border-bottom: solid 2px #00a0e4;
}
.main-menu:not(.x-nav-menu) > li ul li {
position: relative;
min-width: 210px;
padding-left: 20px;
padding-right: 20px;
line-height: 35px;
}
.main-menu:not(.x-nav-menu) > li:hover > ul {
top: 100%;
left: auto;
}
.main-menu:not(.x-nav-menu) > li:last-child > ul {
left: auto;
right: 0;
}
.main-menu:not(.x-nav-menu) > li:last-child li:hover ul {
left: auto;
right: 100%;
}
.nav-menu-mobile:not(.x-nav-menu) {
list-style: none;
padding: 0;
margin: 0;
}
.nav-menu-mobile:not(.x-nav-menu) li {
border-top: solid 1px #313131;
position: relative;
}
.nav-menu-mobile:not(.x-nav-menu) a {
padding: 10px 20px;
display: inline-block;
text-transform: uppercase;
font-weight: 700;
}
.nav-menu-mobile:not(.x-nav-menu) ul {
display: none;
padding: 0;
margin: 0;
list-style: none;
background-color: #313131;
position: relative;
}
.nav-menu-mobile:not(.x-nav-menu) ul li {
border-color: #414141;
}
.nav-menu-mobile:not(.x-nav-menu) b.menu-caret {
position: absolute;
right: 20px;
}
.nav-menu-mobile:not(.x-nav-menu) b.menu-caret:before {
content: "\f067";
font-family: fontawesome;
font-size: 10px;
font-weight: 400;
vertical-align: top;
}
b.x-caret:before {
content: "\f107";
font-family: fontawesome;
}
.x-sub-menu-open > a b.x-caret {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.x-custom-content-wrapper {
white-space: normal;
line-height: 1.8;
padding-top: 5px;
padding-bottom: 5px;
}
.x-nav-menu img {
max-width: 100%;
height: auto;
}
.x-image-layout > a {
display: block;
}
.x-image-layout {
text-align: center;
}
.x-image-layout .x-menu-a-text {
color: #222222;
}
.x-image-layout .x-menu-a-text:hover {
color: #00a0e4;
}
@media screen and (min-width: 1200px) {
.x-col-1-12 {
width: 8.33333333333333%;
}
.x-col-2-12 {
width: 16.6666666666667%;
}
.x-col-3-12 {
width: 25%;
}
.x-col-4-12 {
width: 33.3333333333333%;
}
.x-col-5-12 {
width: 41.6666666666667%;
}
.x-col-6-12 {
width: 50%;
}
.x-col-7-12 {
width: 58.3333333333333%;
}
.x-col-8-12 {
width: 66.6666666666667%;
}
.x-col-9-12 {
width: 75%;
}
.x-col-10-12 {
width: 83.3333333333333%;
}
.x-col-11-12 {
width: 91.6666666666667%;
}
.x-col-12-12 {
width: 100%;
}
.x-col-1-11 {
width: 9.09090909090909%;
}
.x-col-2-11 {
width: 18.1818181818182%;
}
.x-col-3-11 {
width: 27.2727272727273%;
}
.x-col-4-11 {
width: 36.3636363636364%;
}
.x-col-5-11 {
width: 45.4545454545455%;
}
.x-col-6-11 {
width: 54.5454545454545%;
}
.x-col-7-11 {
width: 63.6363636363636%;
}
.x-col-8-11 {
width: 72.7272727272727%;
}
.x-col-9-11 {
width: 81.8181818181818%;
}
.x-col-10-11 {
width: 90.9090909090909%;
}
.x-col-1-10 {
width: 10%;
}
.x-col-2-10 {
width: 20%;
}
.x-col-3-10 {
width: 30%;
}
.x-col-4-10 {
width: 40%;
}
.x-col-5-10 {
width: 50%;
}
.x-col-6-10 {
width: 60%;
}
.x-col-7-10 {
width: 70%;
}
.x-col-8-10 {
width: 80%;
}
.x-col-9-10 {
width: 90%;
}
.x-col-1-8 {
width: 12.5%;
}
.x-col-3-8 {
width: 37.5%;
}
.x-col-5-8 {
width: 62.5%;
}
.x-col-7-8 {
width: 87.5%;
}
.x-col-1-9 {
width: 11.1111111111111%;
}
.x-col-2-9 {
width: 22.2222222222222%;
}
.x-col-4-9 {
width: 44.4444444444444%;
}
.x-col-5-9 {
width: 55.5555555555556%;
}
.x-col-7-9 {
width: 77.7777777777778%;
}
.x-col-8-9 {
width: 88.8888888888889%;
}
.x-col-1-7 {
width: 14.2857142857143%;
}
.x-col-2-7 {
width: 28.5714285714286%;
}
.x-col-3-7 {
width: 42.8571428571429%;
}
.x-col-4-7 {
width: 57.1428571428571%;
}
.x-col-5-7 {
width: 71.4285714285714%;
}
.x-col-6-7 {
width: 85.7142857142857%;
}
.x-col {
display: block;
float: left;
}
.x-clear {
clear: both;
}
.x-new-row {
clear: both;
}
li.x-pos-static {
position: static;
}
li.x-text-align-right {
text-align: right;
}
li.x-text-align-left {
text-align: left;
}
li.x-text-align-center {
text-align: center;
}
span.x-disable-text {
display: none;
}
i.x-menu-icon {
color: #00a0e4;
}
i.x-menu-icon.x-icon-left {
padding-right: 10px;
}
i.x-menu-icon.x-icon-right {
padding-left: 10px;
}
i.x-menu-icon.x-icon-left.x-disable-text {
padding-right: 0;
}
i.x-menu-icon.x-icon-right.x-disable-text {
padding-left: 0;
}
li > a.x-disable-menu-item {
display: none !important;
}
li.x-new-row:after {
content: "";
display: block;
clear: both;
}
.x-list-style-none {
list-style: none;
list-style-position: inside;
}
.x-list-style-disc {
list-style: disc !important;
list-style-position: inside !important;
}
.x-list-style-square {
list-style: square !important;
list-style-position: inside !important;
}
.x-list-style-circle {
list-style: circle !important;
list-style-position: inside !important;
}
li.x-image-layout-image-only a.x-menu-a-text {
display: none;
}
li.x-image-layout-image-only p.x-description {
display: none;
}
li.x-image-layout-above > a.x-image + a.x-menu-a-text {
margin-top: 10px;
}
.x-sub-menu-standard .x-sub-menu.x-pos-left-menu-parent,
.x-sub-menu-standard .x-sub-menu.x-pos-left-menu-bar {
right: 100%;
left: auto;
}
.x-sub-menu.x-pos-full {
left: 0;
right: 0;
}
.x-nav-menu {
display: inline-block;
margin: 0;
padding: 0;
list-style: none;
text-align: left;
}
.x-nav-menu * {
color: inherit;
box-sizing: border-box;
}
.x-nav-menu > .x-menu-item {
display: inline-block;
line-height: 1;
}
.x-nav-menu > .x-menu-item > a b.x-caret:before {
margin-left: 5px;
}
.x-nav-menu > .x-menu-item + .x-menu-item {
margin-left: 45px;
}
.x-nav-menu > .x-menu-item > .x-menu-a-text {
font-size: 13px;
text-transform: uppercase;
font-weight: 500;
color: #ffffff;
line-height: 1;
}
.x-nav-menu > .x-menu-item:not(.x-has-description) {
line-height: 60px;
vertical-align: middle;
}
.x-sub-menu {
height: 0;
visibility: hidden;
overflow: hidden;
position: absolute;
opacity: 0;
top: 100%;
padding: 0;
margin: 0;
color: #111;
z-index: -1;
list-style: none;
background-color: #fff;
border-bottom: solid 2px #00a0e4;
-webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
}
.x-sub-menu .x-menu-item {
position: relative;
z-index: 1;
min-width: 245px !important;
white-space: nowrap;
padding-left: 20px;
padding-right: 20px;
}
.x-sub-menu .x-menu-item + .x-menu-item > .x-menu-a-text {
border-top: solid 1px #ededed;
}
.x-sub-menu .x-menu-a-text {
line-height: 30px;
}
.x-sub-menu b.x-caret:before {
content: "\f178";
font-size: 11px;
}
.header-3 .x-sub-menu {
top: auto !important;
}
.header-6 .x-sub-menu {
top: auto !important;
}
.x-menu-item {
line-height: 50px;
}
.x-active > .x-sub-menu {
overflow: visible;
visibility: visible;
opacity: 1;
height: auto;
z-index: 999;
border-top: solid 1px #eee;
}
.x-menu-a-text {
font-size: 13px;
font-weight: 500;
}
p.x-description {
font-size: 12px;
font-weight: bold;
line-height: 1;
margin-bottom: 8px;
color: #222222;
}
span.x-menu-text {
position: relative;
}
.x-sub-menu-standard {
padding: 10px 0;
}
.x-sub-menu-standard > .x-menu-item b.x-caret {
position: absolute;
right: 0;
transition: all 0.5s;
top: 50%;
margin-top: -15px;
}
.x-sub-menu-standard a.x-menu-a-text {
padding: 5px 15px 5px 0;
color: inherit;
-webkit-transition: background 0.3s ease-out;
-moz-transition: background 0.3s ease-out;
-ms-transition: background 0.3s ease-out;
-o-transition: background 0.3s ease-out;
transition: background 0.3s ease-out;
display: block;
}
.x-sub-menu-standard a.x-menu-a-text > span.x-menu-text,
.x-sub-menu-standard a.x-menu-a-text > i.x-menu-icon {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
width: 23px;
}
.x-sub-menu-standard a.x-menu-a-text:hover > i.x-menu-icon,
.x-sub-menu-standard a.x-menu-a-text:hover > span.x-menu-text {
padding-left: 20px;
width: 43px;
}
.x-sub-menu-standard a.x-menu-a-text:hover > i.x-menu-icon + span.x-menu-text {
padding-left: 0;
}
.x-sub-menu-standard a.x-menu-a-text:hover {
color: #00a0e4;
}
.x-sub-menu-standard .x-sub-menu {
top: 0;
left: 100%;
right: auto;
}
.x-sub-menu-multi-column {
padding-bottom: 20px;
display: block;
color: #999;
}
.x-sub-menu-multi-column.no-padding {
padding: 0;
}
.x-sub-menu-multi-column:after {
content: "";
display: block;
clear: both;
}
.x-sub-menu-multi-column > .x-menu-item {
margin-top: 20px;
}
.x-sub-menu-multi-column .x-menu-item {
min-width: 0;
}
.x-sub-menu-multi-column .x-menu-item + .x-menu-item > .x-menu-a-text {
border-top: none;
}
.x-sub-menu-multi-column > .x-item-menu-standard .x-menu-item {
padding-left: 0;
padding-right: 0;
}
.x-sub-menu-multi-column .x-custom-content .x-menu-a-text {
display: none;
}
.x-sub-menu-multi-column .x-menu-a-text {
line-height: 32px;
}
.x-sub-menu-multi-column .x-sub-menu {
padding-top: 0;
padding-bottom: 0;
height: auto;
visibility: visible;
opacity: 1;
position: static;
background-color: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border: none;
z-index: 999;
overflow: visible;
}
.x-sub-menu-multi-column li.x-active > ul.x-sub-menu {
visibility: visible !important;
opacity: 1 !important;
overflow: visible !important;
}
.x-sub-menu-multi-column .x-header-column > a {
color: #191919;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
position: relative;
line-height: 1;
display: block;
margin-bottom: 20px;
padding-top: 15px;
padding-bottom: 30px;
border-bottom: solid 2px #ededed;
}
.x-sub-menu-multi-column b.x-caret {
display: none;
}
.x-tabs.x-item-menu-tab {
position: static;
padding: 0;
margin: 0;
}
.x-tabs.x-item-menu-tab > .x-menu-a-text {
display: none;
}
.x-sub-menu-tab > .x-menu-item {
position: static;
padding-left: 0;
padding-right: 0;
}
.x-sub-menu-tab > li > ul.x-sub-menu {
position: absolute;
left: 0;
right: 0;
top: 0;
border-bottom: 0;
visibility: hidden;
overflow: hidden;
opacity: 0;
height: 0;
padding-bottom: 30px;
}
.x-sub-menu-tab > li.x-menu-item > a.x-menu-a-text {
display: block;
position: relative;
padding-left: 20px;
padding-right: 20px;
line-height: 50px;
}
.x-sub-menu-tab > li.x-menu-active {
background-color: #00a0e4;
color: #ffffff;
}
.x-sub-menu-tab > li.x-menu-active > a.x-menu-a-text:after {
content: '';
position: absolute;
right: 0;
border-top: solid 8px transparent;
border-bottom: solid 8px transparent;
border-right: solid 8px #fff;
height: 16px;
top: 0;
bottom: 0;
margin: auto;
}
.x-sub-menu-tab > li.x-menu-active > a.x-menu-a-text:hover {
color: inherit;
}
.x-sub-menu-tab > li.x-menu-active > ul.x-sub-menu {
visibility: visible;
overflow: visible;
opacity: 1;
height: auto;
}
.x-sub-menu-tab .x-menu-item {
min-width: 0;
}
.x-tabs > .x-sub-menu-tab {
background-color: #fafafa;
}
.x-nav-menu a:focus {
color: inherit;
}
.x-nav-menu .x-sub-menu-standard > li.current-menu-ancestor > a.x-menu-a-text,
.x-nav-menu .x-sub-menu-standard > li.current-menu-parent > a.x-menu-a-text,
.x-nav-menu .x-sub-menu-standard > li.current-menu-item > a.x-menu-a-text,
.x-nav-menu .x-sub-menu-standard > li.menu-current > a.x-menu-a-text {
color: #00a0e4;
}
.x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text,
.x-nav-menu > li.current-menu-parent > a.x-menu-a-text,
.x-nav-menu > li.current-menu-item > a.x-menu-a-text,
.x-nav-menu > li.menu-current > a.x-menu-a-text,
.x-nav-menu > li > a.x-menu-a-text:hover,
.x-nav-menu > li.x-menu-item:hover > a {
color: #00a0e4 !important;
}
.header-wrapper.nav-accent-color .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text > span.x-menu-text:before,
.header-wrapper.nav-accent-color .x-nav-menu > li.current-menu-parent > a.x-menu-a-text > span.x-menu-text:before,
.header-wrapper.nav-accent-color .x-nav-menu > li.current-menu-item > a.x-menu-a-text > span.x-menu-text:before,
.header-wrapper.nav-accent-color .x-nav-menu > li.menu-current > a.x-menu-a-text > span.x-menu-text:before,
.header-wrapper.nav-accent-color .x-nav-menu > li > a.x-menu-a-text:hover > span.x-menu-text:before,
.header-wrapper.nav-accent-color .x-nav-menu > li.x-menu-item:hover > a > span.x-menu-text:before {
width: 100%;
}
}
@media screen and (max-width: 1199px) {
i.x-icon-left {
margin-right: 10px;
}
i.x-icon-right {
margin-left: 10px;
}
.x-sub-menu {
display: none;
margin: 0;
padding: 0;
}
p.x-description,
.x-custom-content-wrapper,
.x-image {
padding-left: 20px;
padding-right: 20px;
}
a.x-image {
padding-top: 20px;
display: inline-block;
}
.x-nav-menu,
.x-nav-menu ul {
list-style: none;
}
.x-menu-item {
position: relative;
}
.x-nav-menu {
padding: 0;
margin: 0;
}
.x-nav-menu a.x-menu-a-text {
padding-top: 10px;
padding-bottom: 10px;
display: inline-block;
text-transform: uppercase;
font-weight: 700;
}
b.x-caret:before {
font-weight: 700;
vertical-align: middle;
}
.x-caret {
position: absolute;
right: 0;
}
.x-sub-menu,
.x-nav-menu,
.x-nav-menu li.x-menu-item + li {
border-top: solid 1px #ededed;
}
.menu-drop-fly {
position: fixed;
top: 0;
bottom: 0;
left: -280px;
width: 280px;
background-color: #212121;
color: #fff;
z-index: 9999;
overflow: auto;
}
.menu-drop-fly .nav-menu-mobile {
color: #fff;
}
.menu-drop-fly .nav-menu-mobile a {
color: #fff;
}
.menu-drop-fly .nav-menu-mobile a:hover {
color: #00a0e4;
}
.menu-drop-fly .nav-menu-mobile {
display: block;
}
.menu-drop-fly .x-sub-menu,
.menu-drop-fly .x-nav-menu,
.menu-drop-fly li.x-menu-item + li {
border-color: #313131;
}
.menu-drop-fly .x-caret {
right: 20px;
}
.menu-drop-fly .x-menu-a-text {
padding-left: 20px !important;
padding-right: 20px;
}
.menu-drop-fly .x-menu-item .x-menu-item .x-menu-a-text {
text-transform: none;
}
.menu-drop-fly .x-menu-item .x-menu-item .x-menu-item .x-menu-a-text {
font-weight: 400;
}
.menu-drop-fly .x-menu-item .x-menu-item .x-menu-item .x-menu-item .x-menu-a-text {
font-size: 14px;
}
.menu-drop-fly .x-sub-menu {
background-color: #313131;
position: relative;
border-top: none !important;
}
.menu-drop-fly .x-sub-menu .x-sub-menu {
background-color: #414141;
}
.menu-drop-fly .x-sub-menu .x-sub-menu .x-sub-menu {
background-color: #515151;
}
.menu-drop-fly li li.x-menu-item + li {
border-color: #414141;
}
.menu-drop-fly li li li.x-menu-item + li {
border-color: #515151;
}
.menu-drop-fly li li li li.x-menu-item + li {
border-color: #616161;
}
.menu-drop-fly .x-sub-menu:before {
content: '';
position: absolute;
left: 20px;
border-left: solid 6px transparent;
border-right: solid 6px transparent;
border-top: solid 6px #212121;
}
.menu-drop-fly .x-sub-menu .x-sub-menu:before {
border-top-color: #313131;
}
.menu-drop-fly .x-sub-menu .x-sub-menu .x-sub-menu:before {
border-top-color: #414141;
}
.menu-drop-fly .x-sub-menu .x-sub-menu .x-sub-menu .x-sub-menu:before {
border-top-color: #515151;
}
body {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
left: 0;
}
.mobile-nav-overlay {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
background-color: rgba(0, 0, 0, 0.7);
visibility: hidden;
overflow: hidden;
opacity: 0;
max-width: 0;
-webkit-transition: opacity 0.5s, visibility 1s;
transition: opacity 0.5s, visibility 1s;
cursor: url(https://ehmarbella.com/wp-content/themes/benaa/assets/images/close.png) 15 15, default;
}
body.mobile-nav-in {
overflow: hidden;
left: 280px;
}
body.mobile-nav-in .menu-drop-fly {
left: 0;
}
body.mobile-nav-in .mobile-nav-overlay {
max-width: 100%;
opacity: 1;
visibility: visible;
}
body.mobile-nav-in .is-sticky .sticky-region {
left: 280px;
right: -280px;
}
}
.header-mobile-nav.menu-drop-fly .x-description {
display: none;
}  .sidebar .widget {
margin-bottom: 65px;
}
.primary-sidebar .widget {
margin-bottom: 30px;
}
.primary-sidebar .widget .widget-title {
background-color: #222222;
}
.primary-sidebar .widget > div {
background-color: #fff;
padding: 20px;
}
.primary-sidebar .widget .ihf-container {
display: block !important;
}
.sidebar-mobile-canvas-icon-close {
display: none;
}
.sidebar-mobile-canvas-icon {
padding: 10px 12px;
display: none;
line-height: 1;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-webkit-background-clip: padding-box;
-moz-border-radius-bottomright: 4px;
-moz-background-clip: padding;
border-bottom-right-radius: 4px;
background-clip: padding-box;
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
cursor: pointer;
position: fixed;
top: 245px;
left: 0;
z-index: 1001;
background-color: #fff;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
} .widget:after {
content: '';
clear: both;
display: block;
}
.widget cite {
font-family: 'Poppins';
color: #00a0e4;
}
.widget-title {
font-size: 16px;
font-weight: 600;
position: relative;
color: #fff;
padding: 11px 0 11px 20px;
margin-bottom: 0;
text-transform: uppercase;
}  .search-form {
position: relative;
width: 100%;
}
.search-form .search-field {
height: 44px;
border: solid 1px #ededed;
width: 100%;
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
padding-right: 65px;
padding-left: 15px;
}
.search-form .search-field:focus {
border-color: #00a0e4;
}
.search-form .search-submit {
position: absolute;
padding: 0;
width: 44px;
height: 44px;
right: 0;
top: 0;
font-size: 12px;
background-color: transparent;
color: #727272;
border: none;
border-left: 0;
background-clip: padding-box;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.search-form .search-submit:hover {
color: #00a0e4;
}
.search-form .search-submit i {
line-height: 44px;
width: 44px;
text-align: center;
}
.search-form input {
width: 100%;
padding-left: 25px;
padding-right: 44px;
height: 44px;
line-height: 44px;
color: #222222;
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
}
.search-form button {
position: absolute;
top: 0;
right: 0;
width: 44px;
text-align: center;
height: 44px;
padding: 0;
border: none;
}
.search-form button i {
line-height: 44px;
font-size: 18px;
} .widget_calendar .calendar_wrap caption {
color: #222222;
text-transform: uppercase;
font-weight: bold;
font-size: 13px;
padding-top: 0;
}
.widget_calendar #wp-calendar {
width: 100%;
}
.widget_calendar #wp-calendar th {
background-color: #ededed;
}
.widget_calendar #wp-calendar tbody td,
.widget_calendar #wp-calendar th {
border: solid 1px #ededed;
text-align: center;
padding: 8px 0 2px;
}
.widget_calendar #wp-calendar tbody td#today,
.widget_calendar #wp-calendar th#today {
background-color: #00a0e4;
color: #fff;
}
.widget_calendar #wp-calendar tbody td#today a,
.widget_calendar #wp-calendar th#today a {
color: #fff;
}
.widget_calendar #wp-calendar tfoot td {
font-size: 12px;
color: #222222;
text-transform: uppercase;
font-weight: bold;
}
.widget_calendar #wp-calendar tfoot tr {
background-color: #222222;
line-height: 35px;
}
.widget_calendar #wp-calendar tfoot tr td#prev {
padding-left: 10px;
}
.widget_calendar #wp-calendar tfoot tr td#prev a {
color: #fff;
}
.widget_calendar #wp-calendar tfoot tr td#next {
padding-right: 10px;
}
.widget_calendar #wp-calendar tfoot tr td#next a {
color: #fff;
}
.widget_calendar #wp-calendar td#next {
text-align: right;
} .widget_archive select,
.widget_categories select {
width: 100%;
margin: 0;
background-color: #fff;
color: #222222;
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
padding: 0 20px;
}
.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text {
display: none !important;
} .widget_meta ul,
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_product_categories ul,
.widget_recent_entries ul {
list-style: none;
padding: 0;
margin: 0;
}
.widget_meta > ul,
.widget_archive > ul,
.widget_categories > ul,
.widget_nav_menu > ul,
.widget_pages > ul,
.widget_product_categories > ul,
.widget_recent_entries > ul {
background-color: #fff;
padding: 20px;
}
.widget_meta li,
.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_pages li,
.widget_product_categories li,
.widget_recent_entries li {
margin-bottom: 14px;
font-size: 14px;
position: relative;
color: #222222;
font-weight: 400;
}
.widget_meta li span.count,
.widget_archive li span.count,
.widget_categories li span.count,
.widget_nav_menu li span.count,
.widget_pages li span.count,
.widget_product_categories li span.count,
.widget_recent_entries li span.count {
float: right;
color: #00a0e4;
letter-spacing: 0.05em;
}
.widget_meta li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_product_categories li:last-child,
.widget_recent_entries li:last-child {
margin-bottom: 0;
}
.widget_meta li > a,
.widget_archive li > a,
.widget_categories li > a,
.widget_nav_menu li > a,
.widget_pages li > a,
.widget_product_categories li > a,
.widget_recent_entries li > a {
display: block;
font-size: 14px;
font-weight: 400;
color: #222222;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.widget_meta li > a:hover,
.widget_archive li > a:hover,
.widget_categories li > a:hover,
.widget_nav_menu li > a:hover,
.widget_pages li > a:hover,
.widget_product_categories li > a:hover,
.widget_recent_entries li > a:hover {
color: #00a0e4;
}
.widget_meta li li > a,
.widget_archive li li > a,
.widget_categories li li > a,
.widget_nav_menu li li > a,
.widget_pages li li > a,
.widget_product_categories li li > a,
.widget_recent_entries li li > a {
padding-left: 40px;
}
.widget_meta li li li > a,
.widget_archive li li li > a,
.widget_categories li li li > a,
.widget_nav_menu li li li > a,
.widget_pages li li li > a,
.widget_product_categories li li li > a,
.widget_recent_entries li li li > a {
padding-left: 60px;
}
.widget_meta li li li li > a,
.widget_archive li li li li > a,
.widget_categories li li li li > a,
.widget_nav_menu li li li li > a,
.widget_pages li li li li > a,
.widget_product_categories li li li li > a,
.widget_recent_entries li li li li > a {
padding-left: 80px;
}
.widget_meta ul ul,
.widget_archive ul ul,
.widget_categories ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_product_categories ul ul,
.widget_recent_entries ul ul {
display: none;
margin-top: 14px;
}
.widget_meta .li-caret,
.widget_archive .li-caret,
.widget_categories .li-caret,
.widget_nav_menu .li-caret,
.widget_pages .li-caret,
.widget_product_categories .li-caret,
.widget_recent_entries .li-caret {
position: absolute;
top: 0;
cursor: pointer;
font-size: 10px;
width: 23px;
height: 23px;
text-align: center;
line-height: 23px;
right: 15px;
}
.widget_meta .li-caret.in:before,
.widget_archive .li-caret.in:before,
.widget_categories .li-caret.in:before,
.widget_nav_menu .li-caret.in:before,
.widget_pages .li-caret.in:before,
.widget_product_categories .li-caret.in:before,
.widget_recent_entries .li-caret.in:before {
content: '\f068';
}
.widget_meta .current_page_item > a,
.widget_archive .current_page_item > a,
.widget_categories .current_page_item > a,
.widget_nav_menu .current_page_item > a,
.widget_pages .current_page_item > a,
.widget_product_categories .current_page_item > a,
.widget_recent_entries .current_page_item > a,
.widget_meta .current-cat > a,
.widget_archive .current-cat > a,
.widget_categories .current-cat > a,
.widget_nav_menu .current-cat > a,
.widget_pages .current-cat > a,
.widget_product_categories .current-cat > a,
.widget_recent_entries .current-cat > a,
.widget_meta .current-menu-item > a,
.widget_archive .current-menu-item > a,
.widget_categories .current-menu-item > a,
.widget_nav_menu .current-menu-item > a,
.widget_pages .current-menu-item > a,
.widget_product_categories .current-menu-item > a,
.widget_recent_entries .current-menu-item > a,
.widget_meta li > a:hover,
.widget_archive li > a:hover,
.widget_categories li > a:hover,
.widget_nav_menu li > a:hover,
.widget_pages li > a:hover,
.widget_product_categories li > a:hover,
.widget_recent_entries li > a:hover {
color: #00a0e4;
}
.widget_meta .current_page_item > a + ul + span,
.widget_archive .current_page_item > a + ul + span,
.widget_categories .current_page_item > a + ul + span,
.widget_nav_menu .current_page_item > a + ul + span,
.widget_pages .current_page_item > a + ul + span,
.widget_product_categories .current_page_item > a + ul + span,
.widget_recent_entries .current_page_item > a + ul + span,
.widget_meta .current-cat > a + ul + span,
.widget_archive .current-cat > a + ul + span,
.widget_categories .current-cat > a + ul + span,
.widget_nav_menu .current-cat > a + ul + span,
.widget_pages .current-cat > a + ul + span,
.widget_product_categories .current-cat > a + ul + span,
.widget_recent_entries .current-cat > a + ul + span,
.widget_meta .current-menu-item > a + ul + span,
.widget_archive .current-menu-item > a + ul + span,
.widget_categories .current-menu-item > a + ul + span,
.widget_nav_menu .current-menu-item > a + ul + span,
.widget_pages .current-menu-item > a + ul + span,
.widget_product_categories .current-menu-item > a + ul + span,
.widget_recent_entries .current-menu-item > a + ul + span,
.widget_meta li > a:hover + ul + span,
.widget_archive li > a:hover + ul + span,
.widget_categories li > a:hover + ul + span,
.widget_nav_menu li > a:hover + ul + span,
.widget_pages li > a:hover + ul + span,
.widget_product_categories li > a:hover + ul + span,
.widget_recent_entries li > a:hover + ul + span {
color: #00a0e4;
}
.widget_meta .current_page_ancestor > ul,
.widget_archive .current_page_ancestor > ul,
.widget_categories .current_page_ancestor > ul,
.widget_nav_menu .current_page_ancestor > ul,
.widget_pages .current_page_ancestor > ul,
.widget_product_categories .current_page_ancestor > ul,
.widget_recent_entries .current_page_ancestor > ul,
.widget_meta .current_page_parent > ul,
.widget_archive .current_page_parent > ul,
.widget_categories .current_page_parent > ul,
.widget_nav_menu .current_page_parent > ul,
.widget_pages .current_page_parent > ul,
.widget_product_categories .current_page_parent > ul,
.widget_recent_entries .current_page_parent > ul,
.widget_meta .current-cat-parent > ul,
.widget_archive .current-cat-parent > ul,
.widget_categories .current-cat-parent > ul,
.widget_nav_menu .current-cat-parent > ul,
.widget_pages .current-cat-parent > ul,
.widget_product_categories .current-cat-parent > ul,
.widget_recent_entries .current-cat-parent > ul,
.widget_meta .current-cat-ancestor > ul,
.widget_archive .current-cat-ancestor > ul,
.widget_categories .current-cat-ancestor > ul,
.widget_nav_menu .current-cat-ancestor > ul,
.widget_pages .current-cat-ancestor > ul,
.widget_product_categories .current-cat-ancestor > ul,
.widget_recent_entries .current-cat-ancestor > ul {
display: block;
} .widget_recent_comments .rss-widget-icon,
.widget_rss .rss-widget-icon {
margin-bottom: 4px;
}
.widget_recent_comments .widget-title,
.widget_rss .widget-title {
margin-bottom: 0;
}
.widget_recent_comments ul,
.widget_rss ul {
list-style: none;
padding: 0;
margin: 0;
}
.widget_recent_comments > ul,
.widget_rss > ul {
padding: 20px;
background: #fff;
}
.widget_recent_comments li,
.widget_rss li {
color: #222222;
padding-bottom: 20px;
}
.widget_recent_comments li:last-child,
.widget_rss li:last-child {
padding-bottom: 0;
}
.widget_recent_comments li ul,
.widget_rss li ul {
padding-left: 20px;
}
.widget_recent_comments a,
.widget_rss a {
color: #00a0e4;
} .tagcloud {
font-size: 0;
margin-bottom: -5px;
}
.tagcloud a {
display: inline-block;
vertical-align: top;
font-size: 14px !important;
color: #222222;
line-height: 1;
padding: 10px 20px 8px 20px;
margin: 0 5px 5px 0;
border: solid 1px #ededed;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.tagcloud a:hover {
background-color: #00a0e4;
border-color: #00a0e4;
color: #ffffff !important;
}
.widget_text {
color: #222222;
}  .social-profiles a {
display: inline-block;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.social-profiles a i {
color: #fff;
}
.social-profiles a:hover i {
color: #00a0e4;
}
.social-profiles.default a + a {
margin-left: 13px;
}
.social-profiles.icon-small i {
font-size: 12px !important;
}
.social-profiles.icon-large i {
font-size: 16px !important;
}
.social-profiles.circle a + a {
margin-left: 3px;
}
.social-profiles.circle i {
background-color: #f6f6f6;
text-align: center;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
color: #727272;
}
.social-profiles.circle i:hover {
background-color: #00a0e4;
color: #fff;
}
.social-profiles.circle.icon-small i {
width: 36px;
height: 36px;
line-height: 36px;
}
.social-profiles.circle.icon-large i {
width: 44px;
height: 44px;
line-height: 44px;
}
.social-profiles.dark a i {
color: #727272;
}
.social-profiles.dark a:hover i {
color: #00a0e4;
}
.social-profiles.dark.circle i {
background-color: #282c30;
color: #fff;
}
.social-profiles.dark.circle i:hover {
background-color: #00a0e4;
color: #fff;
}
.social-profiles.gray a i {
color: #bababa;
}
.social-profiles.gray a:hover i {
color: #00a0e4;
}
.social-profiles.gray.circle i {
background-color: #bababa;
color: #fff;
}
.social-profiles.gray.circle i:hover {
background-color: #00a0e4;
color: #fff;
} .widget-posts ul {
list-style: none;
padding: 20px;
margin: 0;
background-color: #fff;
}
.widget-posts li {
margin-bottom: 30px;
}
.widget-posts li:last-child {
margin-bottom: 0;
}
.widget-posts .entry-thumb-wrap {
width: 70px;
margin-bottom: 0;
float: left;
}
.widget-posts .entry-thumb-wrap + .entry-content-wrap {
padding-left: 80px;
}
.widget-posts .entry-post-title {
font-size: 13px;
font-weight: 400;
margin: 0 !important;
line-height: 25px;
}
.widget-posts .entry-meta-date {
font-size: 12px;
color: #00a0e4;
font-weight: 400;
line-height: 25px;
}
.widget-posts .entry-thumbnail .zoomGallery {
font-size: 12px;
line-height: 25px;
}
.widget-posts .post-video .zoomGallery {
font-size: 18px;
line-height: 18px;
}
.widget-posts .owl-carousel > .owl-nav {
display: none !important;
} .widget-feeds i {
float: left;
width: 30px;
margin-top: 10px;
font-size: 20px;
color: #00a0e4;
}
.widget-feeds span.twitter-time {
font-size: 15px;
display: block;
color: #bfbfbf;
}
.widget-feeds .twitter-content {
overflow: hidden;
}
.widget-feeds .widget-twitter-item + .widget-twitter-item {
margin-top: 30px;
} .g5-recent-properties .property-item {
margin-bottom: 23px;
position: relative;
}
.g5-recent-properties .property-item:last-child {
margin-bottom: 0;
}
.g5-recent-properties .entry-thumb-wrap a.entry-thumbnail-overlay img {
width: 110px;
}
.g5-recent-properties .entry-thumb-wrap {
float: left;
margin-top: 0;
margin-bottom: 0;
}
.g5-recent-properties .entry-content-wrap {
position: relative;
overflow: hidden;
padding-left: 20px;
}
.g5-recent-properties .property-status {
font-size: 11px;
color: #fff;
background: #00a0e4;
padding-left: 10px;
padding-right: 10px;
border-radius: 8px;
position: absolute;
left: 10px;
top: 10px;
}
.g5-recent-properties .property-state {
font-weight: 600;
font-size: 11px;
color: #00a0e4;
text-transform: uppercase;
display: block;
margin-top: -5px;
}
.g5-recent-properties .entry-post-title {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
margin-bottom: 11px;
margin-top: 1px;
}
.g5-recent-properties .entry-post-title a {
font-weight: 600;
font-size: 16px;
color: #222222;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.g5-recent-properties .entry-post-title a:hover {
color: #00a0e4;
}
.g5-recent-properties .property-price {
font-weight: 600;
font-size: 14px;
} .g5-video {
position: relative;
display: flex;
}
.g5-video .g5-video-inner {
background-color: rgba(0, 160, 228, 0.75);
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
}
.g5-video .video-title {
font-size: 24px;
font-weight: 600;
color: #fff;
margin-top: 16px;
} .primary-sidebar .widget:last-child {
margin-bottom: 0;
}
@media (max-width: 991px) {
.primary-sidebar {
margin-top: 30px;
}
.sidebar-mobile-canvas-icon {
display: block;
}
.sidebar-mobile-canvas-icon.changed {
display: none;
}
.sidebar-mobile-canvas {
margin-top: 0;
opacity: 0;
position: fixed;
left: -300px;
top: 0;
padding: 30px;
width: 300px;
box-sizing: border-box;
background-color: #fff;
z-index: 999999;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.sidebar-mobile-canvas.changed {
opacity: 1;
left: 0;
}
.sidebar-mobile-canvas .sidebar-mobile-canvas-icon-close {
position: absolute;
top: 5px;
right: 5px;
cursor: pointer;
padding: 0 5px;
display: block;
}
.sidebar-mobile-canvas .sidebar-mobile-canvas-icon-close i {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.sidebar-mobile-canvas .sidebar-mobile-canvas-icon-close:hover i {
color: red;
}
.overlay-canvas-sidebar {
position: absolute;
display: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1000;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.overlay-canvas-sidebar.changed {
display: block;
z-index: 1000;
background-color: rgba(0, 0, 0, 0.6);
cursor: url(https://ehmarbella.com/wp-content/themes/benaa/assets/images/close.png) 15 15, default;
}
} .background-position-top.important {
background-position: top !important;
} .ere_widget_mortgage_calculator .ere-mortgage-wrap .title-mc-item,
.ere_widget_mortgage_calculator .ere-mortgage-wrap .mc-output p {
color: #222222 !important;
} .ere_widget_top_agents .ere-list-top-agents-wrap .agent-info h4 a {
color: #222222 !important;
}
.ere_widget_top_agents .ere-list-top-agents-wrap .agent-info h4 a:hover {
color: #00a0e4 !important;
}
.ere_widget_top_agents .ere-list-top-agents-wrap .agent-info .total_property {
color: #00a0e4 !important;
} .footer-get-in-touch {
list-style-type: none;
margin: 0;
padding: 0 !important;
}
.footer-get-in-touch li {
display: block;
line-height: 2.2;
}
.footer-get-in-touch li span {
display: table-cell;
vertical-align: top;
}
.footer-get-in-touch li span:first-child {
padding-right: 10px;
padding-top: 7px;
} .horizontal-menu li {
display: inline-block;
margin-right: 35px;
}
.horizontal-menu li a {
font-weight: 500 !important;
font-size: 12px !important;
}
.horizontal-menu li:last-of-type {
margin-right: 0;
} .custom-widget-footer {
margin: 60px auto 0;
padding-bottom: 20px;
max-width: 550px;
}
.custom-widget-footer .widget {
margin-bottom: 40px;
} .custom-html-footer {
list-style-type: none;
margin: 0;
padding: 0 !important;
}
.custom-html-footer li {
display: flex;
line-height: 25px;
font-size: 13px;
}
.custom-html-footer li i {
font-size: 14px;
position: relative;
top: 5px;
width: 26px;
-webkit-flex-shrink: 0;
flex-shrink: 0;
} .widget-info .info-item {
max-width: 250px;
}
.widget-info .info-item.col-md-4 {
width: auto;
}
.widget-info span {
display: table-cell;
vertical-align: middle;
text-align: left;
}
.widget-info span:first-child {
font-size: 30px;
padding-right: 18px;
}
.widget-info span:last-child {
line-height: 18px;
font-size: 14px;
color: #66646d;
}
.widget-info span:last-child b {
color: #222222;
}
.sidebar .dsidx-resp-area-submit input[type="submit"] {
width: 100% !important;
}
.sidebar .dsidx-resp-area.dsidx-resp-area-half.dsidx-resp-area-right {
padding-left: 0 !important;
}
.widget .ihf-small-results-photo {
margin-top: 20px;
margin-bottom: 20px;
}
.widget .gallery-prop-info .address a {
color: #222222 !important;
font-size: 18px;
font-weight: 600;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.widget .gallery-prop-info .address a:hover {
text-decoration: none !important;
color: #00a0e4 !important;
}
.widget .gallery-prop-info strong {
font-weight: 600;
color: #222222;
}
@media (min-width: 992px) and (max-width: 1199px) {
.widget-info .info-item {
max-width: 200px;
}
} .coming-soon .fixed-top img {
max-width: 132px;
}
@media screen and (max-width: 991px) {
.coming-soon .fs-24 {
font-size: 20px !important;
}
}
@media screen and (max-width: 479px) {
.coming-soon .fs-24 {
font-size: 16px !important;
}
} .top-drawer-wrapper {
background-color: #222222;
color: #ffffff;
line-height: 2em;
position: relative;
}
.top-drawer-wrapper .widget {
margin-bottom: 0;
}
.top-drawer-wrapper .top-drawer-toggle {
position: absolute;
right: 0;
top: 0;
background-color: #00a0e4;
border-top: solid 2px rgba(0, 0, 0, 0.2);
padding: 7px;
color: #fff;
font-size: 10px;
line-height: 1;
cursor: pointer;
opacity: 0.7;
}
.top-drawer-wrapper.in .top-drawer-toggle,
.top-drawer-wrapper:hover .top-drawer-toggle {
opacity: 1;
}
.top-drawer-wrapper.in .top-drawer-toggle > i:before {
content: "\f068";
}
.top-drawer-inner {
padding-top: 0px;
padding-bottom: 0px;
}
.top-drawer-type-toggle .top-drawer-inner {
display: none;
}
@media screen and (max-width: 1199px) {
.top-drawer-mobile-invisible {
display: none;
}
}
.top-bar-wrapper.top-bar-4 .bar-left {
text-align: center;
}
.bar-left {
text-align: left;
}
.bar-right {
text-align: right;
}
.bar-wrapper {
font-size: 12px;
}
.bar-wrapper .widget {
margin-bottom: 0 !important;
}
.topbar-link {
padding-right: 15px;
cursor: pointer;
}
.topbar-link i {
color: #00a0e4;
padding-right: 9px;
}
.top-bar-wrapper a:hover {
color: #00a0e4;
}
.top-bar-wrapper {
background-color: #222222;
color: #ffffff;
}
.top-bar-wrapper a {
color: inherit;
}
.top-bar-wrapper.full-border {
border-bottom: solid 1px #ededed;
}
.top-bar-wrapper.container-border .top-bar-inner {
border-bottom: solid 1px #ededed;
}
.top-bar-wrapper select {
background-image: url(https://ehmarbella.com/wp-content/themes/benaa/assets/images/icon-dropdown-2.png) !important;
}
.top-bar-wrapper .widget + .widget:before,
.top-bar-wrapper .menu > li + li:before {
border-left: solid 1px;
border-left-color: #ffffff;
border-right-color: #ffffff;
}
.top-bar-wrapper .search-form-small .search-form .search-field {
border-color: #ededed;
background-color: #fff;
}
.top-bar-wrapper .search-form-small .search-form .search-submit {
background-color: #222222 !important;
}
.top-bar-wrapper .search-form-square .search-form .search-field {
background-color: #fff;
}
.top-bar-wrapper .widget_meta > ul,
.top-bar-wrapper .widget_archive > ul,
.top-bar-wrapper .widget_categories > ul,
.top-bar-wrapper .widget_nav_menu > ul,
.top-bar-wrapper .widget_pages > ul,
.top-bar-wrapper .widget_product_categories > ul,
.top-bar-wrapper .widget_recent_entries > ul,
.top-bar-wrapper .widget_recent_comments > ul,
.top-bar-wrapper .widget_rss > ul {
padding: 0;
background-color: transparent;
}
.top-bar-wrapper .widget_meta li > a,
.top-bar-wrapper .widget_archive li > a,
.top-bar-wrapper .widget_categories li > a,
.top-bar-wrapper .widget_nav_menu li > a,
.top-bar-wrapper .widget_pages li > a,
.top-bar-wrapper .widget_product_categories li > a,
.top-bar-wrapper .widget_recent_entries li > a,
.top-bar-wrapper .widget_recent_comments li,
.top-bar-wrapper .widget_rss li {
color: #ffffff;
font-size: 12px;
}
.top-bar-wrapper .tagcloud a,
.top-bar-wrapper .widget_text,
.top-bar-wrapper .widget_calendar .calendar_wrap caption,
.top-bar-wrapper .widget_meta .li-caret,
.top-bar-wrapper .widget_archive .li-caret,
.top-bar-wrapper .widget_categories .li-caret,
.top-bar-wrapper .widget_nav_menu .li-caret,
.top-bar-wrapper .widget_pages .li-caret,
.top-bar-wrapper .widget_product_categories .li-caret,
.top-bar-wrapper .widget_recent_entries .li-caret {
color: #ffffff;
}
.top-bar-wrapper .widget-title {
padding-left: 0;
}
.top-bar-inner {
padding-top: 0px;
padding-bottom: 0px;
}
.top-bar-inner .row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media screen and (min-width: 1200px) {
header.header-mobile {
display: none;
height: 0;
}
.header-wrapper {
background-color: #ffffff;
color: #222222;
}
.header-wrapper .container-inner {
position: relative;
}
.header-above-inner {
padding-top: 0px;
padding-bottom: 0px;
}
.logo-header {
float: left;
height: 150px;
font-size: 0;
}
.logo-header:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.logo-header img {
max-height: 150px;
padding-top: 25px;
padding-bottom: 25px;
}
.logo-sticky {
display: none;
}
.header-wrapper > .container {
position: relative;
}
.header-wrapper.float-header {
position: absolute;
z-index: 999;
left: 0;
right: 0;
}
.header-nav-wrapper {
background-color: #222222;
color: #ffffff;
}
.header-customize-wrapper .header-customize-item:first-child {
margin-left: 45px;
}
.header-customize-wrapper .search-standard {
width: 40px;
height: 40px;
border: solid 1px #ddd;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
display: block;
text-align: center;
color: #8f8f8f;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.header-customize-wrapper .search-standard i {
font-size: 16px;
line-height: 40px;
}
.header-customize-wrapper .search-standard:hover {
color: #00a0e4;
border-color: #00a0e4;
}
.header-customize-nav {
float: right;
line-height: 60px;
color: #ffffff;
}
.header-customize-nav .header-customize-item {
margin-left: 13px;
}
.header-customize-nav .header-customize-item i {
font-size: 18px;
}
.header-customize-nav a {
color: #ffffff;
}
.header-customize-nav a:hover {
color: #00a0e4;
}
.header-customize-nav input[type="text"],
.header-customize-nav input[type="search"],
.header-customize-nav input[type="email"],
.header-customize-nav input[type="url"],
.header-customize-nav input[type="password"],
.header-customize-nav input[type="tel"],
.header-customize-nav textarea,
.header-customize-nav select {
color: #ffffff;
}
.header-customize-nav input[type="text"]::-webkit-input-placeholder,
.header-customize-nav input[type="search"]::-webkit-input-placeholder,
.header-customize-nav input[type="email"]::-webkit-input-placeholder,
.header-customize-nav input[type="url"]::-webkit-input-placeholder,
.header-customize-nav input[type="password"]::-webkit-input-placeholder,
.header-customize-nav input[type="tel"]::-webkit-input-placeholder,
.header-customize-nav textarea::-webkit-input-placeholder,
.header-customize-nav select::-webkit-input-placeholder {
color: #b4b4b4 !important;
}
.header-customize-nav input[type="text"]:-moz-placeholder,
.header-customize-nav input[type="search"]:-moz-placeholder,
.header-customize-nav input[type="email"]:-moz-placeholder,
.header-customize-nav input[type="url"]:-moz-placeholder,
.header-customize-nav input[type="password"]:-moz-placeholder,
.header-customize-nav input[type="tel"]:-moz-placeholder,
.header-customize-nav textarea:-moz-placeholder,
.header-customize-nav select:-moz-placeholder {
color: #b4b4b4 !important;
}
.header-customize-nav input[type="text"]::-moz-placeholder,
.header-customize-nav input[type="search"]::-moz-placeholder,
.header-customize-nav input[type="email"]::-moz-placeholder,
.header-customize-nav input[type="url"]::-moz-placeholder,
.header-customize-nav input[type="password"]::-moz-placeholder,
.header-customize-nav input[type="tel"]::-moz-placeholder,
.header-customize-nav textarea::-moz-placeholder,
.header-customize-nav select::-moz-placeholder {
color: #b4b4b4 !important;
}
.header-customize-nav input[type="text"]:-ms-input-placeholder,
.header-customize-nav input[type="search"]:-ms-input-placeholder,
.header-customize-nav input[type="email"]:-ms-input-placeholder,
.header-customize-nav input[type="url"]:-ms-input-placeholder,
.header-customize-nav input[type="password"]:-ms-input-placeholder,
.header-customize-nav input[type="tel"]:-ms-input-placeholder,
.header-customize-nav textarea:-ms-input-placeholder,
.header-customize-nav select:-ms-input-placeholder {
color: #b4b4b4 !important;
}
.header-customize-left,
.header-customize-right {
line-height: 150px;
}
.header-customize-left .header-customize-item:first-child,
.header-customize-right .header-customize-item:first-child {
margin-left: 0;
}
.header-customize-left {
float: left;
text-align: left;
}
.header-customize-left .header-customize-item {
margin-left: 13px;
}
.header-customize-right {
float: right;
text-align: right;
}
.header-customize-right .header-customize-item {
margin-left: 40px;
}
.header-customize-item {
display: inline-block;
vertical-align: middle;
line-height: 1;
max-width: 100%;
}
.header-customize-item .widget {
margin-bottom: 0;
}
.header-customize-item a {
color: inherit;
}
.header-wrapper.full-border,
.header-wrapper.container-border .container-inner {
border-bottom: solid 1px #ededed;
}
.header-wrapper input[type="text"],
.header-wrapper input[type="search"],
.header-wrapper input[type="email"],
.header-wrapper input[type="url"],
.header-wrapper input[type="password"],
.header-wrapper input[type="tel"],
.header-wrapper textarea,
.header-wrapper select {
color: #222222;
}
.header-wrapper input[type="text"]::-webkit-input-placeholder,
.header-wrapper input[type="search"]::-webkit-input-placeholder,
.header-wrapper input[type="email"]::-webkit-input-placeholder,
.header-wrapper input[type="url"]::-webkit-input-placeholder,
.header-wrapper input[type="password"]::-webkit-input-placeholder,
.header-wrapper input[type="tel"]::-webkit-input-placeholder,
.header-wrapper textarea::-webkit-input-placeholder,
.header-wrapper select::-webkit-input-placeholder {
color: #222222 !important;
}
.header-wrapper input[type="text"]:-moz-placeholder,
.header-wrapper input[type="search"]:-moz-placeholder,
.header-wrapper input[type="email"]:-moz-placeholder,
.header-wrapper input[type="url"]:-moz-placeholder,
.header-wrapper input[type="password"]:-moz-placeholder,
.header-wrapper input[type="tel"]:-moz-placeholder,
.header-wrapper textarea:-moz-placeholder,
.header-wrapper select:-moz-placeholder {
color: #222222 !important;
}
.header-wrapper input[type="text"]::-moz-placeholder,
.header-wrapper input[type="search"]::-moz-placeholder,
.header-wrapper input[type="email"]::-moz-placeholder,
.header-wrapper input[type="url"]::-moz-placeholder,
.header-wrapper input[type="password"]::-moz-placeholder,
.header-wrapper input[type="tel"]::-moz-placeholder,
.header-wrapper textarea::-moz-placeholder,
.header-wrapper select::-moz-placeholder {
color: #222222 !important;
}
.header-wrapper input[type="text"]:-ms-input-placeholder,
.header-wrapper input[type="search"]:-ms-input-placeholder,
.header-wrapper input[type="email"]:-ms-input-placeholder,
.header-wrapper input[type="url"]:-ms-input-placeholder,
.header-wrapper input[type="password"]:-ms-input-placeholder,
.header-wrapper input[type="tel"]:-ms-input-placeholder,
.header-wrapper textarea:-ms-input-placeholder,
.header-wrapper select:-ms-input-placeholder {
color: #222222 !important;
}
.header-float {
position: absolute;
z-index: 999;
left: 0;
right: 0;
}
.is-sticky .logo-sticky {
display: initial;
}
.is-sticky .has-logo-sticky .no-sticky {
display: none;
}
.x-menu-a-text {
position: relative;
}
.x-caret {
position: absolute;
right: -15px;
}
.no-menu {
line-height: 150px;
float: right;
}
.header-6 .x-nav-menu > li > .x-menu-a-text,
.header-5 .x-nav-menu > li > .x-menu-a-text,
.header-4 .x-nav-menu > li > .x-menu-a-text,
.header-3 .x-nav-menu > li > .x-menu-a-text,
.header-2 .x-nav-menu > li > .x-menu-a-text {
position: relative;
display: block;
line-height: inherit;
}
.header-6 .x-nav-menu > li.current-menu-parent > .x-menu-a-text:after,
.header-5 .x-nav-menu > li.current-menu-parent > .x-menu-a-text:after,
.header-4 .x-nav-menu > li.current-menu-parent > .x-menu-a-text:after,
.header-3 .x-nav-menu > li.current-menu-parent > .x-menu-a-text:after,
.header-2 .x-nav-menu > li.current-menu-parent > .x-menu-a-text:after,
.header-6 .x-nav-menu > li:hover > .x-menu-a-text:after,
.header-5 .x-nav-menu > li:hover > .x-menu-a-text:after,
.header-4 .x-nav-menu > li:hover > .x-menu-a-text:after,
.header-3 .x-nav-menu > li:hover > .x-menu-a-text:after,
.header-2 .x-nav-menu > li:hover > .x-menu-a-text:after {
content: '';
display: block;
background-color: #00a0e4;
height: 4px;
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
.header-1 .x-caret {
top: 50%;
margin-top: -8px;
}
.header-1 .header-customize-nav {
display: inline-block;
vertical-align: middle;
margin-left: 30px;
position: relative;
}
.header-1 .header-customize-nav .header-customize-item:first-child {
margin-left: 26px;
}
.header-1 .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text,
.header-1 .x-nav-menu > li.current-menu-parent > a.x-menu-a-text,
.header-1 .x-nav-menu > li.current-menu-item > a.x-menu-a-text,
.header-1 .x-nav-menu > li.menu-current > a.x-menu-a-text,
.header-1 .x-nav-menu > li > a.x-menu-a-text:hover,
.header-1 .x-nav-menu > li.x-menu-item:hover > a {
color: #ffffff !important;
}
.header-1 .x-nav-menu > li.current-menu-parent > a.x-menu-a-text,
.header-1 .x-nav-menu > li > a.x-menu-a-text:hover,
.header-1 .x-nav-menu > li.x-active > a.x-menu-a-text,
.header-1 .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text {
position: relative;
}
.header-1 .x-nav-menu > li.current-menu-parent > a.x-menu-a-text .x-menu-text,
.header-1 .x-nav-menu > li > a.x-menu-a-text:hover .x-menu-text,
.header-1 .x-nav-menu > li.x-active > a.x-menu-a-text .x-menu-text,
.header-1 .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text .x-menu-text {
position: relative;
}
.header-1 .x-nav-menu > li.current-menu-parent > a.x-menu-a-text .x-menu-text:before,
.header-1 .x-nav-menu > li > a.x-menu-a-text:hover .x-menu-text:before,
.header-1 .x-nav-menu > li.x-active > a.x-menu-a-text .x-menu-text:before,
.header-1 .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text .x-menu-text:before {
content: '';
position: absolute;
top: -18px;
left: 50%;
height: 4px;
width: 10px;
margin-left: -10px;
background-color: #00a0e4;
-webkit-transform: skew(0deg, 150deg);
-moz-transform: skew(0deg, 150deg);
-ms-transform: skew(0deg, 150deg);
-o-transform: skew(0deg, 150deg);
transform: skew(0deg, 150deg);
}
.header-1 .x-nav-menu > li.current-menu-parent > a.x-menu-a-text .x-menu-text:after,
.header-1 .x-nav-menu > li > a.x-menu-a-text:hover .x-menu-text:after,
.header-1 .x-nav-menu > li.x-active > a.x-menu-a-text .x-menu-text:after,
.header-1 .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text .x-menu-text:after {
content: '';
position: absolute;
top: -18px;
left: 50%;
height: 4px;
width: 10px;
background-color: #00a0e4;
-webkit-transform: skew(0deg, -150deg);
-moz-transform: skew(0deg, -150deg);
-ms-transform: skew(0deg, -150deg);
-o-transform: skew(0deg, -150deg);
transform: skew(0deg, -150deg);
}
.header-1 .x-nav-menu > li.current-menu-parent > a.x-menu-a-text:after,
.header-1 .x-nav-menu > li > a.x-menu-a-text:hover:after,
.header-1 .x-nav-menu > li.x-active > a.x-menu-a-text:after,
.header-1 .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text:after {
content: '';
display: block;
width: 70%;
height: 4px;
background-color: #00a0e4;
position: absolute;
top: 28px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
.header-1 .primary-menu {
float: right;
}
.header-2 .header-wrapper .container-inner {
display: flex;
padding: 0 15px;
}
.header-2 .header-logo,
.header-2 .header-customize {
flex-shrink: 0;
text-align: center;
}
.header-2 .header-menu {
flex-grow: 1;
}
.header-2 .primary-menu {
text-align: center;
}
.header-2 .header-customize-wrapper .header-customize-item:first-child {
margin-left: 40px;
}
.header-3 .logo-header {
width: 170px;
text-align: center;
height: 100%;
position: absolute;
left: 0;
bottom: 24px;
padding-top: 48px;
background-color: #00a0e4;
z-index: 3;
}
.header-3 .header-nav-wrapper {
margin-left: 170px;
background-color: #ffffff;
}
.header-3 .header-nav-wrapper .primary-menu,
.header-3 .header-nav-wrapper .header-customize-left {
padding-left: 30px;
}
.header-3 .header-nav-wrapper:before {
content: '';
display: block;
background-color: #ffffff;
position: absolute;
height: 100%;
width: 1000%;
top: 0;
right: 100%;
}
.header-3 .header-nav-wrapper:after {
content: '';
display: block;
background-color: #ffffff;
position: absolute;
height: 100%;
width: 1000%;
top: 0;
left: 100%;
}
.header-3 .primary-menu {
float: right;
width: 100%;
background-color: #222222;
position: relative;
text-align: right;
}
.header-3 .primary-menu:before {
content: '';
display: block;
background-color: #222222;
position: absolute;
height: 100%;
width: 1000%;
top: 0;
right: 100%;
z-index: 2;
}
.header-3 .primary-menu:after {
content: '';
display: block;
background-color: #222222;
position: absolute;
height: 100%;
width: 1000%;
top: 0;
left: 100%;
z-index: 2;
}
.header-3 .header-customize-left,
.header-3 .header-customize-right {
line-height: 16px;
color: #222222;
padding-top: 17.5px;
padding-bottom: 17.5px;
}
.header-3 .is-sticky .logo-header {
bottom: 0;
padding-top: 0;
}
.header-5 .logo-header {
width: 169px;
text-align: center;
height: 100%;
position: absolute;
left: 0;
top: 0;
background-color: #00a0e4;
}
.header-5 .logo-header:before {
content: '';
display: block;
background-color: #00a0e4;
position: absolute;
height: 100%;
width: 1000%;
top: 0;
right: 100%;
}
.header-5 .logo-header img {
top: 50%;
position: relative;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.header-5 .header-nav-wrapper {
margin-left: 169px;
background-color: #ffffff;
}
.header-5 .header-nav-wrapper .primary-menu {
padding-left: 40px;
}
.header-5 .header-nav-wrapper .header-customize-left {
padding-left: 30px;
}
.header-5 .header-nav-wrapper:after {
content: '';
display: block;
background-color: #ffffff;
position: absolute;
height: 100%;
width: 1000%;
top: 0;
left: 100%;
}
.header-5 .primary-menu {
float: left;
width: 100%;
background-color: #222222;
position: relative;
}
.header-5 .primary-menu:after {
content: '';
display: block;
background-color: #222222;
position: absolute;
height: 100%;
width: 1000%;
top: 0;
left: 100%;
z-index: 2;
}
.header-5 .header-customize-left,
.header-5 .header-customize-right {
line-height: 85px;
color: #222222;
}
.header-5 .is-sticky .logo-header {
padding: 10px;
}
.header-6 .sticky-wrapper .header-nav-wrapper .logo-header {
display: none;
}
.header-6 .sticky-wrapper.is-sticky .header-nav-wrapper .logo-header {
display: inline-block;
margin-right: 45px;
height: 60px;
}
.header-6 .sticky-wrapper.is-sticky .header-nav-wrapper .logo-header img {
max-height: 60px;
padding: 10px;
}
.header-6 .full-border,
.header-6 .container-border .container-inner {
border-bottom: solid 1px #ededed;
}
.header-6 .header-wrapper {
background-color: #ffffff;
color: #222222;
}
.header-6 .header-wrapper .container-inner {
position: relative;
}
.header-is-float .header-2 .is-sticky .sticky-region {
box-shadow: none;
}
.header-4 .header-customize-nav {
font-size: 12px;
}
.header-4 .sticky-wrapper .header-nav-wrapper .logo-header {
display: none;
}
.header-4 .sticky-wrapper.is-sticky .header-nav-wrapper .logo-header {
display: inline-block;
margin-right: 45px;
height: 60px;
}
.header-4 .sticky-wrapper.is-sticky .header-nav-wrapper .logo-header img {
max-height: 60px;
padding: 10px;
}
.search-form .search-field {
font-size: 12px;
border: 0;
padding-right: 5px;
line-height: 1;
}
.search-form .search-submit {
width: auto;
height: auto;
line-height: 1;
}
}
.benaa-class .main-header .ere-search-properties.style-mini-line,
.benaa-class .header-mobile .ere-search-properties.style-mini-line {
background-color: #00a0e4;
padding: 10px 0;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .other-features-wrap,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .other-features-wrap {
margin-left: -5px;
margin-right: -5px;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-group:nth-child(7),
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-group:nth-child(7) {
border-left: solid 1px #ddd;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search-wrap input,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search-wrap input,
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search-wrap select,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search-wrap select {
height: 50px !important;
background: #fff;
-webkit-border-radius: 25px !important;
-moz-border-radius: 25px !important;
border-radius: 25px !important;
line-height: 50px;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .other-features-list .checkbox input[type="checkbox"],
.benaa-class .header-mobile .ere-search-properties.style-mini-line .other-features-list .checkbox input[type="checkbox"] {
height: initial !important;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .advanced-wrap,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .advanced-wrap {
display: block;
background: #fff;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .header-search,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .header-search {
-webkit-border-radius: 25px;
-webkit-background-clip: padding-box;
-moz-border-radius: 25px;
-moz-background-clip: padding;
border-radius: 25px;
background-clip: padding-box;
overflow: hidden;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .header-search .row,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .header-search .row {
border: none;
margin-left: -5px;
margin-right: -5px;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
margin-bottom: -1px;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .header-search .row > .form-group,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .header-search .row > .form-group {
height: 50px;
padding: 0;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .header-search .row > .form-group select,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .header-search .row > .form-group select,
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .header-search .row > .form-group input,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .header-search .row > .form-group input {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
border: none;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .header-search .row > .form-group.submit-search-form,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .header-search .row > .form-group.submit-search-form {
padding-right: 5px;
border-left: none !important;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .header-search .row > .form-group + .form-group,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .header-search .row > .form-group + .form-group {
border-left: solid 1px #ddd;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .form-group,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .form-group {
overflow: hidden;
padding: 0 5px;
background: transparent;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .advanced-search,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .advanced-search {
display: none;
padding-top: 15px;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .advanced-search .form-group,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .advanced-search .form-group {
border: none;
height: 50px;
margin-bottom: 15px;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .advanced-search .row,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .advanced-search .row {
border: none;
margin-left: -20px;
margin-right: -20px;
background: transparent;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .advanced-search .sidebar-filter .ui-slider-range.ui-widget-header.ui-corner-all,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .advanced-search .sidebar-filter .ui-slider-range.ui-widget-header.ui-corner-all {
background: #fff;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .advanced-search .title-slider-filter,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .advanced-search .title-slider-filter {
color: #fff !important;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .advanced-search .sidebar-filter .ui-slider-handle.ui-state-default.ui-corner-all,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .advanced-search .sidebar-filter .ui-slider-handle.ui-state-default.ui-corner-all {
background: #fff !important;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .btn-other-advanced,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .btn-other-advanced {
line-height: 50px;
height: 50px;
display: block;
text-align: left;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .btn-other-advanced i,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .btn-other-advanced i {
margin-left: 30px;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .other-features-list .row,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .other-features-list .row {
margin-left: -15px;
margin-right: -15px;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .other-features-list label,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .other-features-list label {
color: #fff;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .ere-advanced-search-btn,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .ere-advanced-search-btn {
width: initial;
padding: 11px 33px;
background-color: #000;
border-color: #000;
position: absolute;
top: 0;
right: 5px;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .ere-advanced-search-btn:hover,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .ere-advanced-search-btn:hover {
background-color: transparent;
color: #000;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .btn-other-features,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .btn-other-features {
color: #fff;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .btn-other-features i,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .btn-other-features i {
background-color: #fff;
color: #00a0e4;
}
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .btn-other-advanced {
text-align: center;
}
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .ere-advanced-search-btn {
padding: 0;
font-size: 0;
background: transparent;
border: transparent;
color: #00a0e4;
top: 50%;
right: 25px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
line-height: 1;
}
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .ere-advanced-search-btn i {
display: block;
font-size: 14px;
}
@media (max-width: 1199px) {
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .btn-other-advanced i,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .btn-other-advanced i {
margin-left: 0;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .other-features-list > .row > .col-md-2.col-sm-6,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .other-features-list > .row > .col-md-2.col-sm-6 {
width: 25%;
}
}
@media (max-width: 767px) {
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .other-features-list > .row > .col-md-2.col-sm-6,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .other-features-list > .row > .col-md-2.col-sm-6 {
width: 50%;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search > .row,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search > .row {
margin-left: 0;
margin-right: 0;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search > .row > .form-group:first-child,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search > .row > .form-group:first-child {
padding-left: 0;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .btn-other-advanced,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .btn-other-advanced {
text-align: left;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .submit-search-form,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .submit-search-form {
clear: initial;
}
}
.sticky-region {
position: relative;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.is-sticky .header-above-inner {
padding-top: 0;
padding-bottom: 0;
}
.is-sticky .sticky-region {
position: fixed;
left: 0;
right: 0;
z-index: 999;
-webkit-box-shadow: 1px 0 3px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 1px 0 3px 2px rgba(0, 0, 0, 0.1);
box-shadow: 1px 0 3px 2px rgba(0, 0, 0, 0.1);
margin: auto;
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
-o-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
}
.is-sticky .logo-text {
line-height: 60px;
color: #fff;
}
.header-is-float .is-sticky .sticky-region .header-customize-nav a:hover,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li.current-menu-parent > a.x-menu-a-text,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li.current-menu-item > a.x-menu-a-text,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li.menu-current > a.x-menu-a-text,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li > a.x-menu-a-text:hover,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li.x-menu-item:hover > a {
color: #00a0e4 !important;
}
body.boxed .is-sticky .sticky-region {
max-width: 1210px;
width: 100%;
}
#lang_sel {
display: inline-block;
}
#lang_sel > ul {
position: relative;
display: inline-block;
padding: 0;
margin: 0;
}
#lang_sel > ul > li {
padding: 0;
display: block;
list-style: none;
}
#lang_sel > ul > li img {
margin-bottom: 2px;
}
#lang_sel > ul > li a.color-gray {
color: #bababa;
}
#lang_sel > ul > li a.color-white {
color: #fff;
}
#lang_sel > ul > li > a:after {
content: "\f107";
font-family: 'fontawesome';
display: inline-block;
padding-left: 14px;
}
#lang_sel > ul ul {
position: absolute;
top: 100%;
left: 0;
min-width: 150px;
list-style: none;
padding: 10px 0;
margin: 0;
display: none;
background-color: #fff;
text-align: left;
z-index: 99999;
-webkit-box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
}
#lang_sel > ul ul > li {
list-style: none;
padding: 0 15px;
display: block;
line-height: 32px;
}
#lang_sel > ul ul > li a {
color: #222222;
}
#lang_sel > ul ul > li a:hover {
color: #00a0e4;
}
#lang_sel > ul ul > li img {
padding-right: 5px;
}
#lang_sel > ul:hover ul {
display: block;
}
.navbar-link {
position: relative;
padding-right: 15px;
display: inline-block;
max-width: 180px;
padding-left: 30px;
line-height: 16px;
cursor: pointer;
}
.navbar-link i {
font-size: 24px;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
color: #00a0e4;
}
.contact-phone {
text-align: center;
color: #FFF;
font-size: 24px;
font-weight: bold;
}
.contact-phone i {
display: block;
font-size: 32px !important;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
.header-customize-item .submit-property {
padding: 11.5px 28px;
}
.header-customize-item .submit-property a,
.header-customize-item .submit-property i {
color: #fff !important;
}
.header-customize-item .submit-property:hover a,
.header-customize-item .submit-property:hover i {
color: #00a0e4 !important;
}
.logo-text {
margin: 0;
font-size: 24px;
text-transform: uppercase;
letter-spacing: 0.05em;
font-weight: bold;
display: inline-block;
line-height: 150px;
}
@media screen and (max-width: 1199px) {
header.main-header {
display: none;
}
header.header-mobile {
display: block;
height: auto;
}
.top-bar-wrapper {
background-color: #222222 !important;
color: #ffffff !important;
}
.top-bar-wrapper.full-border {
border-bottom: solid 1px #ededed !important;
}
.top-bar-wrapper.container-border .top-bar-inner {
border-bottom: solid 1px #ededed !important;
}
.top-bar-wrapper .widget + .widget:before,
.top-bar-wrapper .menu > li + li:before {
border-left: solid 1px;
border-left-color: #ededed;
border-right-color: #ededed;
}
.top-bar-inner {
padding-top: 10px !important;
padding-bottom: 10px !important;
}
.header-mobile-inner {
background-color: #ffffff !important;
color: #222222 !important;
}
.header-mobile-inner a {
color: #222222;
}
.header-mobile-inner a:hover {
color: #00a0e4;
}
.header-mobile-inner .toggle-icon-wrapper .toggle-icon:after,
.header-mobile-inner .toggle-icon-wrapper .toggle-icon:before,
.header-mobile-inner .toggle-icon-wrapper .toggle-icon > span {
background-color: #222222 !important;
}
.header-mobile-inner .widget {
margin-bottom: 0 !important;
}
.header-mobile-container-inner {
position: relative;
z-index: 2;
}
.header-mobile-container-inner > div {
line-height: 90px !important;
}
.toggle-mobile-menu {
float: left;
}
.logo-mobile-wrapper,
.mobile-search-button,
.mobile-login {
float: right;
}
.mobile-login {
position: relative;
z-index: 1;
}
.mobile-search-button {
font-size: 20px;
position: relative;
z-index: 1;
}
.logo-mobile-wrapper {
position: absolute;
padding-left: 100px;
padding-right: 100px;
left: 0;
right: 0;
text-align: center;
}
.logo-mobile-wrapper img {
max-height: 50px;
padding-top: 20px;
padding-bottom: 20px;
}
.nav-menu-mobile {
display: none;
}
.menu-drop-fly .search-form {
padding: 20px;
position: relative;
background-color: #111;
}
.menu-drop-fly .search-form input {
width: 100%;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border-color: #333;
background-color: #333;
}
.menu-drop-fly .search-form button {
position: absolute;
right: 20px;
top: 20px;
padding-left: 12px;
padding-right: 12px;
border-radius: 0;
}
.menu-drop-fly .x-sub-menu-open > a b.x-caret {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.header-mobile-1 .mobile-search-button {
margin-right: 10px;
}
.header-mobile-1 .mobile-login + .mobile-search-button {
margin-right: 20px;
}
.header-mobile-2 .toggle-icon-wrapper {
float: right;
margin-left: 10px;
}
.header-mobile-2 .logo-mobile-wrapper {
text-align: left;
padding-left: 0;
padding-right: 90px;
}
.header-mobile-2 .both-mobile-icon .logo-mobile-wrapper {
padding-right: 130px;
}
.header-mobile-2 .mobile-search-button {
margin-right: 10px;
}
.header-mobile-2 .mobile-login + .mobile-search-button {
margin-right: 20px;
}
.header-mobile-3 .toggle-icon-wrapper {
margin-right: 20px;
}
.header-mobile-3 .mobile-login,
.header-mobile-3 .mobile-search-button {
float: left;
}
.header-mobile-3 .logo-mobile-wrapper {
text-align: right;
padding-left: 90px;
padding-right: 0;
}
.header-mobile-3 .both-mobile-icon .logo-mobile-wrapper {
padding-left: 130px;
}
.header-mobile-3 .mobile-login + .mobile-search-button {
margin-left: 10px;
}
.header-mobile-4 .both-mobile-icon .logo-mobile-wrapper {
padding-right: 50px;
}
.is-sticky {
height: 60px;
}
.is-sticky .header-mobile-container-inner > div {
line-height: 60px !important;
}
.bar-right .user-dropdown .user-dropdown-menu {
left: auto;
right: 0;
}
.header-mobile-wrapper .user-dropdown .user-display-name i {
font-size: 20px !important;
}
} .main-footer-wrapper {
background-color: #222222;
color: #bababa;   }
.main-footer-wrapper .widget-posts .entry-post-title {
color: #bababa;
}
.main-footer-wrapper .tagcloud a {
border: solid 1px #393939;
color: #bababa;
}
.main-footer-wrapper .tagcloud a:hover {
background-color: #00a0e4;
border-color: #00a0e4;
color: #ffffff !important;
}
.main-footer-wrapper .widget-posts .entry-meta-date {
color: #ffffff;
}
.main-footer-wrapper .bar-wrapper .menu > li {
color: inherit !important;
}
.main-footer-wrapper .bar-wrapper .menu > li:hover ul {
visibility: hidden;
opacity: 0;
}
.main-footer-wrapper .bar-wrapper .menu > li > a {
color: inherit;
font-size: 12px;
font-weight: bold;
}
.main-footer-wrapper .bar-wrapper .menu > li > a:hover {
color: #00a0e4;
}
.main-footer-wrapper .li-caret {
display: none;
}
.main-footer-wrapper .current-menu-item a,
.main-footer-wrapper .current_page_item a {
color: #00a0e4 !important;
}
.main-footer-wrapper .widget-title {
color: #fff;
font-size: 16px;
font-weight: 600;
margin-bottom: 15px;
padding-left: 0;
text-transform: uppercase;
}
.main-footer-wrapper .widget_archive select,
.main-footer-wrapper .widget_categories select {
margin-bottom: 5px;
background-color: transparent;
color: #bababa;
}
.main-footer-wrapper .widget_meta > ul,
.main-footer-wrapper .widget_archive > ul,
.main-footer-wrapper .widget_categories > ul,
.main-footer-wrapper .widget_nav_menu > ul,
.main-footer-wrapper .widget_pages > ul,
.main-footer-wrapper .widget_product_categories > ul,
.main-footer-wrapper .widget_recent_entries > ul {
background-color: transparent;
padding: 0;
}
.main-footer-wrapper .widget_meta li,
.main-footer-wrapper .widget_archive li,
.main-footer-wrapper .widget_categories li,
.main-footer-wrapper .widget_nav_menu li,
.main-footer-wrapper .widget_pages li,
.main-footer-wrapper .widget_product_categories li,
.main-footer-wrapper .widget_recent_entries li {
font-weight: 300;
font-size: 14px;
color: #bababa;
margin-bottom: 5px;
}
.main-footer-wrapper .widget_meta li > a,
.main-footer-wrapper .widget_archive li > a,
.main-footer-wrapper .widget_categories li > a,
.main-footer-wrapper .widget_nav_menu li > a,
.main-footer-wrapper .widget_pages li > a,
.main-footer-wrapper .widget_product_categories li > a,
.main-footer-wrapper .widget_recent_entries li > a {
font-weight: 300;
font-size: 14px;
color: #bababa;
}
.main-footer-wrapper .widget_meta li > a:before,
.main-footer-wrapper .widget_archive li > a:before,
.main-footer-wrapper .widget_categories li > a:before,
.main-footer-wrapper .widget_nav_menu li > a:before,
.main-footer-wrapper .widget_pages li > a:before,
.main-footer-wrapper .widget_product_categories li > a:before,
.main-footer-wrapper .widget_recent_entries li > a:before {
display: inline-block;
content: "\f0da";
font-family: FontAwesome;
color: #00a0e4;
margin-right: 6px;
}
.main-footer-wrapper .widget_meta li > a:hover,
.main-footer-wrapper .widget_archive li > a:hover,
.main-footer-wrapper .widget_categories li > a:hover,
.main-footer-wrapper .widget_nav_menu li > a:hover,
.main-footer-wrapper .widget_pages li > a:hover,
.main-footer-wrapper .widget_product_categories li > a:hover,
.main-footer-wrapper .widget_recent_entries li > a:hover {
color: #00a0e4;
}
.main-footer-wrapper .widget_meta ul ul,
.main-footer-wrapper .widget_archive ul ul,
.main-footer-wrapper .widget_categories ul ul,
.main-footer-wrapper .widget_nav_menu ul ul,
.main-footer-wrapper .widget_pages ul ul,
.main-footer-wrapper .widget_product_categories ul ul,
.main-footer-wrapper .widget_recent_entries ul ul {
margin-bottom: 5px;
}
.main-footer-wrapper .widget_nav_menu li {
display: block;
padding: 0;
margin-bottom: 5px;
}
.main-footer-wrapper .widget_nav_menu li a {
font-size: 14px;
font-weight: 300;
color: #bababa;
padding-left: 11px;
}
.main-footer-wrapper .widget_nav_menu li a:hover {
color: #00a0e4;
}
.main-footer-wrapper .widget_nav_menu li a:before {
content: "\f0da";
display: inline-block;
color: #00a0e4;
font-family: FontAwesome;
position: absolute;
left: 0;
}
.main-footer-wrapper .widget_recent_comments > ul,
.main-footer-wrapper .widget_rss > ul {
padding: 0;
background: transparent;
}
.main-footer-wrapper .widget_recent_comments li,
.main-footer-wrapper .widget_rss li {
color: #bababa;
}
.main-footer-wrapper .tagcloud a,
.main-footer-wrapper .widget_text,
.main-footer-wrapper .widget_calendar .calendar_wrap caption {
color: #bababa;
}
.main-footer.full-border {
border-top: solid 1px #393939;
}
.main-footer.container-border .footer-inner {
border-top: solid 1px #393939;
}
.main-footer a {
color: inherit;
}
.main-footer a:hover {
color: #00a0e4;
}
.main-footer .widget {
margin-bottom: 28px;
}
.main-footer .menu {
margin-top: -10px;
}
.main-footer select {
background-image: url(https://ehmarbella.com/wp-content/themes/benaa/assets/images/icon-dropdown-2.png) !important;
}
.footer-inner {
padding-top: 60px;
padding-bottom: 25px;
}
.bottom-bar-wrapper {
background-color: #141414;
color: #bababa;
}
.bottom-bar-wrapper.full-border {
border-top: solid 1px #393939;
}
.bottom-bar-wrapper.container-border .bottom-bar-inner {
border-top: solid 1px #393939;
}
.bottom-bar-wrapper .widget + .widget {
margin-left: 10px;
}
.bottom-bar-wrapper select {
background-image: url(https://ehmarbella.com/wp-content/themes/benaa/assets/images/icon-dropdown-2.png) !important;
}
.bottom-bar-wrapper .textwidget {
font-size: 12px;
}
.bottom-bar-wrapper .widget_nav_menu li {
display: inline-block;
margin-right: 35px;
padding: 0;
}
.bottom-bar-wrapper .widget_nav_menu li a {
font-size: 12px;
padding: 0;
color: #bababa;
}
.bottom-bar-wrapper .widget_nav_menu li a:hover {
color: #00a0e4;
}
.bottom-bar-wrapper .widget_nav_menu li.current-menu-item a {
color: #bababa !important;
}
.bottom-bar-wrapper .widget_nav_menu li.current-menu-item a:hover {
color: #00a0e4 !important;
}
.bottom-bar-wrapper .widget_nav_menu li a:before {
display: none;
}
.bottom-bar-wrapper .widget_nav_menu li:last-child {
margin-right: 0;
}
.bottom-bar-wrapper .tagcloud a,
.bottom-bar-wrapper .widget_text,
.bottom-bar-wrapper .widget_calendar .calendar_wrap caption {
color: #bababa;
}
.bottom-bar-wrapper.text-center * {
text-align: center;
}
.bottom-bar-inner {
padding-top: 22px;
padding-bottom: 16px;
font-size: 14px;
}
@media only screen and (min-width: 992px) {
footer.enable-parallax {
position: fixed !important;
bottom: 0;
left: 0;
z-index: -1;
right: 0;
margin: auto;
width: 100%;
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
}
footer.enable-parallax.static {
position: static !important;
}
body.boxed footer.enable-parallax {
max-width: 1210px;
}
}
@media only screen and (max-width: 991px) {
.bottom-bar-left,
.bottom-bar-right {
text-align: center;
}
.bottom-bar-left {
margin-bottom: 10px;
}
}
@media (max-width: 767px) {
footer.footer-collapse-able .widget-title {
margin-bottom: 0;
cursor: pointer;
}
footer.footer-collapse-able .widget-title:after {
content: '+';
float: right;
}
footer.footer-collapse-able .widget-title.title-expanded:after {
content: '-';
}
footer.footer-collapse-able .widget-title + div,
footer.footer-collapse-able .widget-title + ul {
padding-top: 20px;
margin: 0;
}
footer.footer-collapse-able .main-footer .sidebar {
margin-bottom: 0;
}
footer.footer-collapse-able .main-footer .sidebar + .sidebar {
margin-top: 20px;
}
footer.main-footer-wrapper .col-sm-6:nth-child(2n+1) {
clear: both;
}
.sidebar .two-col ul > li {
width: auto;
float: none;
}
} .singleAdds {
line-height: 32px;
}
.singleAdds i,
.singleAdds a,
.singleAdds p {
line-height: inherit;
}
.singleAdds p {
margin-bottom: 0;
}
.singleAdds i {
float: left;
padding-right: 10px;
color: #00a0e4;
}
.singleAdds:after {
content: '';
clear: both;
}
.mail-title,
.mail-submit {
display: block;
}
.mail-title {
position: absolute;
bottom: 0;
z-index: 2;
margin: 0;
width: 410px;
text-transform: uppercase;
vertical-align: middle;
background-color: #00a0e4;
color: #fff;
padding: 45px 60px 45px 160px;
}
.mail-title label {
line-height: 1;
letter-spacing: .05em;
margin: 0;
display: block;
}
.mail-title .icon-mail-fly:before,
.mail-title .icon-mail-fly:after,
.mail-title .icon-mail-fly .fly:before,
.mail-title .icon-mail-fly .fly:after {
content: "";
display: block;
position: absolute;
left: -10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #222222;
}
.mail-title .icon-mail-fly {
position: absolute;
left: 25px;
top: 25px;
}
.mail-title .icon-mail-fly:before {
height: 9px;
width: 45px;
top: 0;
}
.mail-title .icon-mail-fly:after {
height: 9px;
width: 30px;
top: 15px;
}
.mail-title .icon-mail-fly .fly:before {
height: 9px;
width: 20px;
top: 30px;
}
.mail-title .icon-mail-fly .fly:after {
height: 9px;
width: 25px;
bottom: -5px;
}
.mail-title .icon-mail-fly i {
color: #222222;
font-size: 105px;
transform: rotate(-45deg);
}
.mail-title:before {
content: "";
display: block;
position: absolute;
background-color: #00a0e4;
height: 100%;
top: 0;
bottom: 0;
left: -999px;
right: 100%;
}
.mail-title:after {
content: "";
display: block;
width: 80px;
position: absolute;
background-color: #00a0e4;
height: 100%;
top: 0;
bottom: 0;
right: -40px;
transform: skewX(25deg);
}
.mail-submit {
font-size: 0;
background-color: #222222;
z-index: 1;
position: relative;
bottom: 0;
padding: 33px 15px 33px 550px;
}
.mail-submit .mail-form {
position: relative;
}
.mail-submit .mail-form .mail-footer {
display: none;
}
.mail-submit .mail-form:before {
content: "";
display: block;
position: absolute;
height: 55px;
background-color: #fff;
width: 32px;
transform: skewX(25deg);
left: -16px;
}
.mail-submit input[type="email"],
.mail-submit button {
vertical-align: middle;
}
.mail-submit input[type="email"] {
background-color: #fff !important;
border: none !important;
color: #8F8F8F;
text-transform: uppercase;
width: 100%;
height: 55px;
line-height: 55px;
}
.mail-submit button {
position: absolute;
top: 0;
right: 0;
background-color: #00a0e4;
height: 55px;
width: 60px;
text-align: center;
border: none;
}
.mail-submit button i {
font-size: 26px;
color: #fff;
line-height: 55px;
}
.mail-submit:after {
content: "";
display: block;
position: absolute;
left: 100%;
width: 999px;
background-color: #222222;
height: 100%;
top: 0;
bottom: 0;
}  h4.entry-post-title {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
font-size: 32px;
font-weight: 600;
color: #222222;
margin-top: 5px;
margin-bottom: 10px;
}
h4.entry-post-title a {
color: inherit;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
h4.entry-post-title a:hover {
color: #00a0e4;
}
.archive-wrap article {
position: relative;
}
.archive-wrap article.post-large-image {
margin-bottom: 60px;
}
.archive-wrap article.post-large-image.format-quote blockquote:before {
top: 0;
}
article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-small-image,
article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-medium-image,
article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-large-image {
height: 190px;
padding: 0;
}
article.format-audio iframe {
height: 190px;
position: static;
}
article.format-audio .embed-responsive-full {
padding: 0;
overflow: inherit;
height: auto;
font-size: 0;
}
article.format-video .embed-responsive.embed-responsive-16by9.embed-responsive-large-image {
padding-bottom: 32.478632478%;
}
article.format-video .entry-thumb-wrap a.zoomGallery {
opacity: 1;
background-color: rgba(0, 0, 0, 0.2);
}
article.format-video .entry-thumb-wrap a.zoomGallery i:hover {
background-color: #00a0e4;
border-color: #00a0e4;
}
article.format-video .entry-thumb-wrap a.zoomGallery i {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 2px solid #fff;
line-height: 96px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
cursor: pointer;
height: 100px;
width: 100px;
font-size: 45px;
padding-left: 5px;
}
article.format-link blockquote {
padding: 20px 15px 25px 0;
border: none;
border: 2px solid #ededed;
padding-left: 70px;
}
article.format-link blockquote:before {
content: "\edec";
font-family: icomoon;
font-size: 30px;
color: #00a0e4;
position: absolute;
left: 25px;
top: 20px;
}
article.format-link blockquote a {
font-size: 18px;
letter-spacing: 0;
color: #222222;
font-family: 'Poppins';
line-height: 1.6;
}
article.format-link blockquote a:hover {
color: #00a0e4;
}
article.format-quote blockquote {
padding: 20px;
border: none;
padding-left: 65px;
background: linear-gradient(to right top, #182c4c, #27566b, #568182, #91aa9d, #ced3c4);
align-items: center;
display: flex;
}
article.format-quote blockquote:before {
content: "\ed99";
font-family: icomoon;
font-size: 30px;
color: #00a0e4;
position: absolute;
left: 20px;
top: 35%;
}
article.format-quote blockquote p {
font-size: 15px;
letter-spacing: 0.02em;
color: #fff;
font-family: 'Poppins';
line-height: 1.8666667;
font-style: italic;
}
article.format-quote cite {
display: block;
margin-top: 10px;
font-style: normal;
text-transform: uppercase;
font-weight: 700;
}
article.format-quote cite a {
color: #00a0e4;
}
article.sticky .entry-content-wrap {
background-color: #ededed;
padding: 25px;
}
article.post-password-required input[type="password"] {
margin-top: 1px;
}
.entry-thumb-wrap {
position: relative;
overflow: hidden;
text-align: center;
margin-bottom: 15px;
}
.entry-thumb-wrap .entry-thumbnail {
display: inline-block;
position: relative;
}
.entry-thumb-wrap .entry-thumbnail .entry-thumbnail-overlay {
display: block;
}
.entry-thumb-wrap .entry-thumbnail .entry-thumbnail-overlay img {
width: 100%;
}
.entry-thumb-wrap a.zoomGallery {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.4);
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.entry-thumb-wrap a.zoomGallery i {
font-size: 20px;
height: 40px;
width: 40px;
text-align: center;
line-height: 40px;
color: #fff;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
.entry-thumb-wrap:hover a.zoomGallery {
opacity: 1;
}
.entry-thumb-wrap .owl-dots {
display: none;
}
.entry-thumb-wrap .owl-carousel:hover .owl-nav .owl-next {
right: 0;
}
.entry-thumb-wrap .owl-carousel:hover .owl-nav .owl-prev {
left: 0;
}
.entry-thumb-wrap blockquote {
margin-bottom: 0;
}
.entry-post-meta ul,
.entry-post-meta li {
list-style: none;
}
.entry-excerpt {
line-height: 1.714;
max-height: 5.142em;
overflow: hidden;
}
.embed-responsive.embed-responsive-16by9.embed-responsive-small-image {
padding-bottom: 100%;
}
.embed-responsive.embed-responsive-16by9.embed-responsive-medium-image {
padding-bottom: 70.1754386%;
} .single-blog-wrap .post-related-wrap .entry-post-meta *,
.archive-masonry .entry-post-meta *,
.archive-grid .entry-post-meta *,
.archive-carousel .entry-post-meta *,
.archive-large-image .entry-post-meta * {
font-size: 12px;
font-weight: 500;
display: inline-block;
text-transform: uppercase;
line-height: 1.714;
}
.single-blog-wrap .post-related-wrap .entry-post-meta * i,
.archive-masonry .entry-post-meta * i,
.archive-grid .entry-post-meta * i,
.archive-carousel .entry-post-meta * i,
.archive-large-image .entry-post-meta * i {
font-size: 13px;
color: #00a0e4;
}
.single-blog-wrap .post-related-wrap .entry-post-meta .entry-meta-author,
.archive-masonry .entry-post-meta .entry-meta-author,
.archive-grid .entry-post-meta .entry-meta-author,
.archive-carousel .entry-post-meta .entry-meta-author,
.archive-large-image .entry-post-meta .entry-meta-author {
margin-right: 12px;
}
.single-blog-wrap .post-related-wrap .entry-post-meta .entry-meta-author span,
.archive-masonry .entry-post-meta .entry-meta-author span,
.archive-grid .entry-post-meta .entry-meta-author span,
.archive-carousel .entry-post-meta .entry-meta-author span,
.archive-large-image .entry-post-meta .entry-meta-author span {
padding-right: 7px;
}
.single-blog-wrap .post-related-wrap .entry-post-meta .entry-meta-author a,
.archive-masonry .entry-post-meta .entry-meta-author a,
.archive-grid .entry-post-meta .entry-meta-author a,
.archive-carousel .entry-post-meta .entry-meta-author a,
.archive-large-image .entry-post-meta .entry-meta-author a {
color: #00a0e4;
}
.single-blog-wrap .post-related-wrap .entry-post-meta .entry-meta-author + .entry-meta-date:before,
.archive-masonry .entry-post-meta .entry-meta-author + .entry-meta-date:before,
.archive-grid .entry-post-meta .entry-meta-author + .entry-meta-date:before,
.archive-carousel .entry-post-meta .entry-meta-author + .entry-meta-date:before,
.archive-large-image .entry-post-meta .entry-meta-author + .entry-meta-date:before {
content: "|";
margin-right: 7px;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-nav,
.archive-masonry article.format-gallery .owl-nav,
.archive-grid article.format-gallery .owl-nav,
.archive-carousel article.format-gallery .owl-nav,
.archive-large-image article.format-gallery .owl-nav {
position: initial;
top: initial;
right: initial;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-nav > div,
.archive-masonry article.format-gallery .owl-nav > div,
.archive-grid article.format-gallery .owl-nav > div,
.archive-carousel article.format-gallery .owl-nav > div,
.archive-large-image article.format-gallery .owl-nav > div {
height: 40px;
width: 30px;
margin-top: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-nav > div i,
.archive-masonry article.format-gallery .owl-nav > div i,
.archive-grid article.format-gallery .owl-nav > div i,
.archive-carousel article.format-gallery .owl-nav > div i,
.archive-large-image article.format-gallery .owl-nav > div i {
line-height: 40px;
font-size: 22px;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-nav > div:hover.owl-prev:after,
.archive-masonry article.format-gallery .owl-nav > div:hover.owl-prev:after,
.archive-grid article.format-gallery .owl-nav > div:hover.owl-prev:after,
.archive-carousel article.format-gallery .owl-nav > div:hover.owl-prev:after,
.archive-large-image article.format-gallery .owl-nav > div:hover.owl-prev:after {
border-top-color: #00a0e4;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-nav > div:hover.owl-next:after,
.archive-masonry article.format-gallery .owl-nav > div:hover.owl-next:after,
.archive-grid article.format-gallery .owl-nav > div:hover.owl-next:after,
.archive-carousel article.format-gallery .owl-nav > div:hover.owl-next:after,
.archive-large-image article.format-gallery .owl-nav > div:hover.owl-next:after {
border-bottom-color: #00a0e4;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-nav .owl-prev:after,
.archive-masonry article.format-gallery .owl-nav .owl-prev:after,
.archive-grid article.format-gallery .owl-nav .owl-prev:after,
.archive-carousel article.format-gallery .owl-nav .owl-prev:after,
.archive-large-image article.format-gallery .owl-nav .owl-prev:after {
border-top: solid 40px #f6f6f6;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-nav .owl-next:after,
.archive-masonry article.format-gallery .owl-nav .owl-next:after,
.archive-grid article.format-gallery .owl-nav .owl-next:after,
.archive-carousel article.format-gallery .owl-nav .owl-next:after,
.archive-large-image article.format-gallery .owl-nav .owl-next:after {
border-bottom: solid 40px #f6f6f6;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-nav > div.owl-prev,
.archive-masonry article.format-gallery .owl-nav > div.owl-prev,
.archive-grid article.format-gallery .owl-nav > div.owl-prev,
.archive-carousel article.format-gallery .owl-nav > div.owl-prev,
.archive-large-image article.format-gallery .owl-nav > div.owl-prev {
left: 0 !important;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-nav > div.owl-next,
.archive-masonry article.format-gallery .owl-nav > div.owl-next,
.archive-grid article.format-gallery .owl-nav > div.owl-next,
.archive-carousel article.format-gallery .owl-nav > div.owl-next,
.archive-large-image article.format-gallery .owl-nav > div.owl-next {
right: 0;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-carousel:hover .owl-nav > div.owl-prev,
.archive-masonry article.format-gallery .owl-carousel:hover .owl-nav > div.owl-prev,
.archive-grid article.format-gallery .owl-carousel:hover .owl-nav > div.owl-prev,
.archive-carousel article.format-gallery .owl-carousel:hover .owl-nav > div.owl-prev,
.archive-large-image article.format-gallery .owl-carousel:hover .owl-nav > div.owl-prev {
left: 0;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-carousel:hover .owl-nav > div.owl-next,
.archive-masonry article.format-gallery .owl-carousel:hover .owl-nav > div.owl-next,
.archive-grid article.format-gallery .owl-carousel:hover .owl-nav > div.owl-next,
.archive-carousel article.format-gallery .owl-carousel:hover .owl-nav > div.owl-next,
.archive-large-image article.format-gallery .owl-carousel:hover .owl-nav > div.owl-next {
right: 0;
}
.single-blog-wrap .post-related-wrap article.format-video .entry-thumb-wrap a.zoomGallery i,
.archive-masonry article.format-video .entry-thumb-wrap a.zoomGallery i,
.archive-grid article.format-video .entry-thumb-wrap a.zoomGallery i,
.archive-carousel article.format-video .entry-thumb-wrap a.zoomGallery i,
.archive-large-image article.format-video .entry-thumb-wrap a.zoomGallery i {
height: 45px;
width: 45px;
line-height: 41px;
font-size: 20px;
padding-left: 3px;
padding-top: 1px;
}
.archive-grid article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-small-image,
.archive-masonry article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-small-image,
.archive-carousel article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-small-image,
.archive-grid article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-medium-image,
.archive-masonry article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-medium-image,
.archive-carousel article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-medium-image,
.archive-grid article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-large-image,
.archive-masonry article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-large-image,
.archive-carousel article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-large-image {
height: 370px;
}
.archive-grid article.format-audio iframe,
.archive-masonry article.format-audio iframe,
.archive-carousel article.format-audio iframe {
height: 370px;
}
.archive-grid article.format-quote blockquote,
.archive-masonry article.format-quote blockquote,
.archive-carousel article.format-quote blockquote {
height: 370px;
}
.archive-grid h4.entry-post-title,
.archive-masonry h4.entry-post-title,
.archive-carousel h4.entry-post-title {
font-size: 22px;
}
.archive-masonry article,
.archive-grid article {
margin-bottom: 60px;
}
.archive-carousel .owl-nav-top-right .owl-nav div {
top: -90px;
} .single-blog-inner { }
.single-blog-inner article.format-quote blockquote:before {
top: 0;
}
.single-blog-inner .entry-post-meta {
margin-bottom: 31px;
}
.single-blog-inner .entry-post-meta * {
font-size: 12px;
font-weight: 500;
display: inline-block;
text-transform: uppercase;
line-height: 1.714;
}
.single-blog-inner .entry-post-meta * i {
font-size: 13px;
color: #00a0e4;
}
.single-blog-inner .entry-post-meta .entry-meta-date i,
.single-blog-inner .entry-post-meta .entry-meta-cat i,
.single-blog-inner .entry-post-meta .entry-meta-comment i {
margin-right: 3px;
}
.single-blog-inner .entry-post-meta .entry-meta-cat ul {
padding: 0;
margin: 0;
}
.single-blog-inner .entry-post-meta > div {
margin-right: 12px;
}
.single-blog-inner .entry-post-meta > div + div:before {
content: "|";
margin-right: 12px;
}
.single-blog-inner .entry-post-meta .entry-meta-author span {
padding-right: 7px;
}
.single-blog-inner .entry-post-meta .entry-meta-author a {
color: #00a0e4;
}
.single-blog-inner h4.entry-post-title {
font-size: 36px;
font-weight: 700;
margin-bottom: 10px;
margin-top: 0;
}
.single-blog-inner .entry-content p {
margin-bottom: 16px;
}
.single-blog-inner .entry-content blockquote {
position: relative;
border: none;
padding: 30px 50px 32px 50px;
background-color: #00a0e4;
margin-bottom: 20px;
}
.single-blog-inner .entry-content blockquote p {
color: #fff;
font-size: 18px;
line-height: 1.777777778;
font-weight: 500;
font-family: 'Poppins';
margin-bottom: 0;
}
.single-blog-inner .entry-meta-tag-wrap {
border-bottom: solid 1px #ededed;
padding-top: 37px;
padding-bottom: 51px;
}
.single-blog-inner .entry-meta-tag-wrap i {
color: #00a0e4;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a {
font-weight: 500;
font-size: 16px;
color: #fff;
width: 175px;
height: 40px;
line-height: 40px;
text-align: center;
display: inline-block;
margin-right: 10px;
border: solid 1px transparent;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
margin-bottom: 10px;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a:last-child {
margin-right: 0;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.facebook {
background-color: #3d5b96;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.facebook i {
background-color: #375288;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.facebook:hover {
background-color: transparent;
border-color: #375288;
color: #375288;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.twitter {
background-color: #1dadeb;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.twitter i {
background-color: #199cd4;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.twitter:hover {
background-color: transparent;
border-color: #199cd4;
color: #375288;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.google-plus {
background-color: #e8453c;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.google-plus i {
background-color: #d13e36;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.google-plus:hover {
background-color: transparent;
border-color: #d13e36;
color: #d13e36;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.linkedin {
background-color: #0077B5;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.linkedin i {
background-color: #283E4A;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.linkedin:hover {
background-color: transparent;
border-color: #283E4A;
color: #283E4A;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.tumblr {
background-color: #529ECC;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.tumblr i {
background-color: #36465d;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.tumblr:hover {
background-color: transparent;
border-color: #36465d;
color: #36465d;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.pinterest {
background-color: #E71F28;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.pinterest i {
background-color: #BD081C;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.pinterest:hover {
background-color: transparent;
border-color: #BD081C;
color: #BD081C;
}
.single-blog-inner .entry-meta-tag-wrap .social-share i {
line-height: 38px;
color: #fff;
width: 50px;
float: left;
}
.single-blog-inner .entry-meta-tag-wrap .entry-meta-tag {
line-height: 35px;
}
.single-blog-inner .entry-meta-tag-wrap .entry-meta-tag i {
margin-right: 10px;
margin-left: 5px;
}
.single-blog-inner .entry-meta-tag-wrap .entry-meta-tag a {
font-size: 12px;
text-transform: capitalize;
}
.single-blog-inner .entry-meta-tag-wrap .entry-meta-tag a:hover {
color: #00a0e4;
}
.single-blog-inner .post-navigation {
position: relative;
padding-bottom: 15px;
border-bottom: 1px solid #ededed;
}
.single-blog-inner .post-navigation .nav-previous {
width: 50%;
float: left;
text-align: left;
}
.single-blog-inner .post-navigation .nav-next {
width: 50%;
float: right;
text-align: right;
}
.single-blog-inner .post-navigation .post-navigation-content {
display: inline-block;
}
.single-blog-inner .post-navigation .post-navigation-title {
color: #222222;
font-weight: 400;
}
.single-blog-inner .post-navigation a {
display: block;
}
.single-blog-inner .author-info {
padding-bottom: 43px;
border-bottom: solid 1px #ededed;
margin-top: 60px;
}
.single-blog-inner .author-info .author-avatar {
width: 120px;
margin: auto;
}
.single-blog-inner .author-info .author-avatar img {
background-color: #fff;
width: 120px;
height: 120px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
margin: 0;
}
.single-blog-inner .author-info .author-description {
overflow: hidden;
}
.single-blog-inner .author-info .author-description .author-description-top {
margin-bottom: 15px;
}
.single-blog-inner .author-info .author-description .author-title-info span {
font-weight: 600;
font-size: 12px;
color: #8f8f8f;
text-transform: uppercase;
}
.single-blog-inner .author-info .author-description .author-title {
font-size: 21px;
font-weight: 700;
text-transform: capitalize;
letter-spacing: 0.15em;
margin-top: 5px;
line-height: 30px;
margin-bottom: 13px;
}
.single-blog-inner .author-info .author-description .author-title a {
color: #00a0e4;
}
.single-blog-inner .author-info .author-social-profile {
padding: 0;
margin: 0;
list-style: none;
}
.single-blog-inner .author-info .author-social-profile li {
display: inline-block;
margin-right: 7px;
}
.single-blog-inner .author-info .author-social-profile li a {
width: 35px;
height: 35px;
background-color: #f6f6f6;
border-radius: 50%;
text-align: center;
display: block;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.single-blog-inner .author-info .author-social-profile li a i {
color: #222222;
line-height: 35px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.single-blog-inner .author-info .author-social-profile li a:hover {
background-color: #00a0e4;
}
.single-blog-inner .author-info .author-social-profile li a:hover i {
color: #fff;
}
.single-blog-inner .author-info .author-social-profile li:last-child {
margin-right: 0;
}
.single-blog-inner .author-info .author-bio {
font-size: 14px;
line-height: 24px;
margin-bottom: 0;
}
.single-blog-inner .post-related-wrap h4.entry-post-title {
font-size: 21px;
font-weight: 600;
margin-top: 5px;
}
.single-blog-inner .post-related-wrap .owl-dots {
display: none;
}
.single-blog-inner .post-related-wrap .owl-nav {
position: absolute;
top: -34px;
right: 0;
margin-top: 0;
}
.single-blog-inner .post-related-wrap .owl-nav i {
color: rgba(0, 0, 0, 0.5);
}
.single-blog-inner .post-related-wrap .owl-nav > div.owl-prev:hover i,
.single-blog-inner .post-related-wrap .owl-nav > div.owl-next:hover i {
color: #fff;
}
.single-blog-inner .post-related-wrap .owl-nav > div.owl-prev {
right: 65px;
left: auto;
}
.single-blog-inner .post-related-wrap .owl-nav > div.owl-next {
right: 0;
background-color: #00a0e4;
}
.single-blog-inner .post-related-wrap .owl-nav > div.owl-next i {
color: #fff;
}
.single-blog-inner .post-related-wrap .owl-nav > div.owl-next:after {
border-bottom-color: #00a0e4;
}
.single-blog-inner .post-related-wrap article.post-grid {
padding-left: 0;
padding-right: 0;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-nav {
position: initial;
top: initial;
right: initial;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-nav > div {
height: 40px;
width: 30px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
margin-top: 0;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-nav > div i {
line-height: 40px;
font-size: 22px;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-nav > div:hover.owl-prev:after {
border-top-color: #00a0e4;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-nav > div:hover.owl-next:after {
border-bottom-color: #00a0e4;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-nav .owl-prev:after {
border-top: solid 40px #f6f6f6;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-nav .owl-next:after {
border-bottom: solid 40px #f6f6f6;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-nav > div.owl-prev {
left: -80px;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-nav > div.owl-next {
right: -80px;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-carousel:hover .owl-nav > div.owl-prev {
left: 0;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-carousel:hover .owl-nav > div.owl-next {
right: 0;
}
.single-blog-inner .post-related-wrap article.format-video .entry-thumb-wrap a.zoomGallery i {
height: 45px;
width: 45px;
line-height: 41px;
font-size: 20px;
padding-left: 3px;
padding-top: 1px;
}
.single-blog-inner .post-related-wrap .entry-post-meta {
margin-bottom: 0;
}
@media (min-width: 768px) {
.single-blog-inner .entry-meta-tag-wrap {
display: table;
width: 100%;
}
.single-blog-inner .entry-meta-tag-wrap .social-share {
display: table-cell;
float: left;
}
.single-blog-inner .entry-meta-tag-wrap .entry-meta-tag {
display: table-cell;
float: right;
text-align: right;
line-height: 35px;
}
.single-blog-inner .author-info .author-avatar {
float: left;
margin-right: 30px;
}
.single-blog-inner .author-info .author-description .author-description-top {
display: table;
width: 100%;
margin-bottom: 0;
}
.single-blog-inner .author-info .author-description .author-title-info {
display: table-cell;
vertical-align: top;
}
.single-blog-inner .author-info .author-social-profile {
display: table-cell;
float: right;
}
.comment-form {
margin-left: -15px;
margin-right: -15px;
}
.comment-form > p {
padding-left: 15px;
padding-right: 15px;
}
.comment-form .comment-form-url,
.comment-form .comment-form-email,
.comment-form .comment-form-author {
float: left;
width: 33.333333%;
}
}
#comments {
margin-top: 55px;
}
#comments > ol {
list-style: none;
}
#comments ol.children {
list-style: none;
margin-top: 15px;
padding-left: 150px;
}
#comments ol ol ol ol.children {
padding-left: 60px;
}
#comments .comment-list {
padding: 0;
list-style: none;
margin-bottom: 0;
padding-bottom: 60px;
border-bottom: solid 1px #ededed;
}
#comments .comment-list > li:first-child {
border-top: none;
}
#comments .comment-list .comment-respond .blog-line-title {
margin-bottom: 20px;
}
#comments img.avatar {
float: left;
margin: 0;
margin-right: 20px;
width: 90px;
height: 90px;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
}
#comments .comment-text {
overflow: hidden;
position: relative;
}
#comments .comment-author-date {
line-height: 16px;
margin-bottom: 22px;
}
#comments .author-name {
font-size: 16px;
font-weight: 600;
line-height: 20px;
margin-bottom: 12px;
}
#comments .author-name a {
color: #222222;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
#comments .author-name a:hover {
color: #00a0e4;
}
#comments .comment-date {
font-size: 12px;
font-weight: 500;
line-height: 13px;
}
#comments .comment-date:before {
content: "\f073";
font-family: fontawesome;
display: inline-block;
color: #00a0e4;
margin-right: 8px;
}
#comments .comment-meta {
font-size: 12px;
text-align: right;
position: absolute;
top: 0;
right: 0;
}
#comments .comment-meta .sl-wrapper,
#comments .comment-meta .comment-reply-link,
#comments .comment-meta .comment-edit-link {
width: 32px;
height: 32px;
background-color: #222222;
color: #FFFFFF;
display: inline-block;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
text-align: center;
}
#comments .comment-meta .sl-wrapper i,
#comments .comment-meta .comment-reply-link i,
#comments .comment-meta .comment-edit-link i {
line-height: 32px;
}
#comments .comment-meta .sl-wrapper:hover,
#comments .comment-meta .comment-reply-link:hover,
#comments .comment-meta .comment-edit-link:hover {
background-color: #00a0e4;
}
#comments li.comment {
padding-top: 20px;
}
#comments .comment-form .form-group {
margin-bottom: 25px;
}
#comments .comment-form .form-group label {
display: block;
font-size: 14px;
font-weight: 900;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #727272;
margin-bottom: 5px;
}
#comments .comment-form .input-name,
#comments .comment-form .input-email {
width: 50%;
float: left;
}
#comments .comment-form .input-name {
padding-right: 15px;
}
#comments .comment-form .input-email {
padding-left: 15px;
}
#comments .comment-form .input-phone {
clear: both;
}
#comments .comment-form input[type='text'],
#comments .comment-form input[type='email'],
#comments .comment-form input[type='url'],
#comments .comment-form textarea {
width: 100%;
max-width: 100%;
vertical-align: middle;
border: 1px solid #ededed;
height: 44px;
line-height: 42px;
padding-left: 24px;
-webkit-border-radius: 22px;
-webkit-background-clip: padding-box;
-moz-border-radius: 22px;
-moz-background-clip: padding;
border-radius: 22px;
background-clip: padding-box;
}
#comments .comment-form textarea {
height: 100px;
padding-top: 10px;
line-height: 1.8;
}
#comments .comment-form p.comment-form-field {
margin-bottom: 30px;
}
#comments .comment-form .form-submit {
text-align: left;
}
#comments .comment-form .form-submit input[type="submit"] {
font-size: 12px;
color: #00a0e4;
font-weight: 500;
-webkit-border-radius: 22px;
-webkit-background-clip: initial;
-moz-border-radius: 22px;
-moz-background-clip: initial;
border-radius: 22px;
background-clip: initial;
background-color: transparent;
border-color: #00a0e4;
text-transform: uppercase;
}
#comments .comment-form .form-submit input[type="submit"]:hover {
color: #fff;
background-color: #00a0e4;
}
#comments .comment-respond {
margin-top: 55px;
}
#comments .comment-respond .blog-line-title {
margin-bottom: 45px;
}
.comment-form {
margin-left: -15px;
margin-right: -15px;
}
.comment-form > p {
padding-left: 15px;
padding-right: 15px;
}
h3#reply-title {
margin-bottom: 27px;
}
h3#reply-title,
#comments .blog-line-title {
font-size: 24px;
font-weight: 700;
text-transform: uppercase;
}
.post-related-wrap {
padding-top: 100px;
}
.post-related-wrap .blog-line-title {
font-size: 24px;
color: #222222;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 25px;
}
@media (max-width: 800px) {
.post-related-wrap .owl-nav > div.owl-prev {
right: 55px !important;
}
#comments ol.children {
padding-left: 20px;
}
#comments ol ol ol ol.children {
padding-left: 0;
}
#comments img.avatar {
margin-right: 10px;
width: 50px;
height: 50px;
}
#comments .comment-meta {
position: static;
}
.owl-nav > div.owl-prev {
left: -80px;
}
}
@media (max-width: 599px) {
.post-navigation .post-navigation-title {
display: none;
}
}
.sl-wrapper {
position: relative;
}
.sl-wrapper #sl-loader {
position: absolute;
bottom: 20px;
right: 0;
}
.form-submit {
text-align: right;
}  .g5plus-heading h2 {
font-size: 32px;
font-weight: 700;
line-height: 40px;
margin-bottom: -3px;
letter-spacing: 0.05em;
}
.g5plus-heading p {
color: #727272;
font-size: 14px;
font-weight: 500;
line-height: 22px;
}
.g5plus-heading i {
font-size: 42px;
color: #00a0e4;
margin-bottom: 7px;
display: block;
}
.g5plus-heading.style2 h2 {
font-size: 60px;
font-weight: 600;
line-height: 1;
letter-spacing: -0.05em;
margin-bottom: 10px;
}
.g5plus-heading.style2 p {
color: #222222;
font-size: 24px;
font-weight: 600;
line-height: 1;
}
.g5plus-heading.style2:after {
content: '';
display: block;
width: 60px;
height: 4px;
background: #00a0e4;
margin-top: 38px;
}
.g5plus-heading.style2.text-center:after {
margin-left: auto;
margin-right: auto;
}
.g5plus-heading.style2.text-right:after {
margin-left: auto;
}
.g5plus-heading.color-light h2 {
color: #fff;
}
.g5plus-heading.color-light:after {
background: #fff;
} @media (max-width: 480px) {
.g5plus-heading h2 {
font-size: 20px;
}
.g5plus-heading span {
font-size: 12px;
}
} .g5plus-btn-container {
display: block;
max-width: 100%;
}
.g5plus-btn-container.btn-inline {
display: inline-block;
vertical-align: top;
}
.g5plus-btn-container.btn-right {
text-align: right;
}
.g5plus-btn-container.btn-center {
text-align: center;
}
.g5plus-btn-container.btn-left {
text-align: left;
}
.btn,
button,
input[type="submit"] {
display: inline-block;
font-size: 14px;
line-height: 18px;
padding: 11px 19px;
color: #ffffff;
background-color: #00a0e4;
border: solid 2px;
border-color: #00a0e4;
font-weight: 400;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.btn:hover,
button:hover,
input[type="submit"]:hover,
.btn:focus,
button:focus,
input[type="submit"]:focus {
color: #fff;
background-color: #222222;
border-color: #222222;
outline: none;
}
.btn:hover.btn-outline,
button:hover.btn-outline,
input[type="submit"]:hover.btn-outline,
.btn:focus.btn-outline,
button:focus.btn-outline,
input[type="submit"]:focus.btn-outline {
color: #fff;
background-color: #00a0e4;
border-color: #00a0e4;
}
.btn.btn-outline,
button.btn-outline,
input[type="submit"].btn-outline {
color: #00a0e4;
background-color: transparent;
}
.btn.disabled,
.btn[disabled],
button[disabled] {
cursor: not-allowed;
filter: alpha(opacity=65);
opacity: .65;
}
.btn.btn-block {
display: block;
width: 100%;
}
.btn.btn-icon i {
font-size: 12px;
margin-right: 5px;
}
.btn.btn-icon-right i {
margin-right: 0;
margin-left: 5px;
}
.btn.btn-xs {
padding-top: 6px;
padding-bottom: 6px;
font-size: 12px;
}
.btn.btn-sm {
padding-top: 9px;
padding-bottom: 9px;
}
.btn.btn-md {
padding-top: 10px;
padding-bottom: 10px;
}
.btn.btn-gray {
background-color: #ededed;
border-color: #ededed;
color: #222222;
}
.btn.btn-gray.btn-outline {
color: #222222;
background-color: transparent;
}
.btn.btn-gray:hover {
border-color: #00a0e4;
background-color: #00a0e4;
color: #fff;
}
.btn.btn-gray:hover.btn-outline {
color: #222222;
background-color: #ededed;
border-color: #ededed;
}
.btn.btn-dark {
border-color: #222222;
background-color: #222222;
}
.btn.btn-dark.btn-outline {
color: #222222;
background-color: transparent;
}
.btn.btn-dark:hover {
background-color: #00a0e4;
border-color: #00a0e4;
color: #fff;
}
.btn.btn-dark:hover.btn-outline {
border-color: #222222;
background-color: #222222;
color: #fff;
}
.btn.btn-white {
background-color: #fff;
border-color: #fff;
color: #222222;
}
.btn.btn-white.btn-outline {
color: #fff;
background-color: transparent;
}
.btn.btn-white:hover {
background-color: #00a0e4;
color: #fff;
border-color: #00a0e4;
}
.btn.btn-white:hover.btn-outline {
color: #222222;
background-color: #fff;
border-color: #fff;
}
.btn.btn-shape-rounded {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.btn.btn-shape-round {
-webkit-border-radius: 25px !important;
-moz-border-radius: 25px !important;
border-radius: 25px !important;
}
.btn.btn-shape-round.btn-xs {
-webkit-border-radius: 19px !important;
-moz-border-radius: 19px !important;
border-radius: 19px !important;
}
.btn.btn-shape-round.btn-sm {
-webkit-border-radius: 21px !important;
-moz-border-radius: 21px !important;
border-radius: 21px !important;
}
.btn.btn-shape-round.btn-md {
-webkit-border-radius: 23px !important;
-moz-border-radius: 23px !important;
border-radius: 23px !important;
}
.wpb-js-composer .vc_tta-style-benaa-tour-2,
.wpb-js-composer .vc_tta-style-benaa-tour-1 {
background-color: #f6f6f6;
}
.wpb-js-composer .vc_tta-style-benaa-tour-2 .vc_tta-tab.vc_active,
.wpb-js-composer .vc_tta-style-benaa-tour-1 .vc_tta-tab.vc_active {
background-color: #00a0e4;
}
.wpb-js-composer .vc_tta-style-benaa-tour-2.vc_tta.vc_general .vc_tta-tab > a,
.wpb-js-composer .vc_tta-style-benaa-tour-1.vc_tta.vc_general .vc_tta-tab > a {
padding: 8px 20px;
font-size: 18px;
font-weight: 500;
}
.wpb-js-composer .vc_tta-style-benaa-tour-2.vc_tta.vc_general .vc_tta-tab.vc_active > a,
.wpb-js-composer .vc_tta-style-benaa-tour-1.vc_tta.vc_general .vc_tta-tab.vc_active > a {
color: #FFFFFF;
}
.wpb-js-composer .vc_tta-style-benaa-tour-2 .vc_tta-tabs-container,
.wpb-js-composer .vc_tta-style-benaa-tour-1 .vc_tta-tabs-container {
margin: 0 !important;
}
.wpb-js-composer .vc_tta-style-benaa-tour-2.vc_tta.vc_general .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-style-benaa-tour-1.vc_tta.vc_general .vc_tta-panel-heading {
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
background-color: #222222;
border: 0;
border-bottom: 1px solid #FFF;
}
.wpb-js-composer .vc_tta-style-benaa-tour-2.vc_tta.vc_general .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta-style-benaa-tour-1.vc_tta.vc_general .vc_tta-panel-title > a {
font-size: 14px;
font-weight: 500;
color: #FFFFFF;
}
.wpb-js-composer .vc_tta-style-benaa-tour-2 .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-style-benaa-tour-1 .vc_tta-panel.vc_active .vc_tta-panel-heading {
background-color: #00a0e4;
}
.wpb-js-composer .vc_tta-style-benaa-tour-2 .vc_tta-panel.vc_active .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta-style-benaa-tour-1 .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #FFFFFF;
}
.wpb-js-composer .vc_tta-style-benaa-tour-2.vc_tta.vc_general .vc_tta-tab,
.wpb-js-composer .vc_tta-style-benaa-tour-1.vc_tta.vc_general .vc_tta-tab {
border-bottom: 1px solid #FFF;
border-right: 1px solid #FFF;
} @media (min-width: 992px) {
.wpb-js-composer .vc_tta-style-benaa-tour-2 .vc_tta-panel-body {
padding: 30px !important;
}
} .wpb-js-composer .vc_tta-style-benaa-tab-1.vc_tta.vc_general .vc_tta-tabs-list {
background-color: #222222;
}
.wpb-js-composer .vc_tta-style-benaa-tab-1 .vc_tta-tab.vc_active {
background-color: #00a0e4;
}
.wpb-js-composer .vc_tta-style-benaa-tab-1.vc_tta.vc_general .vc_tta-tab > a {
padding: 8px 20px;
font-size: 18px;
font-weight: 500;
}
.wpb-js-composer .vc_tta-style-benaa-tab-1.vc_tta.vc_general .vc_tta-tab.vc_active > a {
color: #FFFFFF;
}
.wpb-js-composer .vc_tta-style-benaa-tab-1 .vc_tta-tabs-container {
margin: 0 !important;
}
.wpb-js-composer .vc_tta-style-benaa-tab-1.vc_tta.vc_general .vc_tta-panel-heading {
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
background-color: #222222;
border: 0;
}
.wpb-js-composer .vc_tta-style-benaa-tab-1.vc_tta.vc_general .vc_tta-panel-title > a {
font-size: 14px;
font-weight: 500;
color: #FFFFFF;
}
.wpb-js-composer .vc_tta-style-benaa-tab-1 .vc_tta-panel.vc_active .vc_tta-panel-heading {
background-color: #00a0e4;
}
.wpb-js-composer .vc_tta-style-benaa-tab-1 .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #FFFFFF;
}
.wpb-js-composer .vc_tta-style-benaa-tab-1.vc_tta.vc_general .vc_tta-panel-title {
border-bottom: 1px solid #FFF;
}
.wpb-js-composer .vc_tta-style-benaa-tab-1.vc_tta.vc_general .vc_tta-panel-body {
border: 0;
padding: 15px 0;
} .wpb-js-composer .vc_tta-style-benaa .vc_tta-tab,
.wpb-js-composer .vc_tta-style-benaa .vc_tta-panel-heading {
background-color: #222222;
}
.wpb-js-composer .vc_tta-style-benaa .vc_tta-tab.vc_active {
background-color: #00a0e4;
}
.wpb-js-composer .vc_tta-style-benaa.vc_tta.vc_general .vc_tta-tab > a {
padding: 4px 13px;
font-size: 14px;
font-weight: 500;
color: #b4b4b4;
}
.wpb-js-composer .vc_tta-style-benaa.vc_tta.vc_general .vc_tta-tab.vc_active > a {
color: #FFFFFF;
}
.wpb-js-composer .vc_tta-style-benaa .vc_tta-tabs-container {
margin: 0 !important;
}
.wpb-js-composer .vc_tta-style-benaa .vc_tta-panels-container {
background-color: #f6f6f6;
}
.wpb-js-composer .vc_tta-style-benaa.vc_tta.vc_general .vc_tta-panel-heading {
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
border: 0;
}
.wpb-js-composer .vc_tta-style-benaa.vc_tta.vc_general .vc_tta-panel-title > a {
font-size: 14px;
font-weight: 500;
color: #b4b4b4;
}
.wpb-js-composer .vc_tta-style-benaa .vc_tta-panel.vc_active .vc_tta-panel-heading {
background-color: #00a0e4;
}
.wpb-js-composer .vc_tta-style-benaa .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #FFFFFF;
}
.wpb-js-composer .vc_tta-style-benaa-tour-1 .vc_tta-tab,
.wpb-js-composer .vc_tta-style-benaa-tour-1 .vc_tta-panel-heading {
background-color: #222222;
}
.wpb-js-composer .vc_tta-style-benaa-tour-1.vc_tta.vc_general .vc_tta-tab > a {
color: #b4b4b4;
}
.wpb-js-composer .vc_tta-style-benaa-tour-2.vc_tta.vc_general .vc_tta-tab > a {
color: #222222;
}
.wpb-js-composer .vc_toggle.vc_toggle_benaa {
margin-bottom: 0;
}
.wpb-js-composer .vc_toggle.vc_toggle_benaa .vc_toggle_title {
background-color: #f6f6f6;
border: 1px solid #ededed;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
padding: 16px 20px 16px 62px;
}
.wpb-js-composer .vc_toggle.vc_toggle_benaa .vc_toggle_title h4 {
font-size: 16px;
font-weight: 500;
}
.wpb-js-composer .vc_toggle.vc_toggle_benaa .vc_toggle_icon {
border-radius: 50%;
display: inline-block;
height: 20px;
width: 20px;
background-color: #222222;
position: absolute;
left: 22px;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
vertical-align: middle;
}
.wpb-js-composer .vc_toggle.vc_toggle_benaa .vc_toggle_icon:before {
height: 3px;
width: 10px;
}
.wpb-js-composer .vc_toggle.vc_toggle_benaa .vc_toggle_icon:after {
height: 10px;
width: 3px;
}
.wpb-js-composer .vc_toggle.vc_toggle_benaa .vc_toggle_icon:before,
.wpb-js-composer .vc_toggle.vc_toggle_benaa .vc_toggle_icon:after {
display: block;
box-sizing: border-box;
transform: translate(-50%, -50%);
background-color: #FFF;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
content: '';
left: 50%;
position: absolute;
top: 50%;
}
.wpb-js-composer .vc_toggle.vc_toggle_benaa.vc_toggle_active .vc_toggle_title {
background-color: #00a0e4;
border-color: #00a0e4;
}
.wpb-js-composer .vc_toggle.vc_toggle_benaa.vc_toggle_active .vc_toggle_title h4 {
color: #FFFFFF;
}
.wpb-js-composer .vc_toggle.vc_toggle_benaa.vc_toggle_active .vc_toggle_icon {
background-color: #FFFFFF;
}
.wpb-js-composer .vc_toggle.vc_toggle_benaa.vc_toggle_active .vc_toggle_icon:before,
.wpb-js-composer .vc_toggle.vc_toggle_benaa.vc_toggle_active .vc_toggle_icon:after {
background-color: #00a0e4;
}
.wpb-js-composer .vc_toggle.vc_toggle_benaa.vc_toggle_active .vc_toggle_icon:after {
visibility: hidden;
}
.wpb-js-composer .vc_toggle.vc_toggle_benaa .vc_toggle_content {
border: 1px solid #ededed;
margin-bottom: 1px;
margin-top: -1px;
padding: 10px 20px 20px 20px;
} .g5plus-mailchimp {
position: relative;
}
.g5plus-mailchimp input.form-control {
font-size: 12px;
line-height: 24px;
width: 100%;
padding: 0 20px;
background-color: transparent;
border: solid 1px #ededed;
box-shadow: none;
}
.g5plus-mailchimp .submit {
background-color: transparent;
border: none;
}
.g5plus-mailchimp input:-webkit-autofill,
.g5plus-mailchimp input:-webkit-autofill:hover,
.g5plus-mailchimp input:-webkit-autofill:focus,
.g5plus-mailchimp input:-webkit-autofill:active {
transition: all 5000s ease-in-out 0s;
}
.mailchimp-bg-white .g5plus-mailchimp input.form-control {
height: 48px;
webkit-border-radius: 24px;
-moz-border-radius: 24px;
border-radius: 24px;
background-color: #fff !important;
color: #727272;
border-color: #fff;
padding-right: 74px;
}
.mailchimp-bg-white .g5plus-mailchimp input.form-control::-webkit-input-placeholder {
color: #727272 !important;
}
.mailchimp-bg-white .g5plus-mailchimp input.form-control:-moz-placeholder {
color: #727272 !important;
}
.mailchimp-bg-white .g5plus-mailchimp input.form-control::-moz-placeholder {
color: #727272 !important;
}
.mailchimp-bg-white .g5plus-mailchimp input.form-control:-ms-input-placeholder {
color: #727272 !important;
}
.mailchimp-bg-white .g5plus-mailchimp input.form-control:focus {
border-color: #222222;
}
.mailchimp-bg-white .g5plus-mailchimp button.submit {
position: absolute;
right: 13px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.mailchimp-bg-white .g5plus-mailchimp i {
font-size: 24px;
color: #00a0e4;
}
.mailchimp-bg-white .g5plus-mailchimp button.btn {
display: none;
}
.mailchimp-button .g5plus-mailchimp {
text-align: right;
}
.mailchimp-button .g5plus-mailchimp input.form-control {
height: 38px;
-webkit-border-radius: 19px;
-webkit-background-clip: padding-box;
-moz-border-radius: 19px;
-moz-background-clip: padding;
border-radius: 19px;
background-clip: padding-box;
display: inline-block;
width: 270px;
margin-right: 27px;
border: solid 2px rgba(255, 255, 255, 0.3);
}
.mailchimp-button .g5plus-mailchimp input.form-control::-webkit-input-placeholder {
color: #8f8f8f !important;
}
.mailchimp-button .g5plus-mailchimp input.form-control:-moz-placeholder {
color: #8f8f8f !important;
}
.mailchimp-button .g5plus-mailchimp input.form-control::-moz-placeholder {
color: #8f8f8f !important;
}
.mailchimp-button .g5plus-mailchimp input.form-control:-ms-input-placeholder {
color: #8f8f8f !important;
}
.mailchimp-button .g5plus-mailchimp input.form-control:focus {
border-color: #00a0e4;
}
.mailchimp-button .g5plus-mailchimp button.btn {
display: inline-block;
text-transform: uppercase;
}
.mailchimp-button .g5plus-mailchimp button.submit {
display: none;
}
.mailchimp-outline .g5plus-mailchimp input.form-control {
height: 42px;
-webkit-border-radius: 21px;
-webkit-background-clip: padding-box;
-moz-border-radius: 21px;
-moz-background-clip: padding;
border-radius: 21px;
background-clip: padding-box;
border-color: #565656;
}
.mailchimp-outline .g5plus-mailchimp input.form-control::-webkit-input-placeholder {
color: #8f8f8f !important;
}
.mailchimp-outline .g5plus-mailchimp input.form-control:-moz-placeholder {
color: #8f8f8f !important;
}
.mailchimp-outline .g5plus-mailchimp input.form-control::-moz-placeholder {
color: #8f8f8f !important;
}
.mailchimp-outline .g5plus-mailchimp input.form-control:-ms-input-placeholder {
color: #8f8f8f !important;
}
.mailchimp-outline .g5plus-mailchimp input.form-control:focus {
border-color: #00a0e4;
}
.mailchimp-outline .g5plus-mailchimp .submit {
position: absolute;
right: 3px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.mailchimp-outline .g5plus-mailchimp i {
font-size: 16px;
color: #00a0e4;
}
.mailchimp-outline .g5plus-mailchimp button.btn {
display: none;
}
.mailchimp-border-bottom .g5plus-mailchimp input.form-control {
border-top: none;
border-right: none;
border-left: none;
border-bottom: 1px solid #555555;
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
}
.mailchimp-border-bottom .g5plus-mailchimp input.form-control::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.5) !important;
}
.mailchimp-border-bottom .g5plus-mailchimp input.form-control:-moz-placeholder {
color: rgba(255, 255, 255, 0.5) !important;
}
.mailchimp-border-bottom .g5plus-mailchimp input.form-control::-moz-placeholder {
color: rgba(255, 255, 255, 0.5) !important;
}
.mailchimp-border-bottom .g5plus-mailchimp input.form-control:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.5) !important;
}
.mailchimp-border-bottom .g5plus-mailchimp input.form-control:focus {
border-color: #00a0e4;
}
.mailchimp-border-bottom .g5plus-mailchimp .submit {
position: absolute;
right: 3px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.mailchimp-border-bottom .g5plus-mailchimp i {
font-size: 16px;
color: #00a0e4;
}
.mailchimp-border-bottom .g5plus-mailchimp button.btn {
display: none;
}
@media (max-width: 767px) {
.mailchimp-button .g5plus-mailchimp input.form-control {
margin-bottom: 15px;
margin-right: 0;
}
.mailchimp-button .g5plus-mailchimp {
text-align: center;
}
}
.mc4wp-alert p {
color: #fff;
} .g5plus-contact-form input[type="text"],
.g5plus-contact-form input[type="search"],
.g5plus-contact-form input[type="email"],
.g5plus-contact-form input[type="url"],
.g5plus-contact-form input[type="password"],
.g5plus-contact-form input[type="tel"],
.g5plus-contact-form textarea,
.g5plus-contact-form select {
width: 100%;
max-width: 100%;
padding: 0 24px;
color: #222222;
margin-bottom: 30px;
line-height: 2em;
font-weight: 400;
-webkit-border-radius: 22px;
-webkit-background-clip: padding-box;
-moz-border-radius: 22px;
-moz-background-clip: padding;
border-radius: 22px;
background-clip: padding-box;
}
.g5plus-contact-form input[type="text"]::-webkit-input-placeholder,
.g5plus-contact-form input[type="search"]::-webkit-input-placeholder,
.g5plus-contact-form input[type="email"]::-webkit-input-placeholder,
.g5plus-contact-form input[type="url"]::-webkit-input-placeholder,
.g5plus-contact-form input[type="password"]::-webkit-input-placeholder,
.g5plus-contact-form input[type="tel"]::-webkit-input-placeholder,
.g5plus-contact-form textarea::-webkit-input-placeholder,
.g5plus-contact-form select::-webkit-input-placeholder {
color: #727272 !important;
}
.g5plus-contact-form input[type="text"]:-moz-placeholder,
.g5plus-contact-form input[type="search"]:-moz-placeholder,
.g5plus-contact-form input[type="email"]:-moz-placeholder,
.g5plus-contact-form input[type="url"]:-moz-placeholder,
.g5plus-contact-form input[type="password"]:-moz-placeholder,
.g5plus-contact-form input[type="tel"]:-moz-placeholder,
.g5plus-contact-form textarea:-moz-placeholder,
.g5plus-contact-form select:-moz-placeholder {
color: #727272 !important;
}
.g5plus-contact-form input[type="text"]::-moz-placeholder,
.g5plus-contact-form input[type="search"]::-moz-placeholder,
.g5plus-contact-form input[type="email"]::-moz-placeholder,
.g5plus-contact-form input[type="url"]::-moz-placeholder,
.g5plus-contact-form input[type="password"]::-moz-placeholder,
.g5plus-contact-form input[type="tel"]::-moz-placeholder,
.g5plus-contact-form textarea::-moz-placeholder,
.g5plus-contact-form select::-moz-placeholder {
color: #727272 !important;
}
.g5plus-contact-form input[type="text"]:-ms-input-placeholder,
.g5plus-contact-form input[type="search"]:-ms-input-placeholder,
.g5plus-contact-form input[type="email"]:-ms-input-placeholder,
.g5plus-contact-form input[type="url"]:-ms-input-placeholder,
.g5plus-contact-form input[type="password"]:-ms-input-placeholder,
.g5plus-contact-form input[type="tel"]:-ms-input-placeholder,
.g5plus-contact-form textarea:-ms-input-placeholder,
.g5plus-contact-form select:-ms-input-placeholder {
color: #727272 !important;
}
.g5plus-contact-form textarea {
height: 100px;
min-width: 100%;
padding-top: 10px;
}
.g5plus-contact-form.contact-2-column input[type="text"],
.g5plus-contact-form.contact-2-column input[type="search"],
.g5plus-contact-form.contact-2-column input[type="email"],
.g5plus-contact-form.contact-2-column input[type="url"],
.g5plus-contact-form.contact-2-column input[type="password"],
.g5plus-contact-form.contact-2-column input[type="tel"],
.g5plus-contact-form.contact-2-column textarea,
.g5plus-contact-form.contact-2-column select {
background-color: #fff;
}
.g5plus-contact-form.contact-2-column-v2 input[type="text"],
.g5plus-contact-form.contact-2-column-v2 input[type="search"],
.g5plus-contact-form.contact-2-column-v2 input[type="email"],
.g5plus-contact-form.contact-2-column-v2 input[type="url"],
.g5plus-contact-form.contact-2-column-v2 input[type="password"],
.g5plus-contact-form.contact-2-column-v2 input[type="tel"],
.g5plus-contact-form.contact-2-column-v2 textarea,
.g5plus-contact-form.contact-2-column-v2 select {
border-color: #5e615e;
}
.g5plus-contact-form.contact-2-column-v2 input[type="text"]:focus,
.g5plus-contact-form.contact-2-column-v2 input[type="search"]:focus,
.g5plus-contact-form.contact-2-column-v2 input[type="email"]:focus,
.g5plus-contact-form.contact-2-column-v2 input[type="url"]:focus,
.g5plus-contact-form.contact-2-column-v2 input[type="password"]:focus,
.g5plus-contact-form.contact-2-column-v2 input[type="tel"]:focus,
.g5plus-contact-form.contact-2-column-v2 textarea:focus,
.g5plus-contact-form.contact-2-column-v2 select:focus {
border-color: #00a0e4;
}
.contact-form-dark .g5plus-contact-form input[type="text"],
.contact-form-dark .g5plus-contact-form input[type="search"],
.contact-form-dark .g5plus-contact-form input[type="email"],
.contact-form-dark .g5plus-contact-form input[type="url"],
.contact-form-dark .g5plus-contact-form input[type="password"],
.contact-form-dark .g5plus-contact-form input[type="tel"],
.contact-form-dark .g5plus-contact-form textarea,
.contact-form-dark .g5plus-contact-form select {
color: #fff;
background-color: transparent;
border: solid 2px rgba(255, 255, 255, 0.3);
font-size: 13px;
} .g5plus-clients .clients-item:hover .bordered {
border-color: #00a0e4 !important;
}
.checkbox,
.radio {
margin-top: 15px;
margin-bottom: 15px;
} .g5plus-pricing {
border: 1px solid #ededed;
}
.g5plus-pricing .pricing-features ul:before,
.g5plus-pricing .pricing-features ul:after {
background-color: #ededed;
}
.g5plus-pricing .pricing-features ul li span {
color: #00a0e4;
}
.g5plus-pricing.featured {
border-color: #00a0e4;
}
.g5plus-pricing.featured .price-value {
background: #00a0e4;
}
.g5plus-pricing.pr_bgr.featured .price-box {
background: #00a0e4 !important;
} .g5plus-process span {
background-color: #00a0e4;
}
.g5plus-process h2 {
color: #222222;
}
.g5plus-process h2 a:hover {
color: #00a0e4;
}
.g5plus-process p {
color: #898989;
}
.g5plus-process:hover span {
background-color: #222222;
}
.g5plus-counter i {
color: #00a0e4;
}
.g5plus-counter .counter-inner p,
.g5plus-counter .counter-inner span {
color: #222222;
}
.g5plus-icon-box .icon-wrap {
border: solid 2px #00a0e4;
}
.g5plus-icon-box .icon-wrap i {
color: #00a0e4;
}
.g5plus-icon-box h6 {
color: #222222;
}
.g5plus-icon-box h6 a {
color: #222222;
}
.g5plus-icon-box.shape-circle .icon-wrap {
background: #00a0e4;
}
.g5plus-icon-box.shape-circle:hover .icon-wrap i {
color: #00a0e4;
}
.g5plus-icon-box.shape-bg-white-outline-circle:hover .icon-wrap {
background: #00a0e4;
}
.g5plus-icon-box.shape-outline-circle:hover .icon-wrap i {
color: #00a0e4;
}
.g5plus-icon-box.shape-outline-circle.color-dark:hover .icon-wrap {
background: #00a0e4;
}
.g5plus-testimonials .testimonial-item p {
color: #222222;
}
.g5plus-testimonials .testimonial-item h6 {
color: #00a0e4;
}
.g5plus-video {
text-align: center;
}
.g5plus-video a:hover {
color: #00a0e4;
}
.g5plus-property-info .property-info-after-price {
background-color: #00a0e4;
}
.g5plus-property-info .property-info-after-price .property-arrow {
border-left-color: #00a0e4 !important;
border-right-color: #00a0e4 !important;
}
.g5plus-property-info .property-info-item > span {
color: #00a0e4;
}
.g5plus-countdown input {
color: #00a0e4 !important;
}
.g5plus-countdown.color-dark .countdown-period {
color: #222222 !important;
}
.overlay-light.suprema-effect .effect-content:before,
.overlay-light.suprema-effect .effect-content:after {
background-color: #00a0e4;
}
.overlay-light.layla-effect .effect-content:after,
.overlay-light.bubba-effect .effect-content:after {
border-top-color: #00a0e4;
border-bottom-color: #00a0e4;
}
.overlay-light.layla-effect .effect-content:before,
.overlay-light.bubba-effect .effect-content:before {
border-left-color: #00a0e4;
border-right-color: #00a0e4;
}
.overlay-light.jazz-effect .effect-content:before {
border-top-color: #00a0e4;
border-bottom-color: #00a0e4;
}
.g5plus-text-info span.key-name {
color: #222222;
}
.bg-img-top-no-repeat {
background-position: top;
background-repeat: no-repeat;
}
p.hd-subtitle-spec {
font-size: 21px;
color: #fff;
margin-bottom: 0 !important;
}
.hd-title-spec span {
display: block;
color: #fff;
font-size: 48px;
font-weight: 600;
margin-top: -5px;
}
.hd-title-spec span:first-letter {
color: #FE6A00;
}
.bg-dark-left {
position: relative;
}
.bg-dark-left:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 100%;
right: -999px;
background-color: #2C2C2C;
}
@media (max-width: 991px) {
p.hd-subtitle-spec {
font-size: 16px;
color: #fff;
margin-bottom: 0 !important;
}
.hd-title-spec span {
font-size: 36px;
}
}
@media (max-width: 767px) {
p.hd-subtitle-spec,
.hd-title-spec {
text-align: center;
}
}
.g5plus-view-demo .demo-thumb {
border: solid 1px #ededed;
}
.g5plus-view-demo .demo-thumb > a:hover,
.g5plus-view-demo .demo-thumb .comming-soon a:hover {
color: #00a0e4;
}
.g5plus-view-demo .demo-title h4 a {
color: #222222;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.g5plus-view-demo .demo-title h4 a:hover {
color: #00a0e4;
}  .b-font {
font-family: 'Poppins' !important;
}
.s-font {
font-family: 'Poppins' !important;
} .text-color-accent,
.text-color-accent-hover:hover {
color: #00a0e4 !important;
}
.accent-color {
color: #00a0e4 !important;
}
.bg-accent {
background-color: #00a0e4 !important;
}
.bg-bold {
background-color: #222222;
}
.heading-color {
color: #222222 !important;
}
.text-color {
color: #727272 !important;
}
.bordered {
border: 1px solid #ededed !important;
}
.border-dark {
border: 1px solid #dcdcdc !important;
}
.badge {
background-color: #00a0e4;
} .pd-top-0 {
padding-top: 0px !important;
}
.pd-top-5 {
padding-top: 5px !important;
}
.pd-top-10 {
padding-top: 10px !important;
}
.pd-top-15 {
padding-top: 15px !important;
}
.pd-top-20 {
padding-top: 20px !important;
}
.pd-top-25 {
padding-top: 25px !important;
}
.pd-top-30 {
padding-top: 30px !important;
}
.pd-top-35 {
padding-top: 35px !important;
}
.pd-top-40 {
padding-top: 40px !important;
}
.pd-top-45 {
padding-top: 45px !important;
}
.pd-top-50 {
padding-top: 50px !important;
}
.pd-top-55 {
padding-top: 55px !important;
}
.pd-top-60 {
padding-top: 60px !important;
}
.pd-top-65 {
padding-top: 65px !important;
}
.pd-top-70 {
padding-top: 70px !important;
}
.pd-top-75 {
padding-top: 75px !important;
}
.pd-top-80 {
padding-top: 80px !important;
}
.pd-top-85 {
padding-top: 85px !important;
}
.pd-top-90 {
padding-top: 90px !important;
}
.pd-top-95 {
padding-top: 95px !important;
}
.pd-top-100 {
padding-top: 100px !important;
}
@media screen and (max-width: 991px) {
.sm-pd-top-0 {
padding-top: 0px !important;
}
.sm-pd-top-5 {
padding-top: 5px !important;
}
.sm-pd-top-10 {
padding-top: 10px !important;
}
.sm-pd-top-15 {
padding-top: 15px !important;
}
.sm-pd-top-20 {
padding-top: 20px !important;
}
.sm-pd-top-25 {
padding-top: 25px !important;
}
.sm-pd-top-30 {
padding-top: 30px !important;
}
.sm-pd-top-35 {
padding-top: 35px !important;
}
.sm-pd-top-40 {
padding-top: 40px !important;
}
.sm-pd-top-45 {
padding-top: 45px !important;
}
.sm-pd-top-50 {
padding-top: 50px !important;
}
.sm-pd-top-55 {
padding-top: 55px !important;
}
.sm-pd-top-60 {
padding-top: 60px !important;
}
.sm-pd-top-65 {
padding-top: 65px !important;
}
.sm-pd-top-70 {
padding-top: 70px !important;
}
.sm-pd-top-75 {
padding-top: 75px !important;
}
.sm-pd-top-80 {
padding-top: 80px !important;
}
.sm-pd-top-85 {
padding-top: 85px !important;
}
.sm-pd-top-90 {
padding-top: 90px !important;
}
.sm-pd-top-95 {
padding-top: 95px !important;
}
.sm-pd-top-100 {
padding-top: 100px !important;
}
}
@media screen and (max-width: 767px) {
.xs-pd-top-0 {
padding-top: 0px !important;
}
.xs-pd-top-5 {
padding-top: 5px !important;
}
.xs-pd-top-10 {
padding-top: 10px !important;
}
.xs-pd-top-15 {
padding-top: 15px !important;
}
.xs-pd-top-20 {
padding-top: 20px !important;
}
.xs-pd-top-25 {
padding-top: 25px !important;
}
.xs-pd-top-30 {
padding-top: 30px !important;
}
.xs-pd-top-35 {
padding-top: 35px !important;
}
.xs-pd-top-40 {
padding-top: 40px !important;
}
.xs-pd-top-45 {
padding-top: 45px !important;
}
.xs-pd-top-50 {
padding-top: 50px !important;
}
.xs-pd-top-55 {
padding-top: 55px !important;
}
.xs-pd-top-60 {
padding-top: 60px !important;
}
.xs-pd-top-65 {
padding-top: 65px !important;
}
.xs-pd-top-70 {
padding-top: 70px !important;
}
.xs-pd-top-75 {
padding-top: 75px !important;
}
.xs-pd-top-80 {
padding-top: 80px !important;
}
.xs-pd-top-85 {
padding-top: 85px !important;
}
.xs-pd-top-90 {
padding-top: 90px !important;
}
.xs-pd-top-95 {
padding-top: 95px !important;
}
.xs-pd-top-100 {
padding-top: 100px !important;
}
} .pd-bottom-0 {
padding-bottom: 0px !important;
}
.pd-bottom-5 {
padding-bottom: 5px !important;
}
.pd-bottom-10 {
padding-bottom: 10px !important;
}
.pd-bottom-15 {
padding-bottom: 15px !important;
}
.pd-bottom-20 {
padding-bottom: 20px !important;
}
.pd-bottom-25 {
padding-bottom: 25px !important;
}
.pd-bottom-30 {
padding-bottom: 30px !important;
}
.pd-bottom-35 {
padding-bottom: 35px !important;
}
.pd-bottom-40 {
padding-bottom: 40px !important;
}
.pd-bottom-45 {
padding-bottom: 45px !important;
}
.pd-bottom-50 {
padding-bottom: 50px !important;
}
.pd-bottom-55 {
padding-bottom: 55px !important;
}
.pd-bottom-60 {
padding-bottom: 60px !important;
}
.pd-bottom-65 {
padding-bottom: 65px !important;
}
.pd-bottom-70 {
padding-bottom: 70px !important;
}
.pd-bottom-75 {
padding-bottom: 75px !important;
}
.pd-bottom-80 {
padding-bottom: 80px !important;
}
.pd-bottom-85 {
padding-bottom: 85px !important;
}
.pd-bottom-90 {
padding-bottom: 90px !important;
}
.pd-bottom-95 {
padding-bottom: 95px !important;
}
.pd-bottom-100 {
padding-bottom: 100px !important;
}
@media screen and (max-width: 991px) {
.sm-pd-bottom-0 {
padding-bottom: 0px !important;
}
.sm-pd-bottom-5 {
padding-bottom: 5px !important;
}
.sm-pd-bottom-10 {
padding-bottom: 10px !important;
}
.sm-pd-bottom-15 {
padding-bottom: 15px !important;
}
.sm-pd-bottom-20 {
padding-bottom: 20px !important;
}
.sm-pd-bottom-25 {
padding-bottom: 25px !important;
}
.sm-pd-bottom-30 {
padding-bottom: 30px !important;
}
.sm-pd-bottom-35 {
padding-bottom: 35px !important;
}
.sm-pd-bottom-40 {
padding-bottom: 40px !important;
}
.sm-pd-bottom-45 {
padding-bottom: 45px !important;
}
.sm-pd-bottom-50 {
padding-bottom: 50px !important;
}
.sm-pd-bottom-55 {
padding-bottom: 55px !important;
}
.sm-pd-bottom-60 {
padding-bottom: 60px !important;
}
.sm-pd-bottom-65 {
padding-bottom: 65px !important;
}
.sm-pd-bottom-70 {
padding-bottom: 70px !important;
}
.sm-pd-bottom-75 {
padding-bottom: 75px !important;
}
.sm-pd-bottom-80 {
padding-bottom: 80px !important;
}
.sm-pd-bottom-85 {
padding-bottom: 85px !important;
}
.sm-pd-bottom-90 {
padding-bottom: 90px !important;
}
.sm-pd-bottom-95 {
padding-bottom: 95px !important;
}
.sm-pd-bottom-100 {
padding-bottom: 100px !important;
}
}
@media screen and (max-width: 767px) {
.xs-pd-bottom-0 {
padding-bottom: 0px !important;
}
.xs-pd-bottom-5 {
padding-bottom: 5px !important;
}
.xs-pd-bottom-10 {
padding-bottom: 10px !important;
}
.xs-pd-bottom-15 {
padding-bottom: 15px !important;
}
.xs-pd-bottom-20 {
padding-bottom: 20px !important;
}
.xs-pd-bottom-25 {
padding-bottom: 25px !important;
}
.xs-pd-bottom-30 {
padding-bottom: 30px !important;
}
.xs-pd-bottom-35 {
padding-bottom: 35px !important;
}
.xs-pd-bottom-40 {
padding-bottom: 40px !important;
}
.xs-pd-bottom-45 {
padding-bottom: 45px !important;
}
.xs-pd-bottom-50 {
padding-bottom: 50px !important;
}
.xs-pd-bottom-55 {
padding-bottom: 55px !important;
}
.xs-pd-bottom-60 {
padding-bottom: 60px !important;
}
.xs-pd-bottom-65 {
padding-bottom: 65px !important;
}
.xs-pd-bottom-70 {
padding-bottom: 70px !important;
}
.xs-pd-bottom-75 {
padding-bottom: 75px !important;
}
.xs-pd-bottom-80 {
padding-bottom: 80px !important;
}
.xs-pd-bottom-85 {
padding-bottom: 85px !important;
}
.xs-pd-bottom-90 {
padding-bottom: 90px !important;
}
.xs-pd-bottom-95 {
padding-bottom: 95px !important;
}
.xs-pd-bottom-100 {
padding-bottom: 100px !important;
}
} .mg-top-0 {
margin-top: 0px !important;
}
.mg-top-5 {
margin-top: 5px !important;
}
.mg-top-10 {
margin-top: 10px !important;
}
.mg-top-15 {
margin-top: 15px !important;
}
.mg-top-20 {
margin-top: 20px !important;
}
.mg-top-25 {
margin-top: 25px !important;
}
.mg-top-30 {
margin-top: 30px !important;
}
.mg-top-35 {
margin-top: 35px !important;
}
.mg-top-40 {
margin-top: 40px !important;
}
.mg-top-45 {
margin-top: 45px !important;
}
.mg-top-50 {
margin-top: 50px !important;
}
.mg-top-55 {
margin-top: 55px !important;
}
.mg-top-60 {
margin-top: 60px !important;
}
.mg-top-65 {
margin-top: 65px !important;
}
.mg-top-70 {
margin-top: 70px !important;
}
.mg-top-75 {
margin-top: 75px !important;
}
.mg-top-80 {
margin-top: 80px !important;
}
.mg-top-85 {
margin-top: 85px !important;
}
.mg-top-90 {
margin-top: 90px !important;
}
.mg-top-95 {
margin-top: 95px !important;
}
.mg-top-100 {
margin-top: 100px !important;
}
@media screen and (max-width: 991px) {
.sm-mg-top-0 {
margin-top: 0px !important;
}
.sm-mg-top-5 {
margin-top: 5px !important;
}
.sm-mg-top-10 {
margin-top: 10px !important;
}
.sm-mg-top-15 {
margin-top: 15px !important;
}
.sm-mg-top-20 {
margin-top: 20px !important;
}
.sm-mg-top-25 {
margin-top: 25px !important;
}
.sm-mg-top-30 {
margin-top: 30px !important;
}
.sm-mg-top-35 {
margin-top: 35px !important;
}
.sm-mg-top-40 {
margin-top: 40px !important;
}
.sm-mg-top-45 {
margin-top: 45px !important;
}
.sm-mg-top-50 {
margin-top: 50px !important;
}
.sm-mg-top-55 {
margin-top: 55px !important;
}
.sm-mg-top-60 {
margin-top: 60px !important;
}
.sm-mg-top-65 {
margin-top: 65px !important;
}
.sm-mg-top-70 {
margin-top: 70px !important;
}
.sm-mg-top-75 {
margin-top: 75px !important;
}
.sm-mg-top-80 {
margin-top: 80px !important;
}
.sm-mg-top-85 {
margin-top: 85px !important;
}
.sm-mg-top-90 {
margin-top: 90px !important;
}
.sm-mg-top-95 {
margin-top: 95px !important;
}
.sm-mg-top-100 {
margin-top: 100px !important;
}
}
@media screen and (max-width: 767px) {
.xs-mg-top-0 {
margin-top: 0px !important;
}
.xs-mg-top-5 {
margin-top: 5px !important;
}
.xs-mg-top-10 {
margin-top: 10px !important;
}
.xs-mg-top-15 {
margin-top: 15px !important;
}
.xs-mg-top-20 {
margin-top: 20px !important;
}
.xs-mg-top-25 {
margin-top: 25px !important;
}
.xs-mg-top-30 {
margin-top: 30px !important;
}
.xs-mg-top-35 {
margin-top: 35px !important;
}
.xs-mg-top-40 {
margin-top: 40px !important;
}
.xs-mg-top-45 {
margin-top: 45px !important;
}
.xs-mg-top-50 {
margin-top: 50px !important;
}
.xs-mg-top-55 {
margin-top: 55px !important;
}
.xs-mg-top-60 {
margin-top: 60px !important;
}
.xs-mg-top-65 {
margin-top: 65px !important;
}
.xs-mg-top-70 {
margin-top: 70px !important;
}
.xs-mg-top-75 {
margin-top: 75px !important;
}
.xs-mg-top-80 {
margin-top: 80px !important;
}
.xs-mg-top-85 {
margin-top: 85px !important;
}
.xs-mg-top-90 {
margin-top: 90px !important;
}
.xs-mg-top-95 {
margin-top: 95px !important;
}
.xs-mg-top-100 {
margin-top: 100px !important;
}
} .mg-bottom-0 {
margin-bottom: 0px !important;
}
.mg-bottom-5 {
margin-bottom: 5px !important;
}
.mg-bottom-10 {
margin-bottom: 10px !important;
}
.mg-bottom-15 {
margin-bottom: 15px !important;
}
.mg-bottom-20 {
margin-bottom: 20px !important;
}
.mg-bottom-25 {
margin-bottom: 25px !important;
}
.mg-bottom-30 {
margin-bottom: 30px !important;
}
.mg-bottom-35 {
margin-bottom: 35px !important;
}
.mg-bottom-40 {
margin-bottom: 40px !important;
}
.mg-bottom-45 {
margin-bottom: 45px !important;
}
.mg-bottom-50 {
margin-bottom: 50px !important;
}
.mg-bottom-55 {
margin-bottom: 55px !important;
}
.mg-bottom-60 {
margin-bottom: 60px !important;
}
.mg-bottom-65 {
margin-bottom: 65px !important;
}
.mg-bottom-70 {
margin-bottom: 70px !important;
}
.mg-bottom-75 {
margin-bottom: 75px !important;
}
.mg-bottom-80 {
margin-bottom: 80px !important;
}
.mg-bottom-85 {
margin-bottom: 85px !important;
}
.mg-bottom-90 {
margin-bottom: 90px !important;
}
.mg-bottom-95 {
margin-bottom: 95px !important;
}
.mg-bottom-100 {
margin-bottom: 100px !important;
}
@media screen and (max-width: 991px) {
.sm-mg-bottom-0 {
margin-bottom: 0px !important;
}
.sm-mg-bottom-5 {
margin-bottom: 5px !important;
}
.sm-mg-bottom-10 {
margin-bottom: 10px !important;
}
.sm-mg-bottom-15 {
margin-bottom: 15px !important;
}
.sm-mg-bottom-20 {
margin-bottom: 20px !important;
}
.sm-mg-bottom-25 {
margin-bottom: 25px !important;
}
.sm-mg-bottom-30 {
margin-bottom: 30px !important;
}
.sm-mg-bottom-35 {
margin-bottom: 35px !important;
}
.sm-mg-bottom-40 {
margin-bottom: 40px !important;
}
.sm-mg-bottom-45 {
margin-bottom: 45px !important;
}
.sm-mg-bottom-50 {
margin-bottom: 50px !important;
}
.sm-mg-bottom-55 {
margin-bottom: 55px !important;
}
.sm-mg-bottom-60 {
margin-bottom: 60px !important;
}
.sm-mg-bottom-65 {
margin-bottom: 65px !important;
}
.sm-mg-bottom-70 {
margin-bottom: 70px !important;
}
.sm-mg-bottom-75 {
margin-bottom: 75px !important;
}
.sm-mg-bottom-80 {
margin-bottom: 80px !important;
}
.sm-mg-bottom-85 {
margin-bottom: 85px !important;
}
.sm-mg-bottom-90 {
margin-bottom: 90px !important;
}
.sm-mg-bottom-95 {
margin-bottom: 95px !important;
}
.sm-mg-bottom-100 {
margin-bottom: 100px !important;
}
}
@media screen and (max-width: 767px) {
.xs-mg-bottom-0 {
margin-bottom: 0px !important;
}
.xs-mg-bottom-5 {
margin-bottom: 5px !important;
}
.xs-mg-bottom-10 {
margin-bottom: 10px !important;
}
.xs-mg-bottom-15 {
margin-bottom: 15px !important;
}
.xs-mg-bottom-20 {
margin-bottom: 20px !important;
}
.xs-mg-bottom-25 {
margin-bottom: 25px !important;
}
.xs-mg-bottom-30 {
margin-bottom: 30px !important;
}
.xs-mg-bottom-35 {
margin-bottom: 35px !important;
}
.xs-mg-bottom-40 {
margin-bottom: 40px !important;
}
.xs-mg-bottom-45 {
margin-bottom: 45px !important;
}
.xs-mg-bottom-50 {
margin-bottom: 50px !important;
}
.xs-mg-bottom-55 {
margin-bottom: 55px !important;
}
.xs-mg-bottom-60 {
margin-bottom: 60px !important;
}
.xs-mg-bottom-65 {
margin-bottom: 65px !important;
}
.xs-mg-bottom-70 {
margin-bottom: 70px !important;
}
.xs-mg-bottom-75 {
margin-bottom: 75px !important;
}
.xs-mg-bottom-80 {
margin-bottom: 80px !important;
}
.xs-mg-bottom-85 {
margin-bottom: 85px !important;
}
.xs-mg-bottom-90 {
margin-bottom: 90px !important;
}
.xs-mg-bottom-95 {
margin-bottom: 95px !important;
}
.xs-mg-bottom-100 {
margin-bottom: 100px !important;
}
} .fw-light {
font-weight: 300 !important;
}
.fw-normal {
font-weight: 400 !important;
}
.fw-medium {
font-weight: 500 !important;
}
.fw-semi-bold {
font-weight: 600 !important;
}
.fw-bold {
font-weight: 700 !important;
}
.fw-black {
font-weight: 900 !important;
} .fs-10 {
font-size: 10px !important;
}
.fs-11 {
font-size: 11px !important;
}
.fs-12 {
font-size: 12px !important;
}
.fs-13 {
font-size: 13px !important;
}
.fs-14 {
font-size: 14px !important;
}
.fs-15 {
font-size: 15px !important;
}
.fs-16 {
font-size: 16px !important;
}
.fs-18 {
font-size: 18px !important;
}
.fs-20 {
font-size: 20px !important;
}
.fs-21 {
font-size: 21px !important;
}
.fs-24 {
font-size: 24px !important;
}
.fs-26 {
font-size: 26px !important;
}
.fs-30 {
font-size: 30px !important;
}
.fs-31 {
font-size: 31px !important;
}
.fs-32 {
font-size: 32px !important;
}
.fs-34 {
font-size: 34px !important;
}
.fs-36 {
font-size: 36px !important;
}
.fs-38 {
font-size: 38px !important;
}
.fs-42 {
font-size: 42px !important;
}
.fs-44 {
font-size: 44px !important;
}
.fs-46 {
font-size: 46px !important;
}
.fs-48 {
font-size: 48px !important;
}
.fs-50 {
font-size: 50px !important;
}
.fs-60 {
font-size: 60px !important;
}
.fs-120 {
font-size: 120px !important;
} .text-italic {
font-style: italic !important;
}
.uppercase {
text-transform: uppercase !important;
} .line-small {
line-height: 1em !important;
}
.line-normal {
line-height: 1.5em !important;
}
.line-medium {
line-height: 1.6em !important;
}
.line-large {
line-height: 1.8em !important;
}
.line-2x {
line-height: 2em !important;
}
.line-3x {
line-height: 3em !important;
}
.line-21 {
line-height: 21px !important;
}
.line-24 {
line-height: 24px !important;
}
.line-28 {
line-height: 28px !important;
}
.line-34 {
line-height: 34px !important;
}
.line-42 {
line-height: 42px !important;
}
.line-60 {
line-height: 60px !important;
} .spacing-50 {
letter-spacing: 0.05em;
}
.nn {
letter-spacing: 0.1em;
}
.spacing--50 {
letter-spacing: -0.05em;
} .transition03 {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.transition05 {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
} .overflow-hidden {
overflow: hidden !important;
}
.fixed {
position: fixed;
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
-o-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.pd-right-60 {
padding-right: 60px;
}
.inner-pd-right-0 > div {
padding-right: 0 !important;
}
.inner-pd-left-0 > div {
padding-left: 0 !important;
}
.mg-bottom--70 {
margin-bottom: -70px;
}
.text-left {
text-align: left !important;
}
@media screen and (max-width: 991px) {
.md-pd-right-0 {
padding-right: 0;
}
.sm-text-center {
text-align: center;
}
}
@media (max-width: 767px) {
.xs-text-center {
text-align: center;
}
.xs-display-none {
display: none;
}
.inner-sm-pd-right-15 > div {
padding-right: 15px !important;
}
.inner-sm-pd-left-15 > div {
padding-left: 15px !important;
}
} @media (max-width: 479px) {
.col-mb-1,
.col-mb-2,
.col-mb-3,
.col-mb-4,
.col-mb-5,
.col-mb-6,
.col-mb-7,
.col-mb-8,
.col-mb-9,
.col-mb-10,
.col-mb-11,
.col-mb-12 {
float: left;
}
.col-mb-12 {
width: 100%;
}
.col-mb-11 {
width: 91.66666667%;
}
.col-mb-10 {
width: 83.33333333%;
}
.col-mb-9 {
width: 75%;
}
.col-mb-8 {
width: 66.66666667%;
}
.col-mb-7 {
width: 58.33333333%;
}
.col-mb-6 {
width: 50%;
}
.col-mb-5 {
width: 41.66666667%;
}
.col-mb-4 {
width: 33.33333333%;
}
.col-mb-3 {
width: 25%;
}
.col-mb-2 {
width: 16.66666667%;
}
.col-mb-1 {
width: 8.33333333%;
}
.col-mb-pull-12 {
right: 100%;
}
.col-mb-pull-11 {
right: 91.66666667%;
}
.col-mb-pull-10 {
right: 83.33333333%;
}
.col-mb-pull-9 {
right: 75%;
}
.col-mb-pull-8 {
right: 66.66666667%;
}
.col-mb-pull-7 {
right: 58.33333333%;
}
.col-mb-pull-6 {
right: 50%;
}
.col-mb-pull-5 {
right: 41.66666667%;
}
.col-mb-pull-4 {
right: 33.33333333%;
}
.col-mb-pull-3 {
right: 25%;
}
.col-mb-pull-2 {
right: 16.66666667%;
}
.col-mb-pull-1 {
right: 8.33333333%;
}
.col-mb-pull-0 {
right: auto;
}
.col-mb-push-12 {
left: 100%;
}
.col-mb-push-11 {
left: 91.66666667%;
}
.col-mb-push-10 {
left: 83.33333333%;
}
.col-mb-push-9 {
left: 75%;
}
.col-mb-push-8 {
left: 66.66666667%;
}
.col-mb-push-7 {
left: 58.33333333%;
}
.col-mb-push-6 {
left: 50%;
}
.col-mb-push-5 {
left: 41.66666667%;
}
.col-mb-push-4 {
left: 33.33333333%;
}
.col-mb-push-3 {
left: 25%;
}
.col-mb-push-2 {
left: 16.66666667%;
}
.col-mb-push-1 {
left: 8.33333333%;
}
.col-mb-push-0 {
left: auto;
}
.col-mb-offset-12 {
margin-left: 100%;
}
.col-mb-offset-11 {
margin-left: 91.66666667%;
}
.col-mb-offset-10 {
margin-left: 83.33333333%;
}
.col-mb-offset-9 {
margin-left: 75%;
}
.col-mb-offset-8 {
margin-left: 66.66666667%;
}
.col-mb-offset-7 {
margin-left: 58.33333333%;
}
.col-mb-offset-6 {
margin-left: 50%;
}
.col-mb-offset-5 {
margin-left: 41.66666667%;
}
.col-mb-offset-4 {
margin-left: 33.33333333%;
}
.col-mb-offset-3 {
margin-left: 25%;
}
.col-mb-offset-2 {
margin-left: 16.66666667%;
}
.col-mb-offset-1 {
margin-left: 8.33333333%;
}
.col-mb-offset-0 {
margin-left: 0;
}
} .pos-rev {
position: relative;
}
.pos-ab {
position: absolute;
}
.mg-right-30 {
margin-right: 30px;
}
.mg-left-30 {
margin-left: 30px;
}
.mg-right-20 {
margin-right: 20px;
}
.mg-right-10 {
margin-right: 10px;
}
.mg-top-3 {
margin-top: 3px;
}
.color-white * {
color: #fff;
}
.app-icon {
overflow: inherit;
}
.app-icon div {
display: table-cell;
vertical-align: middle;
}
.app-icon .icon {
border-right: solid 1px;
border-color: rgba(255, 255, 255, 0.3);
padding: 17px 17px 17px 5px;
}
.app-icon .content {
padding: 11px 0 11px 17px;
}
.app-icon i,
.app-icon span,
.app-icon h4 {
color: #fff;
} .compare-thumb-main .thumb-inner-empty {
border: 2px dashed #ededed !important;
}
.compare-thumb-main .compare-property-remove {
background: #00a0e4 !important;
} .compare-tables.table-striped .property-title a {
color: #222222 !important;
}
.compare-tables.table-striped .property-price {
color: #222222 !important;
}
.compare-tables.table-striped .property-location i {
color: #00a0e4 !important;
}
.compare-tables.table-striped .title-list-check {
color: #222222 !important;
}
.display-none {
display: none;
}
.add-compare {
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
transform: rotateY(360deg);
-webkit-transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
transition: 1s;
}
.property-id .fa-barcode,
.property-area .fa-arrows,
.property-bedrooms .fa-hotel,
.property-bathrooms .fa-bath,
.property-garage .fa-car {
font-family: 'icomoon';
}
.property-id .fa-barcode:before {
content: '\ed58';
}
.property-area .fa-arrows:before {
content: '\e90a';
}
.property-bedrooms .fa-hotel:before {
content: '\e907';
}
.property-bathrooms .fa-bath:before {
content: '\e908';
}
.property-garage .fa-car:before {
content: '\e902';
}
.content-padding-15 .container {
padding-left: 15px;
padding-right: 15px;
}
.inline-block {
display: inline-block;
}
.submit-property {
background: #00a0e4;
padding: 8px 28px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
color: #fff;
border: solid 2px #00a0e4;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
font-size: 12px;
}
.submit-property i {
margin-right: 10px;
font-size: 12px !important;
}
.submit-property:hover {
background-color: transparent;
color: #00a0e4;
}
.custom-title {
position: absolute;
top: 22px;
width: 1170px;
left: 0;
right: 0;
margin-left: auto !important;
margin-right: auto !important;
} body {
font-family: 'Poppins';
font-size: 14px;
font-weight: 300;
}
h1 {
font-family: 'Poppins';
font-size: 40pxpx;
font-weight: 300;
}
h2 {
font-family: 'Poppins';
font-size: 48px;
font-weight: 300;
}
h3 {
font-family: 'Poppins';
font-size: 32px;
font-weight: 300;
}
h4 {
font-family: 'Poppins';
font-size: 21px;
font-weight: 300;
}
h5 {
font-family: 'Poppins';
font-size: 18px;
font-weight: 300;
}
h6 {
font-family: 'Poppins';
font-size: 16px;
font-weight: 300;
} .benaa-class .wp-social-login-widget {
padding-bottom: 40px;
}
.benaa-class .wp-social-login-widget .wp-social-login-connect-with {
color: #bababa;
}
.benaa-class .wp-social-login-widget .wp-social-login-provider-list {
padding: 0;
}
.benaa-class .modal-login .modal-content {
padding: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
}
.benaa-class .modal-login .modal-content button.close {
display: none;
}
.benaa-class .modal-login .modal-content .nav-tabs > li {
width: 50%;
text-align: center;
}
.benaa-class .modal-login .modal-content .nav-tabs > li.active > a,
.benaa-class .modal-login .modal-content .nav-tabs > li:hover > a,
.benaa-class .modal-login .modal-content .nav-tabs > li:focus > a {
color: #fff;
background-color: #00a0e4;
}
.benaa-class .modal-login .modal-content .nav-tabs > li > a {
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
border: none;
border-bottom: solid 1px transparent;
font-weight: 600;
font-size: 18px;
text-transform: uppercase;
color: #222222;
padding: 22px 15px;
background-color: #f5f5f5;
margin-right: 0;
}
.benaa-class .ere-login-wrap .form-group input:not([type=checkbox]),
.benaa-class .ere-login-wrap .form-group select.form-control,
.benaa-class .ere-register-wrap .form-group input:not([type=checkbox]),
.benaa-class .ere-register-wrap .form-group select.form-control,
.benaa-class .ere-reset-password-wrap .form-group input:not([type=checkbox]),
.benaa-class .ere-reset-password-wrap .form-group select.form-control {
border: solid 1px #ededed;
height: 52px;
-webkit-border-radius: 26px;
-webkit-background-clip: padding-box;
-moz-border-radius: 26px;
-moz-background-clip: padding;
border-radius: 26px;
background-clip: padding-box;
margin-bottom: 17px;
padding: 0 40px;
background-color: #fff;
}
.benaa-class .ere-login-wrap .form-group input:not([type=checkbox]):focus,
.benaa-class .ere-login-wrap .form-group input:not([type=checkbox]):hover,
.benaa-class .ere-login-wrap .form-group select.form-control:focus,
.benaa-class .ere-login-wrap .form-group select.form-control:hover,
.benaa-class .ere-register-wrap .form-group input:not([type=checkbox]):focus,
.benaa-class .ere-register-wrap .form-group input:not([type=checkbox]):hover,
.benaa-class .ere-register-wrap .form-group select.form-control:focus,
.benaa-class .ere-register-wrap .form-group select.form-control:hover,
.benaa-class .ere-reset-password-wrap .form-group input:not([type=checkbox]):focus,
.benaa-class .ere-reset-password-wrap .form-group input:not([type=checkbox]):hover,
.benaa-class .ere-reset-password-wrap .form-group select.form-control:focus,
.benaa-class .ere-reset-password-wrap .form-group select.form-control:hover {
border-color: #00a0e4;
}
.benaa-class .ere-login-wrap .form-group:after,
.benaa-class .ere-register-wrap .form-group:after {
font-size: 16px;
color: #c5c5c5;
line-height: 52px;
left: 6px;
right: auto;
}
.benaa-class .ere-login-wrap button,
.benaa-class .ere-register-wrap button,
.benaa-class .ere-reset-password-wrap button {
height: 48px;
-webkit-border-radius: 24px;
-webkit-background-clip: padding-box;
-moz-border-radius: 24px;
-moz-background-clip: padding;
border-radius: 24px;
background-clip: padding-box;
background-color: #00a0e4;
border-color: #00a0e4;
}
.benaa-class .ere-login-wrap button:hover,
.benaa-class .ere-register-wrap button:hover,
.benaa-class .ere-reset-password-wrap button:hover {
border-color: #222222;
background-color: #222222 !important;
color: #fff;
}
.benaa-class .ere-login-wrap .checkbox:hover,
.benaa-class .ere-login-wrap .ere-reset-password:hover {
color: #00a0e4;
}
.benaa-class .ere-update-profile input,
.benaa-class .ere-change-password input {
-webkit-border-radius: 22px;
-webkit-background-clip: padding-box;
-moz-border-radius: 22px;
-moz-background-clip: padding;
border-radius: 22px;
background-clip: padding-box;
padding: 0 23px;
}
.benaa-class .ere-update-profile textarea,
.benaa-class .ere-change-password textarea {
-webkit-border-radius: 22px;
-webkit-background-clip: padding-box;
-moz-border-radius: 22px;
-moz-background-clip: padding;
border-radius: 22px;
background-clip: padding-box;
padding: 8px 23px;
}
.benaa-class .ere-my-properties-search select,
.benaa-class .ere-dashboard-content select,
.benaa-class .ere-my-properties-search input,
.benaa-class .ere-dashboard-content input {
-webkit-border-radius: 22px;
-webkit-background-clip: padding-box;
-moz-border-radius: 22px;
-moz-background-clip: padding;
border-radius: 22px;
background-clip: padding-box;
padding: 0 23px;
}
.benaa-class .ere-my-properties-search .btn,
.benaa-class .ere-dashboard-content .btn {
padding: 11px 23px !important;
-webkit-border-radius: 22px;
-webkit-background-clip: padding-box;
-moz-border-radius: 22px;
-moz-background-clip: padding;
border-radius: 22px;
background-clip: padding-box;
background-color: transparent;
color: #00a0e4;
}
.benaa-class .ere-my-properties-search .btn:hover,
.benaa-class .ere-dashboard-content .btn:hover,
.benaa-class .ere-my-properties-search .btn:focus,
.benaa-class .ere-dashboard-content .btn:focus {
background-color: #00a0e4;
color: #fff;
border-color: #00a0e4;
}
.benaa-class .ere-reset-password {
text-decoration: underline;
}
.benaa-class .ere_widget_login_menu .login-link i,
.benaa-class .ere_widget_login_menu .user-display-name i {
font-family: icomoon;
}
.benaa-class .ere_widget_login_menu .login-link i:before,
.benaa-class .ere_widget_login_menu .user-display-name i:before {
content: "\e971";
}
.benaa-class .ere-user-dashboard .ere-dashboard-welcome {
border: none;
padding: 0;
text-align: initial;
}
.benaa-class .ere-user-dashboard .ere-dashboard-welcome figure {
width: initial;
height: initial;
overflow: initial;
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
border: none;
background-color: #4c4c4c;
}
.benaa-class .ere-user-dashboard .ere-dashboard-welcome figure img {
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
}
.benaa-class .ere-user-dashboard .ere-dashboard-welcome h4.ere-dashboard-title {
font-size: 18px;
margin: 0;
margin-bottom: 35px;
}
.benaa-class .ere-user-dashboard .ere-dashboard-welcome a.ere-dashboard-logout {
border: solid 2px #00a0e4;
display: block;
text-align: center;
font-size: 14px;
line-height: 18px;
padding: 11px 19px;
-webkit-border-radius: 22px;
-webkit-background-clip: padding-box;
-moz-border-radius: 22px;
-moz-background-clip: padding;
border-radius: 22px;
background-clip: padding-box;
color: #00a0e4;
text-transform: uppercase;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.benaa-class .ere-user-dashboard .ere-dashboard-welcome a.ere-dashboard-logout i {
display: none;
}
.benaa-class .ere-user-dashboard .ere-dashboard-welcome a.ere-dashboard-logout:hover {
background-color: #00a0e4;
color: #fff;
}
.benaa-class .ere-user-dashboard .ere-dashboard-welcome .ere-dashboard-user-info {
background-color: #fff;
padding: 24px 20px 15px;
-webkit-box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.02);
-moz-box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.02);
box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.02);
}
.benaa-class .ere-user-dashboard .navbar-default {
border: none;
padding-left: 20px;
padding-right: 20px;
background: #fff;
-webkit-box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.02);
-moz-box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.02);
box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.02);
}
.benaa-class .ere-user-dashboard .navbar-default .navbar-nav > li {
border-color: #ededed;
}
.benaa-class .ere-user-dashboard .navbar-default .navbar-nav > li > a {
color: #727272;
font-weight: 500;
font-size: 14px;
padding-left: 0;
padding-right: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.benaa-class .ere-user-dashboard .navbar-default .ere-dashboard-nav li.active a,
.benaa-class .ere-user-dashboard .navbar-default .navbar-nav > li > a:focus,
.benaa-class .ere-user-dashboard .navbar-default .navbar-nav > li > a:hover {
border: none;
margin-left: 0;
background-color: transparent;
color: #00a0e4;
}
.benaa-class .ere-user-dashboard .panel-default {
border: none;
}
.benaa-class .ere-user-dashboard .panel-default > .panel-heading {
background-color: #000;
color: #fff;
font-weight: 600;
text-transform: capitalize;
font-size: 18px;
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
padding: 16.5px 30px;
}
.benaa-class .ere-user-dashboard .panel-default .list-group.ere-my-package {
padding-left: 20px !important;
padding-right: 20px;
-webkit-box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.02);
-moz-box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.02);
box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.02);
}
.benaa-class .ere-user-dashboard .panel-default .list-group.ere-my-package > li {
border-bottom: 1px solid #ededed !important;
padding: 13px 20px;
margin-bottom: 0;
padding-left: 0;
padding-right: 0;
color: #727272;
font-weight: 500;
font-size: 14px;
width: 100%;
}
.benaa-class .ere-user-dashboard .panel-default .list-group.ere-my-package > li:last-child {
margin-top: -1px;
border-bottom: none !important;
}
.benaa-class .ere-user-dashboard .panel-default .list-group.ere-my-package > li > a.btn {
margin-top: 7px;
-webkit-border-radius: 22px;
-webkit-background-clip: padding-box;
-moz-border-radius: 22px;
-moz-background-clip: padding;
border-radius: 22px;
background-clip: padding-box;
background-color: transparent;
color: #00a0e4;
}
.benaa-class .ere-user-dashboard .panel-default .list-group.ere-my-package > li > a.btn:hover,
.benaa-class .ere-user-dashboard .panel-default .list-group.ere-my-package > li > a.btn:focus {
background-color: #00a0e4;
border-color: #00a0e4;
color: #fff;
}
.benaa-class .ere-user-dashboard .panel-default .panel-body {
padding: 30px;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-post-container {
border: none;
margin-bottom: 30px;
padding: 15px;
-webkit-box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.02);
-moz-box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.02);
box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.02);
position: relative;
display: flex;
display: -webkit-flex;
justify-content: flex-start;
-webkit-justify-content: flex-start;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-post-thumb {
padding: 0;
min-width: 340px;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-post-thumb > span {
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
padding-left: 17px;
padding-right: 17px;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-post-thumb > span.ere-property-status {
top: 15px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-background-clip: padding-box;
-moz-border-radius-topright: 10px;
-moz-background-clip: padding;
border-top-right-radius: 10px;
background-clip: padding-box;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-post-thumb > span.ere-property-featured {
bottom: auto;
top: 15px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-background-clip: padding-box;
-moz-border-radius-topleft: 10px;
-moz-background-clip: padding;
border-top-left-radius: 10px;
background-clip: padding-box;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content h4.ere-post-title {
font-weight: 600;
font-size: 21px;
margin-top: 2px;
margin-bottom: 6px;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content h4.ere-post-title a {
color: #222222;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-post-content {
padding: 0;
margin-left: 15px;
position: relative;
width: 100%;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-my-property-address {
font-size: 12px;
margin-bottom: 12px;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-my-property-address i {
display: none;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-my-property-total-views,
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-my-property-date,
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-info-inner > div {
font-size: 12px;
display: inline-block;
width: 50%;
float: left;
margin-bottom: 5px;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-my-property-total-views i,
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-my-property-date i,
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-info-inner > div i {
font-size: 16px;
color: #00a0e4;
margin-right: 6px;
width: 16px;
display: inline-block;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-type {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-type > a {
color: #00a0e4;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-type > a + a:before {
content: ",";
display: inline-block;
margin-right: 5px;
margin-left: -2px;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-status-price {
display: table;
width: 100%;
position: absolute;
bottom: 0;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-status-price > div {
display: table-cell;
vertical-align: middle;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-status-price .property-status {
background-color: #00a0e4;
position: relative;
right: auto;
top: auto;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-status-price .property-status p {
margin-bottom: 0;
color: #fff;
font-weight: 500;
text-transform: uppercase;
display: inline-block;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-status-price .property-status p .property-status-bg {
background-color: transparent;
font-size: 12px;
line-height: 40px;
padding-left: 20px;
padding-right: 10px;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-status-price .property-status p .property-status-bg .property-arrow {
display: none;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-status-price .property-status:after {
content: '';
display: block;
width: 0;
height: 0;
border-top: 40px solid #00a0e4;
border-right: 20px solid transparent;
position: absolute;
top: 0;
left: 100%;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-status-price .property-price {
background-color: #222222;
font-size: 16px;
font-weight: 600;
color: #fff;
text-align: right;
padding-right: 20px;
white-space: nowrap;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-status-price .property-price .property-price-prefix,
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-status-price .property-price .property-price-postfix {
font-weight: 600;
font-size: 10px;
color: #aeaeae;
line-height: 19px;
text-transform: uppercase;
position: relative;
top: -4px;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content ul.ere-dashboard-actions {
background-color: #222222;
position: absolute;
bottom: 0;
left: 0;
margin-top: 0;
width: 100%;
display: flex;
display: -webkit-flex;
justify-content: space-evenly;
-webkit-justify-content: space-evenly;
align-items: center;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content ul.ere-dashboard-actions a.btn-action {
font-size: 14px;
color: #bababa;
border: none;
background: transparent;
margin: 0;
padding-top: 8.5px;
padding-bottom: 8.5px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content ul.ere-dashboard-actions a.btn-action:hover {
color: #fff;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content ul.ere-dashboard-actions a.btn-action.ere-dashboard-action-edit:before,
.benaa-class .ere-user-dashboard .ere-dashboard-content ul.ere-dashboard-actions a.btn-action.ere-dashboard-action-allow_edit:before {
content: "\f040";
display: inline-block;
font-size: 14px;
color: #00a0e4;
width: 15px;
font-family: FontAwesome;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content ul.ere-dashboard-actions a.btn-action.ere-dashboard-action-delete:before {
content: "\f1f8";
display: inline-block;
font-size: 15px;
color: #00a0e4;
width: 15px;
font-family: FontAwesome;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content ul.ere-dashboard-actions a.btn-action.ere-dashboard-action-hidden:before {
content: "\f070";
display: inline-block;
font-size: 15px;
color: #00a0e4;
width: 18px;
font-family: FontAwesome;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-property.property-list .ere-item-wrap {
-webkit-box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.02);
-moz-box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.02);
box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.02);
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-property.property-list .property-status-price {
position: initial;
margin-top: 75px !important;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-property.property-list .paging-navigation {
margin-top: 0 !important;
}
.benaa-class .payment-wrap .ere-payment-for a.btn.btn-default,
.benaa-class .payment-wrap #ere_payment_package,
.benaa-class .ere-payment-completed-wrap a.btn.btn-primary {
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
background-color: transparent;
color: #00a0e4;
}
.benaa-class .payment-wrap .ere-payment-for a.btn.btn-default:hover,
.benaa-class .payment-wrap #ere_payment_package:hover,
.benaa-class .ere-payment-completed-wrap a.btn.btn-primary:hover,
.benaa-class .payment-wrap .ere-payment-for a.btn.btn-default:focus,
.benaa-class .payment-wrap #ere_payment_package:focus,
.benaa-class .ere-payment-completed-wrap a.btn.btn-primary:focus {
border-color: #00a0e4;
background-color: #00a0e4;
color: #fff;
}
@media (max-width: 767px) {
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-post-container {
display: block;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-post-thumb {
min-width: 100%;
margin-bottom: 15px;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-post-content {
margin-left: 0;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-status-price {
position: initial;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-property.property-list .property-status-price {
margin-top: 0 !important;
}
}
@media (max-width: 374px) {
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-status-price > div {
display: block;
text-align: center !important;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-status-price > div.property-status:after {
display: none;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-property.property-list .property-info .property-info-inner > div,
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-my-property-total-views,
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-my-property-date,
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-info-inner > div {
width: 100% !important;
}
}
.benaa-class {     }
.benaa-class .agent-title {
font-size: 30px;
}
.benaa-class .ere-agent .agent-item {
overflow: hidden;
}
.benaa-class #agency-agent {
background: #fff;
padding: 15px;
}
.benaa-class div.ere-agent-wrap .ere-agent h4 a:hover {
color: #00a0e4;
}
.benaa-class div.ere-agent-wrap .ere-agent.owl-nav-top-right .owl-nav div:hover {
background: #00a0e4;
}
.benaa-class div.ere-agent-wrap .ere-agent.owl-nav-top-right .owl-nav .owl-prev:hover:after {
border-top-color: #00a0e4 !important;
}
.benaa-class div.ere-agent-wrap .ere-agent.owl-nav-top-right .owl-nav .owl-next:hover:after {
border-bottom-color: #00a0e4 !important;
}
.benaa-class div.ere-agent-wrap .ere-agent.owl-nav-top-right .owl-nav .owl-prev {
right: 65px;
}
.benaa-class .ere-agent.agent-grid .agent-item:hover .agent-info h4 a,
.benaa-class .ere-agent.agent-slider .agent-item:hover .agent-info h4 a,
.benaa-class .ere-agent.agent-grid .agent-item:hover .agent-info span,
.benaa-class .ere-agent.agent-slider .agent-item:hover .agent-info span {
color: #fff;
}
.benaa-class .ere-agent.agent-grid .agent-item:hover .agent-content,
.benaa-class .ere-agent.agent-slider .agent-item:hover .agent-content {
background-color: #00a0e4;
}
.benaa-class .ere-agent.agent-grid .agent-item:hover .agent-social,
.benaa-class .ere-agent.agent-slider .agent-item:hover .agent-social {
height: 35px;
}
.benaa-class .ere-agent.agent-grid .agent-content,
.benaa-class .ere-agent.agent-slider .agent-content {
padding-top: 15px;
padding-bottom: 9px;
background-color: #222222;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
position: absolute;
bottom: 0;
left: 15px;
right: 15px;
}
.benaa-class .ere-agent.agent-grid .agent-social,
.benaa-class .ere-agent.agent-slider .agent-social {
top: initial;
background-color: transparent;
margin: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
height: 0;
}
.benaa-class .ere-agent.agent-grid .agent-info,
.benaa-class .ere-agent.agent-slider .agent-info {
background-color: transparent;
padding-top: 0;
padding-bottom: 3px;
}
.benaa-class .ere-agent.agent-grid .agent-info h4 a,
.benaa-class .ere-agent.agent-slider .agent-info h4 a {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
color: #00a0e4;
font-size: 21px;
}
.benaa-class .ere-agent.agent-grid .agent-info span,
.benaa-class .ere-agent.agent-slider .agent-info span {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
color: #bababa;
}
.benaa-class .ere-agent.agent-slider .agent-content {
left: 0;
right: 0;
}
.benaa-class .ere-agent.agent-list h4 a {
font-weight: 600;
font-size: 21px;
color: #00a0e4;
}
.benaa-class .ere-agent.agent-list .agent-social a:hover i {
color: #00a0e4;
}
.benaa-class .ere-agent.agent-slider .agent-item {
margin-bottom: 0;
}
.benaa-class .ere-agent h4 a:hover {
color: #00a0e4;
}
.benaa-class .ere-agent .owl-nav .owl-prev {
background-color: #f6f6f6;
}
.benaa-class .ere-agent .owl-nav .owl-prev:after {
border-top-color: #f6f6f6 !important;
}
.benaa-class div.ere-archive-agent-wrap .archive-agent-action .view-as span.active,
.benaa-class .archive-agent-action .view-as span:hover {
background: #00a0e4 !important;
}
.benaa-class div.ere-archive-agent-wrap .archive-agent-action .view-as span.active:before,
.benaa-class .archive-agent-action .view-as span:hover:before {
border-top-color: #00a0e4;
border-bottom-color: #00a0e4;
}
.benaa-class div.ere-archive-agent-wrap .archive-agent-action .view-as span.active .above-archive-agent .archive-agent-action .search-box button:hover,
.benaa-class .archive-agent-action .view-as span:hover .above-archive-agent .archive-agent-action .search-box button:hover {
border-color: #222222;
background-color: #222222;
}
.benaa-class .above-archive-agent .archive-agent-action .search-box input {
background-color: #fff;
}
.benaa-class .above-archive-agent .archive-agent-action .sort-agent span {
background-color: #fff;
}
.benaa-class .ere-agent.agent-list .agent-avatar {
float: left;
width: 270px;
display: block;
}
.benaa-class .ere-agent.agent-list .agent-content {
display: block;
position: relative;
overflow: hidden;
padding-top: 0;
padding-left: 15px;
vertical-align: initial;
}
.benaa-class .ere-agent.agent-list p {
font-size: 14px;
height: 135px;
overflow: hidden;
}
.benaa-class .ere-agent.agent-list .agent-social a {
border: solid 1px;
border-radius: 50%;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.benaa-class .ere-agent.agent-list .agent-social a + a {
margin-left: 10px;
}
.benaa-class .ere-agent.agent-list .agent-info {
margin-bottom: 35px;
border-bottom: solid 1px #bababa;
padding-bottom: 40px;
}
.benaa-class .ere-agent.agent-list .agent-item-inner {
border-bottom: none;
}
.benaa-class div.ere-agent-single-wrap .single-agent-element .ere-property-wrap {
background-color: transparent !important;
}
.benaa-class div.ere-agent-single-wrap .single-agent-element:last-child {
margin-bottom: 0 !important;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner {
background-color: #fff;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
margin-right: 0;
margin-left: 0;
margin-bottom: 25px;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .agent-avatar {
height: 250px;
overflow: hidden;
background-color: #f6f6f6;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .agent-avatar a.btn {
display: none;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .agent-social a {
width: initial;
height: initial;
background-color: transparent;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .agent-social a i {
color: #aeaeae;
font-size: 14px;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .agent-social a + a {
margin-left: 20px;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .agent-social a:hover {
background-color: transparent;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .agent-social a:hover i {
color: #00a0e4;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .agent-contact {
margin-top: 11px;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .agent-contact span {
color: #222222;
font-weight: 600;
display: inline-block;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .agent-single .agent-title h2 {
margin-bottom: -3px;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .contact-agent input {
height: 42px;
-webkit-border-radius: 21px;
-webkit-background-clip: padding-box;
-moz-border-radius: 21px;
-moz-background-clip: padding;
border-radius: 21px;
background-clip: padding-box;
border-color: #ededed;
padding: 0 23px;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .contact-agent textarea {
height: 102px;
-webkit-border-radius: 21px;
-webkit-background-clip: padding-box;
-moz-border-radius: 21px;
-moz-background-clip: padding;
border-radius: 21px;
background-clip: padding-box;
border-color: #ededed;
padding: 8px 23px;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .contact-agent .form-group {
margin-bottom: 19px;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .contact-agent .agent-contact-btn {
background-color: transparent;
border-color: #00a0e4;
color: #00a0e4;
padding-top: 10px;
padding-bottom: 10px;
-webkit-border-radius: 21px;
-webkit-background-clip: padding-box;
-moz-border-radius: 21px;
-moz-background-clip: padding;
border-radius: 21px;
background-clip: padding-box;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .contact-agent .agent-contact-btn:hover {
background-color: #00a0e4;
color: #fff;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .col-md-12.mg-top-40.mg-bottom-40 {
margin-bottom: 0 !important;
padding-left: 0;
}
.benaa-class div.ere-agent-single-wrap .ere-heading-style2 h2 {
font-weight: 600;
color: #fff;
font-size: 18px;
background: #222222;
padding: 15px;
}
.benaa-class div.ere-agent-single-wrap .ere-heading-style2 h2:after {
display: none;
}
.benaa-class div.ere-agent-single-wrap .agent-reviews {
background-color: #fff;
padding: 10px 20px;
}
.benaa-class div.ere-agent-single-wrap .agent-properties {
margin-bottom: 60px;
}
.benaa-class div.ere-agent-single-wrap .agent-properties .ere-heading {
text-align: left;
margin-bottom: 0 !important;
}
.benaa-class div.ere-agent-single-wrap .agent-properties .ere-heading h2 {
font-weight: 600;
color: #fff;
font-size: 18px;
background: #222222;
padding: 15px;
margin: 0;
}
.benaa-class div.ere-agent-single-wrap .agent-properties .ere-heading span {
display: none;
}
.benaa-class div.ere-agent-single-wrap .agent-properties .ere-property-wrap {
background-color: #fdfdfd;
}
.benaa-class div.ere-agent-single-wrap .agent-properties .ere-property-wrap .property-content .property-item:last-child {
margin-bottom: 0 !important;
}
.benaa-class div.ere-agent-single-wrap .agent-other {
background-color: #fff;
position: relative;
padding-bottom: 100px;
}
.benaa-class div.ere-agent-single-wrap .agent-other:before {
content: '';
display: block;
background-color: #fff;
width: 100%;
height: 100%;
position: absolute;
right: 100%;
top: 0;
}
.benaa-class div.ere-agent-single-wrap .agent-other:after {
content: '';
display: block;
background-color: #fff;
width: 100%;
height: 100%;
position: absolute;
left: 100%;
top: 0;
}
.benaa-class div.ere-agent-single-wrap .agent-other .ere-heading {
text-align: left;
}
.benaa-class div.ere-agent-single-wrap .agent-other .agent-avatar a img {
background-color: #f6f6f6;
}
.benaa-class div.ere-agent-single-wrap .agent-other .owl-nav .owl-prev {
top: -55px;
right: 65px;
left: auto;
}
.benaa-class div.ere-agent-single-wrap .agent-other .owl-nav .owl-prev:hover {
background-color: #00a0e4;
}
.benaa-class div.ere-agent-single-wrap .agent-other .owl-nav .owl-prev:hover i {
color: #fff;
}
.benaa-class div.ere-agent-single-wrap .agent-other .owl-nav .owl-prev:hover:after {
border-top-color: #00a0e4 !important;
}
.benaa-class div.ere-agent-single-wrap .agent-other .owl-nav .owl-next {
top: -55px;
right: 0;
background-color: #00a0e4;
}
.benaa-class div.ere-agent-single-wrap .agent-other .owl-nav .owl-next i {
color: #fff;
}
.benaa-class div.ere-agent-single-wrap .agent-other .owl-nav .owl-next:after {
border-bottom-color: #00a0e4;
}
.benaa-class div.ere-agent-single .contact-agent .form-error {
color: #00a0e4;
}
.benaa-class .agency-action .sort-agency span,
.benaa-class .agency-action .search-box input {
background-color: #fff;
}
.benaa-class div.agency-details-tab .nav-tabs {
background-color: #222222;
}
.benaa-class div.agency-details-tab .nav-tabs li.active a,
.benaa-class div.agency-details-tab .nav-tabs li:hover a {
background-color: #00a0e4;
}
.benaa-class div.ere-agency .agency-action-wrap {
margin-top: -36px;
}
.benaa-class div.ere-agency .agency-item {
padding: 15px 15px 5px;
background-color: #fff;
margin-bottom: 30px !important;
}
.benaa-class div.ere-agency .agency-inner {
border-bottom: none;
padding-bottom: 0 !important;
display: inline-block;
}
.benaa-class div.ere-agency .agency-item-content {
overflow: hidden;
padding-left: 0;
margin-top: 16px;
}
.benaa-class div.ere-agency .agency-avatar {
float: left;
width: 250px;
min-height: 250px;
margin-right: 40px;
border: none;
background-color: #f6f6f6;
position: relative;
}
@media (max-width: 767px) {
.benaa-class div.ere-agency .agency-avatar {
width: 100%;
}
}
.benaa-class div.ere-agency .agency-heading {
margin-bottom: 19px;
}
.benaa-class div.ere-agency .agency-title {
font-weight: 600 !important;
font-size: 21px !important;
margin-bottom: 6px;
}
.benaa-class div.ere-agency .agency-title a {
color: #222222;
}
.benaa-class div.ere-agency .agency-title a:hover {
color: #00a0e4;
}
.benaa-class div.ere-agency .agency-position {
font-weight: 500;
font-size: 14px;
color: #727272;
}
.benaa-class div.ere-agency .agency-position p:before {
content: '\f041';
display: inline-block;
font-size: 14px;
color: #00a0e4;
font-family: fontawesome;
margin-right: 8px;
}
.benaa-class div.ere-agency .agency-element-inline > div {
display: block;
vertical-align: initial;
}
.benaa-class div.ere-agency .agency-element-inline > div:last-child {
text-align: left;
margin-top: 10px;
}
.benaa-class div.ere-agency .agency-social a {
color: #aaa;
font-size: 14px;
}
.benaa-class div.ere-agency .agency-social a:hover {
color: #00a0e4;
}
.benaa-class div.ere-agency .agency-excerpt {
font-size: 14px;
line-height: 1.75em;
height: 48px;
overflow: hidden;
font-weight: 400 !important;
margin-bottom: 19px;
}
.benaa-class div.ere-agency .agency-info-item span,
.benaa-class div.ere-agency .agency-info-item .agency-info-value {
font-size: 14px;
font-weight: 600 !important;
color: #222222;
}
.benaa-class div.ere-agency .agency-info-title {
color: #727272;
margin-left: 10px;
margin-right: 5px;
}
.benaa-class .agency-details-tab:before {
position: absolute;
z-index: 1;
content: '';
display: block;
background-color: #ededed;
left: 50%;
width: 10000px;
top: 60px;
bottom: 0;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.benaa-class .agency-details-tab .tab-content > .tab-pane {
padding: 30px 0 0 0;
background-color: transparent;
}
.benaa-class #agency-overview {
background: #FFF;
padding: 30px !important;
}
.benaa-class #agency-location {
padding: 0 !important;
}
.benaa-class #agency-properties-collapse .panel-body {
padding: 0 !important;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info {
background-color: #fff;
padding-top: 15px;
padding-bottom: 15px;
margin-right: 0;
margin-left: 0;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .agency-content-top {
margin-bottom: 30px !important;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .agency-data {
margin-bottom: 25px !important;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .agency-logo-inner {
height: 250px;
padding: 0;
position: relative;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .agency-logo-inner img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .agency-content-top h2 {
margin-bottom: 1px !important;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .agency-content-top .agency-address {
font-weight: 400 !important;
font-size: 14px !important;
color: #727272;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .agency-content-top .agency-address span:before {
content: '\f041';
display: inline-block;
font-size: 14px;
color: #00a0e4;
font-family: fontawesome;
margin-right: 8px;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .agency-data-item span {
color: #222222;
font-weight: 600;
font-size: 13px;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .agency-data-item span.agency-data-item-title {
color: #727272 !important;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .agency-info-value {
color: #222222;
font-weight: 600;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .agency-social a {
width: initial;
height: initial;
background-color: transparent;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .agency-social a i {
color: #aeaeae;
font-size: 14px;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .agency-social a i:hover {
color: #00a0e4;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .agency-social a + a {
margin-left: 20px;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .contact-agency input {
height: 42px;
-webkit-border-radius: 21px;
-webkit-background-clip: padding-box;
-moz-border-radius: 21px;
-moz-background-clip: padding;
border-radius: 21px;
background-clip: padding-box;
border-color: #ededed;
padding: 0 23px;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .contact-agency textarea {
height: 102px;
-webkit-border-radius: 21px;
-webkit-background-clip: padding-box;
-moz-border-radius: 21px;
-moz-background-clip: padding;
border-radius: 21px;
background-clip: padding-box;
border-color: #ededed;
padding: 8px 23px;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .contact-agency .form-group {
margin-bottom: 19px;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .contact-agency .agent-contact-btn {
background-color: transparent;
border-color: #00a0e4;
color: #00a0e4;
padding-top: 10px;
padding-bottom: 10px;
-webkit-border-radius: 21px;
-webkit-background-clip: padding-box;
-moz-border-radius: 21px;
-moz-background-clip: padding;
border-radius: 21px;
background-clip: padding-box;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .contact-agency .agent-contact-btn:hover {
background-color: #00a0e4;
color: #fff;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .agency-contact {
margin-bottom: 22px;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .agency-info-item {
margin-bottom: 10px;
}
.benaa-class div.ere-agency-single-wrap .agency-details-tab .nav-tabs li:first-child {
margin-left: 20px;
}
.benaa-class div.ere-agency-single-wrap .agency-details-tab .nav-tabs li.active a,
.benaa-class div.ere-agency-single-wrap .agency-details-tab .nav-tabs li:hover a {
background-color: #00a0e4;
color: #fff;
}
.benaa-class div.ere-agency-single-wrap .agency-details-tab .nav-tabs li a {
font-size: 12px;
text-transform: uppercase;
color: #00a0e4;
border: solid 2px #00a0e4 !important;
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
-webkit-background-clip: border-box;
-moz-background-clip: border;
background-clip: border-box;
margin: 10px 5px;
padding: 11.5px 36px;
}
.benaa-class div.ere-agency-single-wrap .agency-details-tab:before {
display: none;
}
@media (max-width: 991px) {
.benaa-class div.ere-agency .agency-info-item {
width: 100%;
}
.benaa-class div.ere-agency .agency-action-wrap {
margin-top: 25px;
}
.benaa-class div.ere-agency .agency-info-item.agency-website {
margin-bottom: 9px;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner {
padding: 10px;
}
}
@media (max-width: 991px) and (min-width: 768px) {
.benaa-class div.ere-agent-single-wrap .agent-single-inner .agent-avatar {
width: 41.66666667%;
float: left;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .agent-content {
width: 58.33333333%;
}
}
@media (max-width: 767px) {
.benaa-class div.ere-agency .agency-avatar {
float: none;
margin-left: auto;
margin-right: auto;
}
.benaa-class div.ere-agency-single-wrap .agency-details-tab .nav-tabs li:first-child {
margin-left: 0;
}
.benaa-class .ere-agent.agent-list .agent-avatar {
float: initial;
}
.benaa-class .ere-agent.agent-list .agent-content {
padding-left: 0;
}
}
.benaa-class {   }
.benaa-class .ere-property-multi-step .ere-heading-style2 {
margin-bottom: 0 !important;
}
.benaa-class .ere-property-multi-step .ere-heading-style2 h2 {
font-weight: 600;
color: #fff;
font-size: 18px;
background: #222222;
padding: 23px 30px;
margin: 0;
}
.benaa-class .ere-property-multi-step .ere-heading-style2 h2:after {
display: none;
}
.benaa-class .ere-property-multi-step .add-tab-row h4 {
font-size: 16px;
}
.benaa-class .ere-property-multi-step .ere-step-nav button,
.benaa-class .ere-property-multi-step .ere-step-nav input[type=submit] {
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
background-color: transparent;
color: #00a0e4;
}
.benaa-class .ere-property-multi-step .ere-step-nav button:hover,
.benaa-class .ere-property-multi-step .ere-step-nav input[type=submit]:hover,
.benaa-class .ere-property-multi-step .ere-step-nav button:focus,
.benaa-class .ere-property-multi-step .ere-step-nav input[type=submit]:focus {
border-color: #00a0e4;
background-color: #00a0e4;
color: #fff;
}
.benaa-class .ere-property-multi-step #ere_select_file_attachments,
.benaa-class .ere-property-multi-step #ere_select_gallery_images,
.benaa-class .ere-property-multi-step .add-additional-feature,
.benaa-class .ere-property-multi-step input[type=button].btn-block,
.benaa-class .ere-property-multi-step input[type=reset].btn-block,
.benaa-class .ere-property-multi-step input[type=submit].btn-block,
.benaa-class .ere-property-multi-step .ere-payment-for a.btn.btn-default,
.benaa-class .ere-property-multi-step #ere_payment_package {
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
background-color: transparent;
color: #00a0e4;
}
.benaa-class .ere-property-multi-step #ere_select_file_attachments:hover,
.benaa-class .ere-property-multi-step #ere_select_gallery_images:hover,
.benaa-class .ere-property-multi-step .add-additional-feature:hover,
.benaa-class .ere-property-multi-step input[type=button].btn-block:hover,
.benaa-class .ere-property-multi-step input[type=reset].btn-block:hover,
.benaa-class .ere-property-multi-step input[type=submit].btn-block:hover,
.benaa-class .ere-property-multi-step .ere-payment-for a.btn.btn-default:hover,
.benaa-class .ere-property-multi-step #ere_payment_package:hover,
.benaa-class .ere-property-multi-step #ere_select_file_attachments:focus,
.benaa-class .ere-property-multi-step #ere_select_gallery_images:focus,
.benaa-class .ere-property-multi-step .add-additional-feature:focus,
.benaa-class .ere-property-multi-step input[type=button].btn-block:focus,
.benaa-class .ere-property-multi-step input[type=reset].btn-block:focus,
.benaa-class .ere-property-multi-step input[type=submit].btn-block:focus,
.benaa-class .ere-property-multi-step .ere-payment-for a.btn.btn-default:focus,
.benaa-class .ere-property-multi-step #ere_payment_package:focus {
border-color: #00a0e4;
background-color: #00a0e4;
color: #fff;
}
.benaa-class .ere-property-multi-step .property-manager-form label {
font-weight: 500;
}
.benaa-class .ere-property-multi-step .checkbox input[type=checkbox] {
width: 14px;
height: 14px;
}
.benaa-class .ere-property-multi-step .property-fields {
background-color: #fff;
margin-left: 0;
margin-right: 0;
}
.benaa-class .ere-property-multi-step .property-fields input,
.benaa-class .ere-property-multi-step .property-fields select,
.benaa-class .ere-property-multi-step .property-fields textarea {
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
}
.benaa-class .ere-property-multi-step .property-fields.property-title-des .form-group {
padding: 30px;
background: #fff;
}
.benaa-class .ere-property-multi-step .property-fields.property-title-des .property-fields-title {
margin: -30px -30px 0 -30px;
}
.benaa-class .ere-property-multi-step .property-fields.property-title-des #property_title {
margin-top: 30px;
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
}
.benaa-class .ere-property-multi-step .property-fields.property-location,
.benaa-class .ere-property-multi-step .property-fields.property-type,
.benaa-class .ere-property-multi-step .property-fields.property-price,
.benaa-class .ere-property-multi-step .property-fields.property-feature,
.benaa-class .ere-property-multi-step .property-fields.property-detail,
.benaa-class .ere-property-multi-step .property-fields.property-contact,
.benaa-class .ere-property-multi-step .property-fields.property-private-note {
padding: 30px 15px;
}
.benaa-class .ere-property-multi-step .property-fields.property-title,
.benaa-class .ere-property-multi-step .property-fields.property-description,
.benaa-class .ere-property-multi-step .property-fields.property-private-note,
.benaa-class .ere-property-multi-step .property-fields.property-media {
padding: 30px;
}
.benaa-class .ere-property-multi-step .property-fields.property-title .form-group,
.benaa-class .ere-property-multi-step .property-fields.property-description .form-group,
.benaa-class .ere-property-multi-step .property-fields.property-private-note .form-group {
margin-bottom: 0;
}
.benaa-class .ere-property-multi-step .property-fields #property_des,
.benaa-class .ere-property-multi-step .property-fields #property_des_ifr {
border: 0 !important;
}
.benaa-class .ere-property-multi-step .property-fields .property-floors-control {
background-color: #fff;
padding: 30px;
}
.benaa-class .ere-property-multi-step .property-fields .property-floors-control input,
.benaa-class .ere-property-multi-step .property-fields .property-floors-control select {
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
}
.benaa-class .ere-property-multi-step .add-tab-row {
padding: 30px;
background: #fff;
}
.benaa-class .ere-property-multi-step .add-tab-row .additional-block {
background-color: #fff;
}
.benaa-class .ere-property-multi-step .media-drag-drop {
background-color: #fff;
margin-bottom: 50px !important;
}
.benaa-class .ere-property-multi-step #ere_additional_details input.form-control {
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
}
.benaa-class .ere-property-multi-step .ere-steps {
overflow: hidden;
padding-top: 55px;
display: flex;
display: -webkit-flex;
justify-content: space-between;
-webkit-justify-content: space-between;
}
.benaa-class .ere-property-multi-step .ere-steps .ere-btn-arrow {
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
color: #cacaca;
background-color: transparent;
letter-spacing: 0.1em;
padding: 0;
}
.benaa-class .ere-property-multi-step .ere-steps .ere-btn-arrow.active {
color: #00a0e4;
}
.benaa-class .ere-property-multi-step .ere-steps .ere-btn-arrow.active:after {
background-color: #00a0e4;
-webkit-box-shadow: 0 0 0 7px rgba(0, 160, 228, 0.3);
-moz-box-shadow: 0 0 0 7px rgba(0, 160, 228, 0.3);
box-shadow: 0 0 0 7px rgba(0, 160, 228, 0.3);
}
.benaa-class .ere-property-multi-step .ere-steps .ere-btn-arrow.active:before {
background-color: #00a0e4;
z-index: 1;
}
.benaa-class .ere-property-multi-step .ere-steps .ere-btn-arrow:after {
display: block !important;
width: 30px;
height: 30px;
background-color: #d1d1d1;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
border: none;
right: 50%;
-webkit-transform: translateX(50%);
-moz-transform: translateX(50%);
-o-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
top: -48px;
-webkit-box-shadow: 0 0 0 7px rgba(221, 221, 221, 0.3);
-moz-box-shadow: 0 0 0 7px rgba(221, 221, 221, 0.3);
box-shadow: 0 0 0 7px rgba(221, 221, 221, 0.3);
z-index: 3;
}
.benaa-class .ere-property-multi-step .ere-steps .ere-btn-arrow:before {
display: block !important;
border: none;
width: 1000px;
height: 12px;
background-color: #ededed;
top: -38px;
right: 50%;
left: auto;
}
.benaa-class .ere-property-multi-step .ere-steps .ere-btn-arrow:first-child:before {
background-color: #f6f6f6;
z-index: 2;
}
.benaa-class .property-type i,
.benaa-class .property-location i,
.benaa-class .property-type-list i,
.benaa-class .property-agent i,
.benaa-class .property-date i,
.benaa-class .property-views-count i,
.benaa-class .property-info-header .property-info span.fa,
.benaa-class .property-count span,
.benaa-class .agent-info i,
.benaa-class .ere-link-more,
.benaa-class .ere-widget-listing-property-taxonomy i,
.benaa-class .user-dropdown i,
.benaa-class .address-marker i,
.benaa-class .ere-my-saved-search-item i,
.benaa-class span.total-properties,
.benaa-class .ere-dashboard-logout i,
.benaa-class .attachment-file-type,
.benaa-class .open-on-google-maps,
.benaa-class .walk-score-more-detail,
.benaa-class .ere-my-property-address i,
.benaa-class .ere-my-property-total-views i,
.benaa-class .ere-my-property-date i {
color: #00a0e4;
}
.benaa-class .ere-property:not(.property-zigzac) .property-info {
color: #727272;
}
.benaa-class .ere-dashboard-nav li.active a {
border-color: #00a0e4;
}
.benaa-class .ere-my-properties span.ere-property-featured {
background-color: #00a0e4;
}
.benaa-class .ere-archive-property-wrap {
position: relative;
margin-top: -35px;
}
.benaa-class .ere-archive-property-wrap .ere-heading-style2 h2 {
font-size: 24px;
font-weight: 600;
text-transform: uppercase;
color: #fff;
position: absolute;
left: 30px;
top: 24px;
}
.benaa-class .ere-archive-property-wrap .ere-heading-style2 h2:after {
display: none;
}
.benaa-class .ere-archive-property-wrap .ere-property-advanced-search {
-webkit-box-shadow: -8px -8px 0 0 rgba(0, 0, 0, 0.08);
-moz-box-shadow: -8px -8px 0 0 rgba(0, 0, 0, 0.08);
box-shadow: -8px 8px 0 0 rgba(0, 0, 0, 0.08);
margin-bottom: 60px;
background-color: #fff;
}
.benaa-class .ere-archive-property-wrap .ere-property-advanced-search .form-search .row {
margin-left: 0;
margin-right: 0;
}
.benaa-class .archive-property-action .sort-property span {
background-color: #fff;
}
.benaa-class .single-property-area .property-address,
.benaa-class .single-property-area .property-location ul li {
margin-bottom: 10px;
}
.benaa-class.single-property .property-info-action {
background-color: transparent;
padding: 0;
}
.benaa-class.single-property .property-info-action .property-main-info {
background: transparent;
position: initial;
padding: 0;
display: block;
margin-bottom: -8px;
}
.benaa-class.single-property .property-info-action .property-main-info .property-heading h4 {
font-weight: 600;
font-size: 48px;
color: #222222;
line-height: 55px;
margin-top: 6px;
overflow: inherit;
margin-bottom: 10px;
}
.benaa-class.single-property .property-info-action .property-main-info .property-location {
display: inline-block;
padding-left: 23px;
position: relative;
top: -2px;
}
.benaa-class.single-property .property-info-action .property-main-info .property-location span {
font-size: 16px;
color: #727272;
}
.benaa-class.single-property .property-info-action .property-status span {
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
line-height: 19px;
height: 19px;
-webkit-border-radius: 10px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px;
-moz-background-clip: padding;
border-radius: 10px;
background-clip: padding-box;
padding-left: 17px;
padding-right: 17px;
}
.benaa-class.single-property .property-info-action .property-status span:before {
display: none;
}
.benaa-class.single-property .property-info-action .property-info {
display: table-cell;
vertical-align: bottom;
}
.benaa-class.single-property .property-info-action .property-info > div {
margin-right: 50px;
padding-bottom: 4px;
}
.benaa-class.single-property .property-info-action .property-info > div:last-child {
margin-right: 0;
}
.benaa-class.single-property .property-info-action .property-info > div .content-property-info {
padding-left: 10px;
}
.benaa-class.single-property .property-info-action .property-info > div > span {
font-size: 21px;
width: 54px;
height: 54px;
border: solid 2px #00a0e4;
background-color: #fff;
text-align: center;
padding-right: 0;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
}
.benaa-class.single-property .property-info-action .property-info > div .property-info-value {
font-weight: 600;
font-size: 21px;
color: #222222;
margin-bottom: 5px;
}
.benaa-class.single-property .property-info-action .property-info > div .property-info-title {
font-weight: 400;
font-size: 12px;
color: #727272;
text-transform: uppercase;
}
.benaa-class.single-property .property-info-action .property-action {
float: initial;
text-align: right;
}
.benaa-class.single-property .property-info-action .property-action .social-share-hover .social-share-list {
left: initial;
}
.benaa-class.single-property .property-price-action {
display: table-cell;
vertical-align: bottom;
}
.benaa-class.single-property .property-price-action .property-price {
font-weight: 600;
font-size: 35px;
color: #222222;
display: block;
line-height: 1;
text-align: right;
}
.benaa-class.single-property .property-price-action .property-price-postfix,
.benaa-class.single-property .property-price-action .property-price-prefix {
font-size: 12px;
font-weight: 500;
color: #727272;
display: block;
text-transform: uppercase;
}
.benaa-class.single-property .property-price-action .property-price-prefix {
margin-bottom: 3px;
}
.benaa-class.single-property .property-bottom-info {
display: table;
width: 100%;
vertical-align: middle;
}
.benaa-class.single-property .property-info-action .property-action .property-action-inner > a,
.benaa-class.single-property .property-info-action .property-action .social-share {
background: transparent;
font-size: 16px;
color: #bababa;
margin-right: 0;
float: initial;
display: inline-block;
vertical-align: middle;
}
.benaa-class.single-property .property-info-action .property-action .property-action-inner > a:hover,
.benaa-class.single-property .property-info-action .property-action .social-share:hover {
background-color: transparent;
color: #00a0e4;
}
.benaa-class.single-property .single-property-area > div {
background-color: #fff;
}
.benaa-class.single-property .single-property-area > div p {
margin-bottom: 0;
}
.benaa-class.single-property .single-property-area .single-property-image-main .owl-prev {
top: 50%;
bottom: auto;
}
.benaa-class.single-property .single-property-area .single-property-image-main .owl-next {
right: 10px;
left: auto !important;
top: 50%;
bottom: auto;
}
.benaa-class.single-property .single-property-area .ere-heading-style2 {
margin-bottom: 0 !important;
padding: 0;
}
.benaa-class.single-property .single-property-area .ere-heading-style2 h2 {
font-weight: 600;
color: #fff;
font-size: 18px;
background: #222222;
padding: 23px 28px;
margin: 0;
}
.benaa-class.single-property .single-property-area .ere-heading-style2 h2:after {
display: none;
}
.benaa-class.single-property .single-property-area .property-gallery-wrap {
padding: 0;
background: transparent;
}
.benaa-class.single-property .single-property-area .single-property-element:not(.property-gallery-wrap):not(.property-info-tabs):not(.property-floors-tab) .ere-property-element {
padding: 30px;
}
.benaa-class.single-property .single-property-area .walkscore-wrap {
background-color: #fff;
}
.benaa-class.single-property .single-property-area .ere-google-map-directions .ere-directions {
left: 150px;
top: 30px;
}
.benaa-class.single-property .single-property-area .property-tab .tab-content > div {
padding: 30px;
}
.benaa-class.single-property .single-property-area .property-tab .tab-content > div .list-2-col {
-webkit-column-gap: 0;
-moz-column-gap: 0;
column-gap: 0;
}
.benaa-class.single-property .single-property-area .property-tab .tab-content #ere-overview {
padding: 0;
}
.benaa-class.single-property .single-property-area .property-tab .tab-content #ere-features a {
font-weight: 600;
font-size: 14px;
color: #222222;
}
.benaa-class.single-property .single-property-area .property-tab .nav-tabs li:first-child {
margin-left: 20px;
}
.benaa-class.single-property .single-property-area .property-tab .nav-tabs li.active a,
.benaa-class.single-property .single-property-area .property-tab .nav-tabs li:hover a {
background-color: #00a0e4;
color: #fff;
}
.benaa-class.single-property .single-property-area .property-tab .nav-tabs li a {
font-size: 12px;
text-transform: uppercase;
color: #00a0e4;
border: solid 2px #00a0e4;
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
-webkit-background-clip: border-box;
-moz-background-clip: border;
background-clip: border-box;
margin: 10px 5px;
padding: 11.5px 36px;
}
.benaa-class.single-property .single-property-area ul.ere-property-list li {
padding: 9px 30px;
}
.benaa-class.single-property .single-property-area ul.ere-property-list li:nth-child(even) {
background-color: transparent;
}
.benaa-class.single-property .single-property-area ul.ere-property-list li:nth-child(odd) {
background-color: #f6f6f6;
}
.benaa-class.single-property .single-property-area ul.ere-property-list strong {
font-weight: 600;
font-size: 14px;
color: #222222;
}
.benaa-class.single-property .single-property-area ul.ere-property-list span {
font-size: 14px;
color: #727272;
}
.benaa-class.single-property .single-property-area .property-location .open-on-google-maps {
right: 30px;
top: -44px;
}
.benaa-class.single-property .single-property-area .walkscore-logo {
position: absolute;
right: 30px;
top: -44px;
}
.benaa-class.single-property .single-property-area .agent-avatar {
background-color: #f6f6f6;
}
.benaa-class.single-property .single-property-area .agent-avatar img {
max-width: 230px;
}
.benaa-class.single-property .single-property-area .agent-content .agent-heading {
margin-bottom: 0;
}
.benaa-class.single-property .single-property-area .agent-content .agent-heading h4 {
font-size: 18px;
padding-top: 14px;
margin-bottom: 4px;
}
.benaa-class.single-property .single-property-area .agent-content .agent-heading h4 a {
color: #00a0e4;
}
.benaa-class.single-property .single-property-area .agent-content .agent-heading span {
font-weight: 500 !important;
font-size: 14px;
color: #222222;
}
.benaa-class.single-property .single-property-area .agent-content .agent-social {
margin-bottom: 14px;
margin-left: -11px;
}
.benaa-class.single-property .single-property-area .agent-content .agent-social a {
background-color: transparent;
}
.benaa-class.single-property .single-property-area .agent-content .agent-social a i {
color: #727272;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.benaa-class.single-property .single-property-area .agent-content .agent-social a:hover i {
color: #00a0e4;
}
.benaa-class.single-property .single-property-area .agent-content .agent-info-contact {
margin-bottom: 35px;
}
.benaa-class.single-property .single-property-area .agent-content .agent-info-contact i {
margin-right: 17px;
width: 15px;
}
.benaa-class.single-property .single-property-area .agent-content .agent-info-contact > div {
margin-bottom: 11px;
}
.benaa-class.single-property .single-property-area .contact-agent input {
height: 42px;
-webkit-border-radius: 21px;
-webkit-background-clip: padding-box;
-moz-border-radius: 21px;
-moz-background-clip: padding;
border-radius: 21px;
background-clip: padding-box;
border-color: #ededed;
}
.benaa-class.single-property .single-property-area .contact-agent textarea {
height: 225px;
-webkit-border-radius: 21px;
-webkit-background-clip: padding-box;
-moz-border-radius: 21px;
-moz-background-clip: padding;
border-radius: 21px;
background-clip: padding-box;
border-color: #ededed;
}
.benaa-class.single-property .single-property-area .contact-agent .form-group {
margin-bottom: 30px;
}
.benaa-class.single-property .single-property-area #comments {
padding: 0;
}
.benaa-class.single-property .single-property-area #comments #reply-title {
font-weight: 600;
color: #fff;
font-size: 18px;
background: #222222;
padding: 23px 0 23px 28px;
margin: 0;
line-height: 1;
}
.benaa-class.single-property .single-property-area #comments .comment-respond {
margin-top: 0;
}
.benaa-class.single-property .single-property-area #comments .comment-form {
padding: 30px;
}
.benaa-class.single-property .single-property-area #comments .comment-form p {
margin-bottom: 4px;
}
.benaa-class.single-property .single-property-area #comments .comment-form .form-submit {
margin-top: 26px;
margin-bottom: 0;
}
.benaa-class.single-property .single-property-area #comments .comment-form .form-submit input[type="submit"] {
height: 44px;
line-height: 14px;
}
.benaa-class.single-property .single-property-area #comments .wp-social-login-widget {
padding-bottom: 20px;
}
.benaa-class.single-property .single-property-area .agent-contact-btn,
.benaa-class.single-property .single-property-area .agent-content a.btn {
font-weight: 500;
text-transform: uppercase;
padding-top: 11px;
padding-bottom: 11px;
}
.benaa-class .ere-heading.ere-item-wrap {
padding-left: 0;
padding-right: 0;
}
.benaa-class .heading-contain-owl-nav .owl-nav .view-all-link a {
height: 34px;
line-height: 16px;
}
.benaa-class .heading-contain-owl-nav .owl-nav {
bottom: 0;
top: auto;
right: 0;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
transform: none;
}
.benaa-class .heading-contain-owl-nav .owl-nav:not(.has-view-all) div {
width: 50px;
height: 60px;
top: auto;
}
.benaa-class .heading-contain-owl-nav .owl-nav:not(.has-view-all) div i {
line-height: 60px;
font-size: 31px;
}
.benaa-class .heading-contain-owl-nav .owl-nav:not(.has-view-all) div:hover {
background-color: #00a0e4;
}
.benaa-class .heading-contain-owl-nav .owl-nav:not(.has-view-all) div:hover i {
color: #fff;
}
.benaa-class .heading-contain-owl-nav .owl-nav:not(.has-view-all) div.owl-next:after {
border-bottom-width: 60px;
border-left-width: 10px;
border-bottom-color: #f6f6f6;
}
.benaa-class .heading-contain-owl-nav .owl-nav:not(.has-view-all) div.owl-next:hover:after {
border-bottom-color: #00a0e4;
}
.benaa-class .heading-contain-owl-nav .owl-nav:not(.has-view-all) div.owl-prev {
margin-right: 16px;
}
.benaa-class .heading-contain-owl-nav .owl-nav:not(.has-view-all) div.owl-prev:after {
border-top-width: 60px;
border-right-width: 10px;
border-top-color: #f6f6f6;
}
.benaa-class .heading-contain-owl-nav .owl-nav:not(.has-view-all) div.owl-prev:hover:after {
border-top-color: #00a0e4;
}
.benaa-class .heading-contain-owl-nav .owl-nav div {
background: #f6f6f6;
top: 2px;
}
.benaa-class .heading-contain-owl-nav .owl-nav div i {
color: #222222;
}
.benaa-class .heading-contain-owl-nav .owl-nav div:hover {
background-color: #00a0e4;
}
.benaa-class .heading-contain-owl-nav .owl-nav div:hover i {
color: #fff;
}
.benaa-class .heading-contain-owl-nav .owl-nav .view-all-link:hover {
background-color: transparent;
}
.benaa-class .single-property .single-property-area .property-info-action .property-main-info {
width: auto !important;
}
.benaa-class .property-info-action {
padding: 9px 20px 1px;
}
.benaa-class .property-info-action .property-info,
.benaa-class .property-info-action .property-action {
padding: 0 !important;
}
.benaa-class .property-info-action .property-action {
top: 3px;
}
.benaa-class select.form-control:not[disabled] {
background-color: transparent;
}
.benaa-class .btn-action:hover {
border-color: #00a0e4;
}
.benaa-class .btn-action:hover,
.benaa-class .ere-package-item.active > .panel-heading {
background-color: #00a0e4;
}
.benaa-class .ere-property .property-label p .property-label-bg {
background-color: #00a0e4;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-background-clip: padding-box;
-moz-border-radius-topright: 10px;
-moz-background-clip: padding;
border-top-right-radius: 10px;
background-clip: padding-box;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
padding-left: 17px;
padding-right: 17px;
}
.benaa-class .ere-property .property-label p .property-label-bg .property-arrow {
display: none;
}
.benaa-class .ere-property .property-price .price-per-unit {
background-color: #00a0e4;
}
.benaa-class .ere-property.property-list.property-list-two-columns .property-link-detail a:hover,
.benaa-class .ere-property.property-zigzac .property-item-content .property-info-inner span:not(.property-info-value) {
color: #00a0e4;
}
.benaa-class .ere-property .property-item-content .property-title a:hover,
.benaa-class .ere-property.property-list.property-list-two-columns .property-link-detail i {
color: #00a0e4;
}
.benaa-class .ere-property .social-share:hover,
.benaa-class .ere-property .block-center-inner > a:hover {
color: #00a0e4;
background-color: #fff;
}
.benaa-class .ere-property .social-share-hover .social-share-list a {
color: #00a0e4;
}
.benaa-class .ere-property .property-labels p .property-label-bg .property-arrow {
border-left-color: #00a0e4;
border-right-color: #00a0e4;
}
.benaa-class .ere-property.property-carousel .owl-item:nth-child(2n-1) .property-info,
.benaa-class .ere-property.property-grid .property-info,
.benaa-class .ere-property.property-list .property-info {
background-color: #00a0e4;
}
.benaa-class .ere-property-advanced-search.color-dark .form-search-wrap input,
.benaa-class .ere-property-advanced-search.color-dark .form-search-wrap select {
background-color: #fff;
}
.benaa-class .ere-search-properties.color-light .btn-other-features,
.benaa-class .ere-search-properties.color-light .other-features-list h4 {
color: #727272;
}
.benaa-class .ere_widget_search_form .sidebar-filter .ui-slider-range.ui-widget-header.ui-corner-all {
background-color: #00a0e4;
}
.benaa-class .ere_widget_search_form .sidebar-filter .ui-slider-handle.ui-state-default.ui-corner-all {
background-color: #00a0e4 !important;
}
.benaa-class .ere_widget_search_form .ere-property-advanced-search.color-dark .form-search-wrap input,
.benaa-class .ere_widget_search_form .ere-property-advanced-search.color-dark .form-search-wrap select {
height: 44px !important;
padding-left: 15px;
background-image: initial !important;
}
.benaa-class .ere_widget_search_form .ere-property-advanced-search.color-dark .form-search-wrap input:focus,
.benaa-class .ere_widget_search_form .ere-property-advanced-search.color-dark .form-search-wrap select:focus {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.benaa-class .ere_widget_search_form .ere-property-advanced-search.color-dark .form-search-wrap select {
background-image: url(https://ehmarbella.com/wp-content/themes/benaa/assets/images/icon-dropdown-3.png) !important;
}
.benaa-class .ere_widget_search_form .ere-property-advanced-search .form-group {
margin-bottom: 20px !important;
height: inherit;
}
.benaa-class .ere_widget_search_form .ere-property-advanced-search .submit-search-form {
text-align: center;
}
.benaa-class .ere_widget_search_form .ere-property-advanced-search .submit-search-form button {
width: 100%;
background-color: transparent;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
color: #00a0e4;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.benaa-class .ere_widget_search_form .ere-property-advanced-search .submit-search-form button:hover,
.benaa-class .ere_widget_search_form .ere-property-advanced-search .submit-search-form button:focus {
background-color: #00a0e4;
color: #fff;
border-color: #00a0e4;
}
.benaa-class .ere_widget_search_form .ere-property-advanced-search .ere-search-status-tab,
.benaa-class .ere_widget_search_form .ere-search-properties .ere-search-status-tab {
min-height: 64px;
height: inherit;
display: inline-block;
width: 100%;
margin-bottom: 0;
}
.benaa-class .ere_widget_search_form .ere-property-advanced-search .ere-search-status-tab button,
.benaa-class .ere_widget_search_form .ere-search-properties .ere-search-status-tab button {
margin: 5px;
}
.benaa-class .ere-search-status-tab {
height: auto !important;
text-align: right !important;
margin-bottom: 0 !important;
background-color: #000 !important;
}
.benaa-class .ere-search-status-tab button {
background-color: transparent;
color: #00a0e4;
border: solid 2px #00a0e4;
-webkit-border-radius: 21px;
-moz-border-radius: 21px;
border-radius: 21px;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
padding-left: 31px !important;
padding-right: 31px !important;
letter-spacing: 0.1em;
float: initial !important;
margin: 10px 5px;
}
.benaa-class .ere-search-status-tab button.active,
.benaa-class .ere-search-status-tab button:hover,
.benaa-class .ere-search-status-tab button:focus {
background-color: #00a0e4;
color: #fff;
}
.benaa-class .ere-search-status-tab-inner {
padding: 10px;
}
.benaa-class .form-search {
background-color: #222222;
}
.benaa-class .form-search .form-group {
margin-bottom: 30px;
}
.benaa-class .form-search > .row {
padding-top: 30px;
}
.benaa-class .ere_widget_search_form .form-search .row {
padding-top: 0 !important;
}
.benaa-class .form-search-wrap {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.benaa-class .form-search-wrap input,
.benaa-class .form-search-wrap select {
height: 42px !important;
-webkit-border-radius: 21px !important;
-webkit-background-clip: padding-box;
-moz-border-radius: 21px !important;
-moz-background-clip: padding;
border-radius: 21px !important;
background-clip: padding-box;
color: #727272 !important;
border-color: #dedede !important;
padding: 0 24px !important;
background-image: initial !important;
}
.benaa-class .form-search-wrap input::-webkit-input-placeholder,
.benaa-class .form-search-wrap select::-webkit-input-placeholder {
color: #727272 !important;
}
.benaa-class .form-search-wrap input:-moz-placeholder,
.benaa-class .form-search-wrap select:-moz-placeholder {
color: #727272 !important;
}
.benaa-class .form-search-wrap input::-moz-placeholder,
.benaa-class .form-search-wrap select::-moz-placeholder {
color: #727272 !important;
}
.benaa-class .form-search-wrap input:-ms-input-placeholder,
.benaa-class .form-search-wrap select:-ms-input-placeholder {
color: #727272 !important;
}
.benaa-class .form-search-wrap select {
background-image: url(https://ehmarbella.com/wp-content/themes/benaa/assets/images/icon-dropdown-3.png) !important;
}
.benaa-class .form-search-wrap .title-slider-filter {
color: #727272 !important;
}
.benaa-class .ere-advanced-search-btn {
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
padding: 10px 30px;
webkit-border-radius: 21px;
-moz-border-radius: 21px;
border-radius: 21px;
width: 100%;
}
.benaa-class .ere-advanced-search-btn i {
display: none;
}
.benaa-class .ere-property-advanced-search .ere-advanced-search-btn,
.benaa-class .ere-search-properties .ere-advanced-search-btn {
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
padding: 10px 30px;
webkit-border-radius: 21px;
-moz-border-radius: 21px;
border-radius: 21px;
}
.benaa-class .ere-property-advanced-search .ere-search-status-tab button,
.benaa-class .ere-search-properties .ere-search-status-tab button {
color: #00a0e4;
border: solid 2px #00a0e4;
}
.benaa-class .ere-property-advanced-search .ere-search-status-tab button.active,
.benaa-class .ere-search-properties .ere-search-status-tab button.active,
.benaa-class .ere-property-advanced-search .ere-search-status-tab button:hover,
.benaa-class .ere-search-properties .ere-search-status-tab button:hover,
.benaa-class .ere-property-advanced-search .ere-search-status-tab button:focus,
.benaa-class .ere-search-properties .ere-search-status-tab button:focus {
background-color: #00a0e4;
color: #fff;
}
.benaa-class .ere-property-advanced-search option:not(first-child):hover,
.benaa-class .ere-search-properties option:not(first-child):hover {
background-color: #00a0e4;
}
.benaa-class .ere-property-advanced-search .sidebar-filter .ui-slider-handle.ui-state-default.ui-corner-all,
.benaa-class .ere-search-properties .sidebar-filter .ui-slider-handle.ui-state-default.ui-corner-all {
background: #00a0e4 !important;
}
.benaa-class .ere-property-advanced-search .sidebar-filter .ui-slider-range.ui-widget-header.ui-corner-all,
.benaa-class .ere-search-properties .sidebar-filter .ui-slider-range.ui-widget-header.ui-corner-all {
background: #00a0e4;
}
.benaa-class .ere-property-advanced-search .ui-autocomplete li.ui-state-focus,
.benaa-class .ere-search-properties .ui-autocomplete li.ui-state-focus,
.benaa-class .ere-property-advanced-search .ui-autocomplete li:hover,
.benaa-class .ere-search-properties .ui-autocomplete li:hover {
background-color: #18baff;
}
.benaa-class .ere-property-advanced-search .btn-other-features i,
.benaa-class .ere-search-properties .btn-other-features i {
background-color: #00a0e4;
}
.benaa-class .ere-property-advanced-search .form-search-wrap,
.benaa-class .ere-search-properties .form-search-wrap {
background-color: transparent !important;
}
.benaa-class .ere-property-advanced-search .form-search,
.benaa-class .ere-search-properties .form-search {
background-color: transparent !important;
}
.benaa-class .ere-property-advanced-search.style-default.color-light .ere-search-status-tab,
.benaa-class .ere-search-properties.style-default.color-light .ere-search-status-tab,
.benaa-class .ere-property-advanced-search.style-default-small.color-light .ere-search-status-tab,
.benaa-class .ere-search-properties.style-default-small.color-light .ere-search-status-tab {
background-color: transparent !important;
}
.benaa-class .ere-property-advanced-search.color-light .ere-search-status-tab {
background-color: transparent !important;
}
.benaa-class .ere-search-properties { }
.benaa-class .ere-search-properties #ere-map-loading i {
color: #00a0e4;
}
.benaa-class .ere-search-properties .item-body .address-marker i {
color: #00a0e4;
}
.benaa-class .ere-search-properties .item-body a:hover {
color: #00a0e4;
}
.benaa-class .ere-search-properties.style-default .ere-search-content .search-title i {
background-color: #00a0e4;
}
.benaa-class .ere-search-properties.style-absolute .form-search-wrap {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
max-width: 300px;
}
.benaa-class .ere-search-properties.style-absolute .form-search-wrap .ere-search-content {
padding: 0;
-webkit-border-radius: 23px;
-webkit-background-clip: padding-box;
-moz-border-radius: 23px;
-moz-background-clip: padding;
border-radius: 23px;
background-clip: padding-box;
-webkit-box-shadow: -8px -8px 0px 0px rgba(0, 0, 0, 0.08);
-moz-box-shadow: -8px -8px 0px 0px rgba(0, 0, 0, 0.08);
box-shadow: -8px -8px 0px 0px rgba(0, 0, 0, 0.08);
}
.benaa-class .ere-search-properties.style-absolute .form-search-wrap .search-title {
background-color: #00a0e4;
}
.benaa-class .ere-search-properties.style-absolute .form-search-wrap button {
background-color: transparent;
border-color: #00a0e4;
color: #00a0e4;
padding-top: 14px;
padding-bottom: 14px;
-webkit-border-radius: 25px;
-webkit-background-clip: padding-box;
-moz-border-radius: 25px;
-moz-background-clip: padding;
border-radius: 25px;
background-clip: padding-box;
}
.benaa-class .ere-search-properties.style-absolute .form-search-wrap button.active,
.benaa-class .ere-search-properties.style-absolute .form-search-wrap button:hover,
.benaa-class .ere-search-properties.style-absolute .form-search-wrap button:focus {
background-color: #00a0e4;
color: #fff;
border-color: #00a0e4;
}
.benaa-class .ere-search-properties.style-absolute .form-search {
-webkit-border-radius: 23px;
-webkit-background-clip: padding-box;
-moz-border-radius: 23px;
-moz-background-clip: padding;
border-radius: 23px;
background-clip: padding-box;
background-color: #222222 !important;
}
.benaa-class .ere-search-properties.style-absolute .form-search .row {
margin-left: 0;
margin-right: 0;
}
.benaa-class .ere-search-properties.style-absolute .ere-search-status-tab {
text-align: center;
-webkit-border-top-right-radius: 23px;
-moz-border-radius-topright: 23px;
border-top-right-radius: 23px;
-webkit-border-top-left-radius: 23px;
-webkit-background-clip: padding-box;
-moz-border-radius-topleft: 23px;
-moz-background-clip: padding;
border-top-left-radius: 23px;
background-clip: padding-box;
}
.benaa-class .ere-search-properties.style-absolute .ere-search-status-tab button {
margin-left: 0;
margin-right: 0;
}
.benaa-class .ere-search-properties.style-absolute .ere-search-status-tab-inner {
text-align: center;
}
.benaa-class .ere-search-properties.style-absolute .ere-advanced-search-btn {
width: 100%;
}
.benaa-class .ere-search-properties.style-absolute .ere-map-result {
height: 820px;
}
.benaa-class .ere-search-properties.style-absolute.color-light .ere-search-status-tab,
.benaa-class .ere-search-properties.style-absolute.color-light .form-search {
background-color: transparent !important;
}
.benaa-class .ere-search-properties.style-vertical .col-no-padding {
float: right;
}
.benaa-class .ere-search-properties.style-vertical .search-title i {
background-color: #00a0e4;
}
.benaa-class .ere-search-properties.style-vertical .ere-search-content {
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
}
.benaa-class .ere-search-properties.style-vertical .form-search-wrap .submit-search-form {
margin-top: 0;
}
.benaa-class .ere-search-properties.style-vertical .property-result-wrap {
background-color: #f6f6f6;
padding-top: 40px;
margin-top: 0;
}
.benaa-class .ere-search-properties.style-vertical .list-property-result-ajax .owl-carousel .owl-nav > div {
top: -29px;
background-color: #bebebe;
}
.benaa-class .ere-search-properties.style-vertical .list-property-result-ajax .owl-carousel .owl-nav > div.owl-next:after {
border-bottom-color: #bebebe;
}
.benaa-class .ere-search-properties.style-vertical .list-property-result-ajax .owl-carousel .owl-nav > div.owl-next:hover:after {
border-bottom-color: #00a0e4;
}
.benaa-class .ere-search-properties.style-vertical .list-property-result-ajax .owl-carousel .owl-nav > div.owl-prev:after {
border-top-color: #bebebe;
}
.benaa-class .ere-search-properties.style-vertical .list-property-result-ajax .owl-carousel .owl-nav > div.owl-prev:hover:after {
border-top-color: #00a0e4;
}
.benaa-class .ere-search-properties.style-vertical .list-property-result-ajax .owl-carousel .owl-nav > div:hover {
background-color: #00a0e4;
}
.benaa-class .ere-search-properties.style-vertical .ere-search-status-tab,
.benaa-class .ere-search-properties.style-vertical .form-search {
padding: 0 6.2%;
}
.benaa-class .ere-search-properties.style-mini-line .form-search-wrap {
padding-top: 0;
}
.benaa-class .ere-search-properties.style-mini-line .form-search-wrap input,
.benaa-class .ere-search-properties.style-mini-line .form-search-wrap select {
border: none;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
height: 64px !important;
background: #fff;
background-image: initial !important;
}
.benaa-class .ere-search-properties.style-mini-line .form-search-wrap select {
background-image: url(https://ehmarbella.com/wp-content/themes/benaa/assets/images/icon-dropdown-3.png) !important;
background-position: center right 20px !important;
}
.benaa-class .ere-search-properties.style-mini-line .form-search .row {
margin-left: 0;
margin-right: 0;
padding-top: 0;
border: solid 5px rgba(255, 255, 255, 0.5);
background: #fff;
-webkit-border-radius: 37px;
-webkit-background-clip: padding-box;
-moz-border-radius: 37px;
-moz-background-clip: padding;
border-radius: 37px;
background-clip: padding-box;
overflow: hidden;
}
.benaa-class .ere-search-properties.style-mini-line .form-group {
margin-bottom: 0;
padding: 0;
height: 64px;
background: #fff;
border-bottom: solid 1px #ddd;
overflow: inherit;
}
.benaa-class .ere-search-properties.style-mini-line .form-group + .form-group {
border-left: solid 1px #ddd;
}
.benaa-class .ere-search-properties.style-mini-line .form-group:nth-child(7) {
border-left: none;
}
.benaa-class .ere-search-properties.style-mini-line .form-group.submit-search-form {
border: none;
}
.benaa-class .ere-search-properties.style-mini-line .ere-advanced-search-btn {
border: solid 5px #00a0e4;
padding: 18px 40px;
webkit-border-radius: 32px;
-moz-border-radius: 32px;
border-radius: 32px;
}
.benaa-class .ere-search-properties.style-mini-line .ere-advanced-search-btn i {
display: none;
}
.benaa-class .ere-search-properties.style-mini-line .ere-advanced-search-btn:hover {
background-color: #222222;
border-color: #222222;
}
.benaa-class .ere-search-properties.style-mini-line.color-light .row {
background-color: #222222;
}
.benaa-class .ere-search-properties.style-mini-line.color-light .form-search-wrap input,
.benaa-class .ere-search-properties.style-mini-line.color-light .form-search-wrap select,
.benaa-class .ere-search-properties.style-mini-line.color-light .form-search-wrap .form-group {
background: #222222;
}
.benaa-class .ere-search-properties.style-mini-line.color-light .form-search {
background-color: transparent;
}
.benaa-class .ere-search-properties.style-mini-line .ere-sliderbar-filter {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
padding: 0 15px;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-default .ere-search-content {
-webkit-box-shadow: -8px -8px 0px 0px rgba(0, 0, 0, 0.08);
-moz-box-shadow: -8px -8px 0px 0px rgba(0, 0, 0, 0.08);
box-shadow: -8px -8px 0px 0px rgba(0, 0, 0, 0.08);
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-default .ere-search-status-tab {
margin-top: -84px;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-default .form-search-wrap {
max-width: 1170px;
margin: auto;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-default .row {
padding-top: 30px;
padding-left: 15px;
padding-right: 15px;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-default .ere-search-status-tab-inner {
padding: 10px 25px;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-default.color-dark .form-search {
background-color: #fff !important;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line .form-search-wrap input,
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line .form-search-wrap select,
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line .form-search-wrap .form-group {
height: 50px !important;
background: #fff;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line .form-search {
background-color: #00a0e4 !important;
padding-top: 10px;
padding-bottom: 10px;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line .row {
webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
overflow: hidden;
background-color: #fff;
border: none;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line .ere-advanced-search-btn {
padding-top: 14px;
padding-bottom: 14px;
background-color: #000;
border-color: #000;
webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
border-width: 2px;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line .ere-advanced-search-btn:hover {
background-color: transparent;
color: #000;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line.color-light .row {
background-color: #222222;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line.color-light .form-search-wrap input,
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line.color-light .form-search-wrap select,
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line.color-light .form-search-wrap .form-group {
background: #222222;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line.color-light .ere-advanced-search-btn {
background-color: #00a0e4;
border-color: #222222;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line.color-light .ere-advanced-search-btn:hover {
background-color: #fff;
color: #222222;
}
.benaa-class .hd-title-spec span:first-letter {
color: #00a0e4;
}
.benaa-class .ere-property .property-location > i {
display: none;
}
.benaa-class .ere-property .property-active-hover .property-action .block-center-inner,
.benaa-class .ere-property .property-inner:hover .property-action .block-center-inner {
opacity: 1;
}
.benaa-class .ere-property .property-active-hover .property-action:before,
.benaa-class .ere-property .property-inner:hover .property-action:before {
opacity: 1;
}
.benaa-class .ere-property .property-active-hover .property-action:after,
.benaa-class .ere-property .property-inner:hover .property-action:after {
opacity: 0;
}
.benaa-class .ere-property:not(.property-zigzac) .property-inner {
padding: 0;
background-color: #fff;
position: relative;
}
.benaa-class .ere-property:not(.property-zigzac) .property-info {
margin-left: auto;
margin-right: auto;
}
.benaa-class .ere-property.property-carousel .owl-item:nth-child(2n) .property-inner,
.benaa-class .ere-property.property-grid .property-inner:hover,
.benaa-class .ere-property.property-list .property-inner:hover {
background-color: #fff;
}
.benaa-class .ere-property.property-carousel .owl-item:nth-child(2n) .property-inner .property-info,
.benaa-class .ere-property.property-grid .property-inner:hover .property-info,
.benaa-class .ere-property.property-list .property-inner:hover .property-info {
background-color: transparent !important;
}
.benaa-class .ere-property:not(.property-list) .property-inner {
padding-bottom: 0;
}
.benaa-class .ere-property.property-grid .property-info,
.benaa-class .ere-property.property-list .property-info,
.benaa-class .ere-property.property-carousel .owl-item:nth-child(2n-1) .property-info {
background-color: transparent !important;
}
.benaa-class .ere-property.property-carousel .owl-nav .owl-next {
background-color: #00a0e4;
}
.benaa-class .ere-property.property-carousel .owl-nav .owl-next i {
color: #fff;
}
.benaa-class .ere-property.property-carousel .owl-nav .owl-next:after {
border-bottom-color: #00a0e4 !important;
}
.benaa-class .ere-property .property-image {
padding: 15px 15px 0 15px;
overflow: hidden;
}
.benaa-class .ere-property .property-item-content .property-title {
font-size: 21px !important;
line-height: 28px;
}
.benaa-class .ere-property .property-type {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
}
.benaa-class .ere-property .property-type a {
color: #00a0e4;
}
.benaa-class .ere-property .property-type i {
display: none;
}
.benaa-class .ere-property.property-carousel .property-item-content,
.benaa-class .ere-property.property-grid .property-item-content {
position: relative;
}
.benaa-class .ere-property.property-carousel .property-item-content > div,
.benaa-class .ere-property.property-grid .property-item-content > div {
padding: 0 15px;
}
.benaa-class .ere-property.property-carousel .property-item-content .property-status-price,
.benaa-class .ere-property.property-grid .property-item-content .property-status-price {
padding-left: 0;
padding-right: 0;
min-height: 40px;
}
.benaa-class .ere-property.property-carousel .property-item-content .property-info .property-info-inner,
.benaa-class .ere-property.property-grid .property-item-content .property-info .property-info-inner {
height: initial;
}
.benaa-class .ere-property.property-carousel .property-item-content .property-info .property-info-inner > div,
.benaa-class .ere-property.property-grid .property-item-content .property-info .property-info-inner > div {
width: 50% !important;
margin-bottom: -5px;
}
.benaa-class .ere-property.property-carousel .property-heading,
.benaa-class .ere-property.property-grid .property-heading {
margin-bottom: -5px;
}
.benaa-class .ere-property.property-carousel .property-type,
.benaa-class .ere-property.property-grid .property-type {
display: block;
}
.benaa-class .ere-property.property-carousel .property-type > a + a:before,
.benaa-class .ere-property.property-grid .property-type > a + a:before {
content: ",";
display: inline-block;
margin-right: 5px;
margin-left: -2px;
}
.benaa-class .ere-property.property-list .property-item-content {
position: initial;
margin-top: 24px;
}
.benaa-class .ere-property.property-list .property-item-content > div:not(.property-agent-avatar) {
padding-right: 15px;
padding-left: 0;
}
.benaa-class .ere-property.property-list .property-item-content .property-status-price {
padding-left: 0;
}
.benaa-class .ere-property.property-list .property-image {
max-width: 370px;
padding: 15px;
margin-right: 0;
}
.benaa-class .ere-property.property-list .property-action {
bottom: 15px;
}
.benaa-class .ere-property.property-list .property-type-list {
display: none;
}
.benaa-class .ere-property.property-list .property-type {
display: block;
}
.benaa-class .ere-property.property-list .property-type > a + a:before {
content: ",";
display: inline-block;
margin-right: 5px;
margin-left: -2px;
}
.benaa-class .ere-property.property-list .property-status-price {
padding-top: 16px !important;
}
.benaa-class .ere-property.property-zigzac .property-label {
left: 0;
}
.benaa-class .ere-property.property-zigzac .property-inner {
position: relative;
background-color: #fff;
}
.benaa-class .ere-property.property-zigzac .property-image {
padding: 0;
}
.benaa-class .ere-property.property-zigzac .property-action {
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.benaa-class .ere-property.property-zigzac .col-md-pull-6.property-item-content > div:not(.property-agent-avatar),
.benaa-class .ere-property.property-zigzac .col-sm-pull-6.property-item-content > div:not(.property-agent-avatar) {
padding-left: 20px;
padding-right: 40px;
}
.benaa-class .ere-property.property-zigzac .col-md-pull-6.property-status-price,
.benaa-class .ere-property.property-zigzac .col-sm-pull-6.property-status-price {
left: auto;
right: 50%;
}
.benaa-class .ere-property.property-zigzac .property-item-content.col-md-pull-0.col-sm-pull-6 > div:not(.property-agent-avatar) {
padding-left: 40px;
padding-right: 20px;
}
.benaa-class .ere-property.property-zigzac .col-md-push-6 .property-label,
.benaa-class .ere-property.property-zigzac .col-sm-push-6 .property-label {
left: 0;
}
.benaa-class .ere-property.property-zigzac .property-image.col-md-push-0.col-sm-push-6 .property-label {
left: 0;
}
.benaa-class .ere-property.property-zigzac .property-item-content {
padding: 15px 0 0;
}
.benaa-class .ere-property.property-zigzac .property-item-content > div:not(.property-agent-avatar) {
padding-left: 15px;
padding-right: 15px;
}
.benaa-class .ere-property.property-zigzac .property-info {
color: #fff;
margin-top: 0;
}
.benaa-class .ere-property.property-zigzac .property-info .property-info-inner {
height: initial;
}
.benaa-class .ere-property.property-zigzac .property-info .property-info-inner > div {
width: 50% !important;
margin-bottom: 0;
}
.benaa-class .ere-property.property-zigzac .property-type {
display: block;
}
.benaa-class .ere-property.property-zigzac .property-type > a + a:before {
content: ",";
display: inline-block;
margin-right: 5px;
margin-left: -2px;
}
.benaa-class .ere-property.property-zigzac .property-status-price {
position: absolute;
bottom: 0;
width: 50%;
left: 50%;
}
.benaa-class .ere-property.property-zigzac .property-status-price .property-price {
padding-right: 20px;
}
.benaa-class .ere-property.property-zigzac .col-md-pull-0.property-status-price {
left: 50% !important;
right: auto !important;
}
.benaa-class .ere-property .property-info .property-info-inner > div {
width: 25% !important;
float: left;
text-align: left !important;
margin-bottom: 11px;
font-size: 12px;
font-weight: 500;
}
.benaa-class .ere-property .property-info .property-info-inner > div:not(.tooltip) i {
font-size: 16px;
color: #00a0e4;
margin-right: 6px;
width: 16px;
display: inline-block;
}
.benaa-class .ere-property .property-status-price {
display: table;
width: 100%;
margin-top: 24px !important;
}
.benaa-class .ere-property .property-status-price .property-status,
.benaa-class .ere-property .property-status-price .property-price {
display: table-cell;
vertical-align: middle;
}
.benaa-class .ere-property .property-status-price .property-status {
background-color: #00a0e4;
position: relative;
right: auto;
top: auto;
}
.benaa-class .ere-property .property-status-price .property-status:after {
content: '';
display: block;
width: 0;
height: 0;
border-top: 40px solid #00a0e4;
border-right: 20px solid transparent;
position: absolute;
top: 0;
left: 100%;
}
.benaa-class .ere-property .property-status-price .property-price {
background-color: #222222;
color: #fff;
text-align: right;
}
.benaa-class .ere-property .property-status-price .property-price .property-price-postfix,
.benaa-class .ere-property .property-status-price .property-price .property-price-prefix {
font-weight: 600;
font-size: 10px;
color: #aeaeae;
line-height: 19px;
text-transform: uppercase;
position: relative;
top: -4px;
}
.benaa-class .ere-property .property-status {
position: initial;
}
.benaa-class .ere-property .property-status p {
margin-bottom: 0;
color: #fff;
font-weight: 500;
text-transform: uppercase;
display: inline-block;
}
.benaa-class .ere-property .property-status p .property-status-bg {
background-color: transparent !important;
font-size: 12px;
line-height: 40px;
padding-left: 20px;
padding-right: 10px;
}
.benaa-class .ere-property .property-status p .property-status-bg .property-arrow {
display: none;
}
.benaa-class .ere-property .property-action {
background-color: transparent;
top: 15px;
bottom: 0;
left: 15px;
right: 15px;
width: initial;
height: initial;
opacity: 1;
}
.benaa-class .ere-property .property-action:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 1;
background: -moz-linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.7));
background: -webkit-linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.7));
background: linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.7));
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.benaa-class .ere-property .property-action:before {
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
opacity: 0;
background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
background: linear-gradient(transparent, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
width: 100%;
height: 100%;
z-index: 2;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.benaa-class .ere-property .property-action .block-center-inner {
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.benaa-class .ere-property .property-action .block-center-inner > a {
background-color: transparent;
}
.benaa-class .ere-property .property-action .block-center-inner > a i:not(.fa-spinner) {
font-family: 'icomoon';
}
.benaa-class .ere-property .property-action .block-center-inner > a.property-favorite i:not(.fa-spinner):before {
content: "\edfb";
}
.benaa-class .ere-property .property-action .block-center-inner > a.compare-property i:not(.fa-spinner):before {
content: "\f053";
}
.benaa-class .ere-property .property-action .block-center-inner > a:hover {
background-color: #fff;
}
.benaa-class .ere-property .property-action .block-center-inner .property-view-gallery-wrap {
background-color: transparent;
}
.benaa-class .ere-property .property-action .block-center-inner .property-view-gallery-wrap:hover {
background-color: #fff;
}
.benaa-class .ere-property .property-action .block-center-inner .property-view-gallery-wrap:hover a {
color: #00a0e4;
}
.benaa-class .ere-property .property-action .block-center-inner .tooltip-inner {
background: #fff;
color: #00a0e4;
}
.benaa-class .ere-property .property-action .block-center-inner .tooltip.top {
margin-top: 0;
opacity: 1;
}
.benaa-class .ere-property .property-action .block-center-inner .tooltip.top .tooltip-arrow {
border-top-color: #fff;
}
.benaa-class .ere-property .property-label {
left: 15px;
top: 35px;
}
.benaa-class .ere-property .social-share {
background-color: transparent;
}
.benaa-class .ere-property .social-share .social-share-hover {
overflow: initial;
position: relative;
}
.benaa-class .ere-property .social-share .social-share-hover > i {
font-family: 'icomoon';
}
.benaa-class .ere-property .social-share .social-share-hover > i:before {
content: "\eea3";
}
.benaa-class .ere-property .property-element-inline > div i {
display: none;
}
.benaa-class .ere-property-wrap .archive-property-action .property-status ul li a {
background-color: #222222;
}
.benaa-class .ere-property-wrap .archive-property-action .property-status ul li.active a,
.benaa-class .ere-property-wrap .archive-property-action .property-status ul li a:hover,
.benaa-class .ere-property-wrap .archive-property-action .property-status ul li a:focus {
background-color: #00a0e4;
}
.benaa-class .ere-property-wrap .archive-property-action .view-as .view-as-list:before {
border-top-color: #222222;
}
.benaa-class .ere-property-wrap .archive-property-action .view-as .view-as-grid:before {
border-bottom-color: #222222;
}
.benaa-class .ere-property-wrap .archive-property-action .view-as span.active:before,
.benaa-class .ere-property-wrap .archive-property-action .view-as span:hover:before {
border-top-color: #00a0e4;
border-bottom-color: #00a0e4;
}
.benaa-class .ere-property-wrap .archive-property-action .view-as span,
.benaa-class .ere-property-wrap .single-property-area .property-tab .nav-tabs,
.benaa-class .ere-property-wrap .single-property-area .agent-content .agent-social a {
background-color: #222222;
}
.benaa-class .ere-property-wrap .single-property-area .agent-content .view-single-agent {
background-color: #222222;
border-color: #222222;
}
.benaa-class .ere-property-wrap .single-property-area .agent-content .view-my-properties {
background-color: #00a0e4;
border-color: #00a0e4;
}
.benaa-class .ere-property-wrap .single-property-area .agent-content .view-my-properties:hover {
background-color: transparent;
color: #00a0e4;
}
.benaa-class .ere-property-wrap .archive-property-action .view-as span.active,
.benaa-class .ere-property-wrap .archive-property-action .view-as span:hover,
.benaa-class .ere-property-wrap .single-property-area .single-property-image-main .owl-next,
.benaa-class .ere-property-wrap .single-property-area .agent-content .agent-social a:hover,
.benaa-class .ere-property-wrap .single-property-area .property-tab .nav-tabs li.active a,
.benaa-class .ere-property-wrap .single-property-area .property-tab .nav-tabs li:hover a {
background-color: #00a0e4;
}
.benaa-class .ere-property-wrap .archive-property-action .sort-property ul li.active a,
.benaa-class .ere-property-wrap .archive-property-action .sort-property ul li:hover a,
.benaa-class .ere-property-wrap .single-property-area .property-tab .tab-content table th,
.benaa-class .ere-property-wrap .single-property-area .agent-content .agent-heading h4,
.benaa-class .ere-property-wrap .single-property-area .agent-content .agent-heading a,
.benaa-class .ere-property-wrap .single-property-area .agent-content .view-single-agent:hover {
color: #222222;
}
.benaa-class .ere-property-wrap .single-property-area .agent-content .view-single-agent:hover {
background-color: transparent;
}
.benaa-class .ere-property-wrap .single-property-area .single-property-image-main .owl-next:after {
border-bottom-color: #00a0e4;
}
.benaa-class .ere-property-wrap .single-property-area .single-property-image-thumb .current:before {
background-color: rgba(34, 34, 34, 0.6);
}
.benaa-class .ere-property-wrap .single-property-area .agent-content .agent-heading a:hover,
.benaa-class .ere-property-wrap .single-property-area .contact-agent .form-error,
.benaa-class .ere-property-wrap .single-property-area .contact-agent .form-messages,
.benaa-class .ere-property-wrap .single-property-area .ere-view-video:hover {
color: #00a0e4;
}
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property .property-price .price-per-unit {
background-color: #00a0e4;
}
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property .social-share,
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property .block-center-inner > a {
background-color: #00a0e4;
}
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property .social-share:hover,
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property .block-center-inner > a:hover {
color: #00a0e4;
}
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property .social-share-hover .social-share-list a {
color: #00a0e4;
}
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property .social-share-hover .social-share-list a:hover {
color: #222222;
}
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property .property-action {
background-color: rgba(34, 34, 34, 0.6);
}
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property .property-item-content .property-title a {
color: #222222;
}
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property .property-item-content .property-title a:hover {
color: #00a0e4;
}
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property .property-item-content .property-price {
color: #222222;
}
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property.property-zigzac .property-item-content .property-info-inner span:not(.property-info-value) {
color: #00a0e4;
}
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property.property-zigzac .property-item-content .property-info-inner .property-info-value {
color: #222222;
}
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property.property-grid .property-inner:hover .property-info,
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property.property-list .property-inner:hover .property-info,
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property.property-carousel .owl-item:nth-child(2n) .property-inner .property-info {
background-color: #222222;
}
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property .property-labels p .property-label-bg {
background-color: #00a0e4;
}
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property .property-labels p .property-label-bg span {
border-left-color: #00a0e4;
border-right-color: #00a0e4;
}
.benaa-class .ere-property-wrap .ere-property-gallery .filter-wrap .property-filter-content .active-filter,
.benaa-class .ere-property-wrap .ere-property-gallery .filter-wrap .property-filter-content a:hover {
background-color: #00a0e4;
}
.benaa-class .ere-property-wrap .ere-property-gallery .property-title a:hover {
color: #00a0e4 !important;
}
.benaa-class .ere-property-wrap .ere-property-gallery.color-dark .property-title a {
color: #222222;
}
.benaa-class .ere-property-wrap .near-location-info > span {
font-weight: 600;
font-size: 16px;
color: #222222;
margin-bottom: -1px;
display: block;
}
.benaa-class .ere-property-wrap .near-location-info li {
font-size: 13px;
}
.benaa-class .ere-property-wrap .near-location-info li span {
font-size: 13px;
color: #222222;
}
.benaa-class .ere-property-wrap .near-location-info + .near-location-info {
margin-top: 15px;
}
.benaa-class div.ere-property-featured.property-list-two-columns .property-status {
top: 35px;
right: 15px;
left: auto;
}
.benaa-class div.ere-property-featured.property-list-two-columns .property-status .property-arrow {
display: none;
}
.benaa-class div.ere-property-featured.property-list-two-columns .property-status p .property-status-bg {
background-color: #00a0e4 !important;
line-height: 19px;
}
.benaa-class div.ere-property-featured.property-list-two-columns .property-item-content > div:not(.property-agent-avatar) {
padding-left: 0;
padding-right: 0;
}
.benaa-class div.ere-property-featured.property-list-two-columns .property-price span {
color: #00a0e4;
}
.benaa-class div.ere-property-featured.property-list-two-columns .property-price .property-price-postfix,
.benaa-class div.ere-property-featured.property-list-two-columns .property-price .property-price-prefix {
font-size: 10px !important;
color: #aeaeae !important;
line-height: 19px;
text-transform: uppercase;
}
.benaa-class div.ere-property-featured.property-list-two-columns .property-link-detail a {
color: #222222;
}
.benaa-class div.ere-property-featured.property-list-two-columns .property-link-detail a:hover {
color: #00a0e4;
}
.benaa-class div.ere-property-featured.property-list-two-columns .property-link-detail i {
color: #00a0e4;
}
.benaa-class div.ere-property-featured.property-list-two-columns.color-light .property-inner {
background-color: #222222;
}
.benaa-class div.ere-property-featured.property-list-two-columns.color-light .property-item-content .property-title a {
color: #fff;
}
.benaa-class div.ere-property-featured.property-list-two-columns.color-light .property-link-detail a {
color: #fff;
}
.benaa-class div.ere-property-featured.property-cities-filter .filter-wrap {
border-left: none;
padding-right: 0;
}
.benaa-class div.ere-property-featured.property-cities-filter .filter-wrap .property-filter-content {
padding-right: 15px;
}
.benaa-class div.ere-property-featured.property-cities-filter .filter-wrap a {
border-bottom: none;
border-right: none;
padding: 17px 30px;
line-height: 1;
background-color: #fff;
margin-bottom: 1px;
position: relative;
-webkit-box-shadow: 5px 0 17px 0 rgba(0, 0, 0, 0.05);
-moz-box-shadow: 5px 0 17px 0 rgba(0, 0, 0, 0.05);
box-shadow: 5px 0 17px 0 rgba(0, 0, 0, 0.05);
}
.benaa-class div.ere-property-featured.property-cities-filter .filter-wrap a:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 100%;
border-top: 7px solid transparent;
border-left: 13px solid #00a0e4;
border-bottom: 7px solid transparent;
z-index: 2;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
opacity: 0;
}
.benaa-class div.ere-property-featured.property-cities-filter .filter-wrap a:hover,
.benaa-class div.ere-property-featured.property-cities-filter .filter-wrap a.active-filter {
-webkit-box-shadow: 2px 0 17px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: 2px 0 17px 0 rgba(0, 0, 0, 0.15);
box-shadow: 2px 0 17px 0 rgba(0, 0, 0, 0.15);
background-color: #00a0e4;
color: #fff;
}
.benaa-class div.ere-property-featured.property-cities-filter .filter-wrap a:hover:after,
.benaa-class div.ere-property-featured.property-cities-filter .filter-wrap a.active-filter:after {
opacity: 1;
}
.benaa-class div.ere-property-featured.property-cities-filter .property-content-wrap {
background-color: transparent;
}
.benaa-class div.ere-property-featured.property-cities-filter .property-content-inner {
padding: 0 15px;
}
.benaa-class div.ere-property-featured.property-cities-filter .property-content-inner .owl-dots {
padding-top: 0;
}
.benaa-class div.ere-property-featured.property-cities-filter .property-content {
background: #fff;
padding: 20px;
}
.benaa-class div.ere-property-featured.property-cities-filter .property-heading {
display: table;
width: 100%;
color: #222222;
margin-top: 17px;
margin-bottom: 22px;
}
.benaa-class div.ere-property-featured.property-cities-filter .property-heading a {
color: #222222;
font-weight: 600;
font-size: 32px;
display: table-cell;
vertical-align: middle;
line-height: 36px;
}
.benaa-class div.ere-property-featured.property-cities-filter .property-heading a:hover {
color: #00a0e4;
}
.benaa-class div.ere-property-featured.property-cities-filter .property-heading span {
font-size: 32px;
font-weight: 600;
color: #00a0e4;
line-height: 36px;
display: table-cell;
}
.benaa-class div.ere-property-featured.property-cities-filter .property-heading span span {
display: block;
font-size: 11px !important;
font-weight: 500;
text-transform: uppercase;
line-height: 15px;
color: #727272 !important;
margin-bottom: 2px;
}
.benaa-class div.ere-property-featured.property-cities-filter.color-light .property-content {
background: #222222;
}
.benaa-class div.ere-property-featured.property-cities-filter.color-light .filter-wrap a {
background: #222222;
color: #fff;
}
.benaa-class div.ere-property-featured.property-cities-filter.color-light .filter-wrap a:after {
border-left-color: #00a0e4;
}
.benaa-class div.ere-property-featured.property-cities-filter.color-light .filter-wrap a:hover,
.benaa-class div.ere-property-featured.property-cities-filter.color-light .filter-wrap a.active-filter {
background-color: #00a0e4;
}
.benaa-class div.ere-property-featured.property-cities-filter.color-light .property-heading a,
.benaa-class div.ere-property-featured.property-cities-filter.color-light .property-info .property-info-inner .property-info-item-inner .property-info-value {
color: #fff;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-heading a,
.benaa-class div.ere-property-featured.property-sync-carousel .property-heading a {
color: #222222;
font-size: 28px;
font-weight: 600;
padding-top: 37px;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-heading a:hover,
.benaa-class div.ere-property-featured.property-sync-carousel .property-heading a:hover {
color: #00a0e4;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-price,
.benaa-class div.ere-property-featured.property-sync-carousel .property-price {
color: #222222;
font-size: 26px;
line-height: 1;
font-weight: 600;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-price .property-price-postfix,
.benaa-class div.ere-property-featured.property-sync-carousel .property-price .property-price-postfix,
.benaa-class div.ere-property-featured.property-single-carousel .property-price .property-price-prefix,
.benaa-class div.ere-property-featured.property-sync-carousel .property-price .property-price-prefix {
font-size: 10px !important;
color: #aeaeae !important;
line-height: 19px;
text-transform: uppercase;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-price .property-price-prefix,
.benaa-class div.ere-property-featured.property-sync-carousel .property-price .property-price-prefix {
margin-right: 10px;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-location,
.benaa-class div.ere-property-featured.property-sync-carousel .property-location {
margin-top: -15px;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-location span,
.benaa-class div.ere-property-featured.property-sync-carousel .property-location span {
color: #727272;
font-size: 12px;
}
.benaa-class div.ere-property-featured.property-single-carousel.color-light .property-heading a,
.benaa-class div.ere-property-featured.property-sync-carousel.color-light .property-heading a {
color: #fff;
}
.benaa-class div.ere-property-featured.property-single-carousel.color-light .property-price,
.benaa-class div.ere-property-featured.property-sync-carousel.color-light .property-price {
color: #00a0e4;
}
.benaa-class div.ere-property-featured.property-sync-carousel .main-content-inner {
max-width: initial;
}
.benaa-class div.ere-property-featured.property-sync-carousel .property-main-content {
float: right;
width: 58.33333333%;
}
.benaa-class div.ere-property-featured.property-sync-carousel .property-image-content {
width: 41.66666667%;
padding: 20px;
background: rgba(255, 255, 255, 0.03);
max-width: initial;
margin-left: initial;
margin-right: initial;
}
.benaa-class div.ere-property-featured.property-sync-carousel .property-heading a {
color: #222222;
font-size: 38px;
font-weight: 600;
line-height: 45px;
}
.benaa-class div.ere-property-featured.property-sync-carousel .property-image-carousel .owl-next {
background-color: #00a0e4;
}
.benaa-class div.ere-property-featured.property-sync-carousel .property-image-carousel .owl-next:after {
border-bottom-color: #00a0e4;
}
.benaa-class div.ere-property-featured.property-sync-carousel .property-price {
font-size: 28px;
}
.benaa-class div.ere-property-featured.property-sync-carousel .property-info {
margin-top: 40px;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-item {
overflow: hidden;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-content-wrap {
padding: 40px;
background-color: #f6f6f6;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-image {
float: right;
background-color: #fff;
padding: 20px 35px 20px 20px;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-item-content {
padding-right: 30px;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-heading:after {
content: '';
display: block;
width: 60px;
height: 2px;
background-color: #00a0e4;
margin-top: 26px;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-id {
display: none;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-info {
margin-top: 10px;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-info .property-info-inner > div {
width: 33.3%;
}
.benaa-class div.ere-property-featured.property-single-carousel.color-light .property-content-wrap {
background-color: #222222;
}
.benaa-class div.ere-property-featured.property-single-carousel .owl-dots .owl-dot:hover span,
.benaa-class div.ere-property-featured.property-single-carousel .owl-dots .owl-dot.active span {
background-color: #00a0e4 !important;
}
.benaa-class div.ere-property-featured .property-info .property-info-inner .property-info-item-inner .property-info-value {
font-size: 21px;
line-height: 1;
letter-spacing: 0;
}
.benaa-class div.ere-property-featured .property-info .property-info-inner .property-info-item-inner .property-info-title {
font-weight: 500;
font-size: 12px;
text-transform: uppercase;
line-height: 16px;
letter-spacing: 0;
}
.benaa-class div.ere-property-featured .property-info .property-info-inner .property-info-item-inner > span {
font-size: 21px;
width: 56px;
height: 56px;
border: solid 2px #00a0e4;
border-radius: 50%;
text-align: center;
line-height: 52px;
padding-right: 0;
}
.benaa-class div.ere-property-featured .property-info .property-info-inner .property-info-item-inner .content-property-info {
padding-left: 10px;
}
.benaa-class div.ere-property-featured .property-heading {
position: relative;
}
.benaa-class div.ere-property-featured .property-status {
position: absolute;
top: 0;
left: 0;
}
.benaa-class div.ere-property-featured .property-status span {
font-size: 12px;
font-weight: 500;
background-color: #00a0e4;
text-transform: uppercase;
-webkit-border-radius: 10px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px;
-moz-background-clip: padding;
border-radius: 10px;
background-clip: padding-box;
padding-left: 17px;
padding-right: 17px;
}
.benaa-class div.ere-property-featured .property-status span:before {
display: none;
}
.benaa-class div.property-info-action .property-main-info {
background-color: rgba(34, 34, 34, 0.9);
}
.benaa-class div.property-info-action .property-main-info .property-heading a:hover {
color: #00a0e4;
}
.benaa-class div.property-info-action .property-main-info .property-status span {
background-color: #00a0e4;
}
.benaa-class div.property-info-action .property-main-info .property-status span:before {
border-right-color: #00a0e4;
border-left-color: #00a0e4;
}
.benaa-class div.property-info-action .property-action .social-share,
.benaa-class div.property-info-action .property-action .property-action-inner > a {
background-color: #222222;
}
.benaa-class div.property-info-action .property-action .social-share:hover,
.benaa-class div.property-info-action .property-action .property-action-inner > a:hover {
background-color: #00a0e4;
}
.benaa-class div.property-info-action .property-action .social-share-hover .social-share-list {
background-color: #00a0e4;
}
.benaa-class div.property-info-action .property-action .social-share-hover .social-share-list a:hover {
color: #222222;
}
.benaa-class .ere-heading-style2 h2 {
margin-top: 5px;
margin-bottom: 5px;
}
.benaa-class .ere-heading-style2 h2:after {
background-color: #00a0e4;
}
.benaa-class .color-light .ere-heading h2,
.benaa-class .color-light .ere-heading p {
color: #fff;
}
.benaa-class .ere-heading {
position: relative;
}
.benaa-class .ere-heading h2 {
font-weight: 700;
letter-spacing: 0.05em;
margin-bottom: 0;
}
.benaa-class .ere-heading p {
font-size: 14px;
font-weight: 500;
}
.benaa-class .ere-heading h2:before {
content: "\e903";
display: block;
font-size: 42px;
font-family: 'icomoon';
position: initial;
height: initial;
width: initial;
background-color: transparent;
transform: none;
margin-bottom: 10px;
color: #00a0e4;
}
.benaa-class .ere-heading.ere-heading-sub {
padding-bottom: 19px;
}
.benaa-class .ere-heading:after {
display: none;
}
.benaa-class .ere-heading.text-center {
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.benaa-class .agent-properties .ere-heading h2:before {
display: none;
}
.benaa-class .ere-property.col-gap-10 .ere-item-wrap.ere-heading p {
left: 5px;
}
.benaa-class .ere-property.col-gap-20 .ere-item-wrap.ere-heading p {
left: 10px;
}
.benaa-class .ere-property.col-gap-30 .ere-item-wrap.ere-heading p {
left: 15px;
}
.benaa-class div.ere-property-carousel .property-item-content {
padding-top: 10px !important;
}
.benaa-class div.ere-property-carousel.color-dark .property-inner,
.benaa-class div.ere-property-carousel.color-dark .property-item-content {
background-color: #fff;
}
.benaa-class div.ere-property-carousel.color-dark .navigation-wrap .owl-nav div.owl-next {
background-color: #00a0e4;
}
.benaa-class div.ere-property-carousel.color-dark .navigation-wrap .owl-nav div.owl-next i {
color: #fff;
}
.benaa-class div.ere-property-carousel.color-dark .navigation-wrap .owl-nav div.owl-next:after {
border-bottom-color: #00a0e4;
}
.benaa-class div.ere-property-carousel.color-light .social-share,
.benaa-class div.ere-property-carousel.color-light .block-center-inner > a,
.benaa-class div.ere-property-carousel.color-light .property-view-gallery-wrap a {
color: #222222 !important;
}
.benaa-class div.ere-property-carousel.color-light .social-share-hover .social-share-list {
background-color: #fff;
}
.benaa-class div.ere-property-carousel.color-light .social-share-hover .social-share-list a {
color: #222222;
}
.benaa-class div.ere-property-carousel.color-light .property-action .block-center-inner .tooltip-inner {
color: #222222;
}
.benaa-class div.ere-property-carousel.color-light .property-inner,
.benaa-class div.ere-property-carousel.color-light .property-item-content {
background-color: #222222 !important;
}
.benaa-class div.ere-property-carousel.color-light .property-item-content .property-title a {
color: #fff;
}
.benaa-class div.ere-property-carousel.color-light .property-item-content-inner > div {
color: #222222;
}
.benaa-class div.ere-property-carousel.color-light .property-item-content-inner > div.property-agent a {
color: #222222;
}
.benaa-class div.ere-property-carousel.color-light .property-action:after {
background: -moz-linear-gradient(transparent, transparent, rgba(255, 255, 255, 0.7));
background: -webkit-linear-gradient(transparent, transparent, rgba(255, 255, 255, 0.7));
background: linear-gradient(transparent, transparent, rgba(255, 255, 255, 0.7));
}
.benaa-class div.ere-property-carousel.color-light .property-action:before {
background: -moz-linear-gradient(transparent, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
background: -webkit-linear-gradient(transparent, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
background: linear-gradient(transparent, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
}
.benaa-class div.ere-property-carousel.color-light .navigation-wrap .owl-nav div:hover {
background-color: #00a0e4;
}
.benaa-class div.ere-property-carousel.color-light .navigation-wrap .owl-nav div:hover.owl-prev:after {
border-top-color: #00a0e4;
}
.benaa-class div.ere-property-carousel.color-light .navigation-wrap .owl-nav div:hover.owl-next:after {
border-bottom-color: #00a0e4;
}
.benaa-class #map-property-single .item-body .title-marker,
.benaa-class #map-property-single .item-body .price-marker {
color: #222222;
}
.benaa-class #map-property-single .item-body a:hover {
color: #00a0e4;
}
.benaa-class #wp-property_des-wrap .insert-media {
background-color: #222222;
}
.benaa-class #wp-property_des-wrap .insert-media:hover {
background-color: #00a0e4;
}
.benaa-class #ere_additional_details tr td:first-of-type span:hover,
.benaa-class #ere_additional_details tr td:last-of-type span:hover,
.benaa-class #ere_floors tr td:first-of-type span:hover,
.benaa-class #ere_floors tr td:last-of-type span:hover {
color: #00a0e4;
}
.benaa-class .user-dropdown {
padding: 0 !important;
background-color: transparent !important;
}
.benaa-class .user-dropdown:hover .user-display-name {
color: #00a0e4;
}
.benaa-class .single-invoice-action a {
background-color: #222222;
}
.benaa-class .single-invoice-action a:hover {
background-color: #00a0e4;
}
.benaa-class .form-control:focus {
border-color: #00a0e4;
}
.benaa-class div.ere-property-slider .property-inner .property-main-info .property-heading a:hover {
color: #00a0e4;
}
.benaa-class div.ere-property-slider .property-inner .property-main-info .property-status span {
background-color: #00a0e4;
}
.benaa-class div.ere-property-slider .property-inner .property-main-info .property-status span:before {
border-right-color: #00a0e4;
border-left-color: #00a0e4;
}
.benaa-class div.ere-property-slider .owl-nav .owl-prev {
background-color: #00a0e4;
}
.benaa-class div.ere-property-slider .owl-nav .owl-prev:after {
border-top-color: #00a0e4;
}
.benaa-class div.ere-property-slider .owl-nav .owl-next i {
color: #00a0e4;
}
.benaa-class div.ere-property-slider.navigation-middle .property-image {
position: relative;
}
.benaa-class div.ere-property-slider.navigation-middle .property-image:before {
content: '';
display: block;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.55);
position: absolute;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .block-center {
text-align: center;
padding-left: 0;
padding-right: 0;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info {
padding: 0;
background-color: transparent;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info .property-heading h4 {
font-size: 48px;
top: auto;
max-height: initial;
margin-bottom: 0;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info .property-price {
font-size: 48px;
margin-right: 0;
line-height: 1;
font-weight: 600;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info .property-price .property-price-postfix,
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info .property-price .property-price-prefix {
font-weight: 600;
font-size: 12px !important;
color: #aeaeae !important;
text-transform: uppercase;
display: block;
text-align: right;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info .property-price .property-price-prefix {
text-align: left;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info .property-status span {
font-weight: 500;
font-size: 12px;
text-transform: uppercase;
-webkit-border-radius: 10px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px;
-moz-background-clip: padding;
border-radius: 10px;
background-clip: padding-box;
margin-right: 20px;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info .property-status span:before {
display: none;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info .property-location {
display: inline-block;
padding-left: 0;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info .property-location span {
font-weight: 400;
font-size: 16px;
color: #bababa;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info-top {
text-align: center;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-info {
padding: 0;
background-color: transparent;
margin-top: 10px;
margin-bottom: 7px;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-info > div {
margin-right: 25px;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-info > div .property-info-value {
font-weight: 600;
font-size: 21px;
color: #fff;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-info > div .property-info-title {
font-weight: 500;
font-size: 12px;
color: #c6c6c6;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-info > div > span {
width: 52px;
height: 52px;
border: solid 1px #00a0e4;
color: #00a0e4;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
font-size: 21px;
padding-right: 0;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-info > div > div {
text-align: left;
padding-left: 10px;
}
.benaa-class div.ere-property-slider.navigation-middle .owl-nav {
padding-left: 0;
text-align: center;
bottom: 55px;
top: auto !important;
}
.benaa-class div.ere-property-slider.navigation-middle .owl-nav > div {
width: initial;
height: initial;
background-color: transparent;
}
.benaa-class div.ere-property-slider.navigation-middle .owl-nav > div:after {
display: none;
}
.benaa-class div.ere-property-slider.navigation-middle .owl-nav > div i {
font-size: 38px;
line-height: 1;
color: #bababa;
}
.benaa-class div.ere-property-slider.navigation-middle .owl-nav > div:hover {
background-color: transparent !important;
}
.benaa-class div.ere-property-slider.navigation-middle .owl-nav > div:hover i {
color: #00a0e4;
}
.benaa-class div.ere-property-slider.navigation-middle .owl-nav .owl-next {
right: -26px !important;
left: auto !important;
}
.benaa-class div.ere-property-slider.navigation-middle .owl-nav .owl-next i:before {
content: '\eb33';
font-family: 'icomoon';
}
.benaa-class div.ere-property-slider.navigation-middle .owl-nav .owl-prev {
left: -26px !important;
}
.benaa-class div.ere-property-slider.navigation-middle .owl-nav .owl-prev i:before {
content: '\eb34';
font-family: 'icomoon';
}
.benaa-class div.ere-property-slider.pagination-image .property-image {
position: relative;
}
.benaa-class div.ere-property-slider.pagination-image .property-image:before {
content: '';
display: block;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
position: absolute;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info-top {
text-align: center;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info {
background-color: transparent;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-heading h4 {
font-size: 48px;
max-height: initial;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-price {
font-size: 48px;
margin-right: 0;
line-height: 1;
font-weight: 600;
color: #fff;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-price .property-price-postfix,
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-price .property-price-prefix {
font-weight: 600;
font-size: 12px !important;
color: #aeaeae !important;
text-transform: uppercase;
display: block;
text-align: right;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-price .property-price-prefix {
text-align: left;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-status span {
font-weight: 500;
font-size: 12px;
text-transform: uppercase;
-webkit-border-radius: 10px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px;
-moz-background-clip: padding;
border-radius: 10px;
background-clip: padding-box;
margin-right: 20px;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-status span:before {
display: none;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-location {
display: inline-block;
padding-left: 0;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-location span {
font-weight: 400;
font-size: 16px;
color: #bababa;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-info {
background-color: transparent;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-info > div {
margin-right: 25px;
padding-top: 25px;
padding-bottom: 15px;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-info > div .property-info-value {
font-weight: 600;
font-size: 21px;
color: #fff;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-info > div .property-info-title {
font-weight: 500;
font-size: 12px;
color: #c6c6c6;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-info > div > span {
width: 52px;
height: 52px;
border: solid 1px #00a0e4;
color: #00a0e4;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
font-size: 21px;
padding-right: 0;
text-align: center;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-info > div > div {
text-align: left;
padding-left: 10px;
}
.benaa-class div.ere-property-slider.navigation-middle.property-slider-custome .property-inner .block-center-inner {
padding: 20px;
border: solid 20px #fff;
}
.benaa-class div.ere-property-slider.navigation-middle.property-slider-custome .property-inner .property-main-info {
padding: 60px;
background: rgba(255, 255, 255, 0.87);
}
.benaa-class div.ere-property-slider.navigation-middle.property-slider-custome .property-inner .property-main-info .property-heading h4 {
font-weight: 600;
}
.benaa-class div.ere-property-slider.navigation-middle.property-slider-custome .property-inner .property-main-info .property-heading h4 a {
color: #222222;
}
.benaa-class div.ere-property-slider.navigation-middle.property-slider-custome .property-inner .property-main-info .property-price {
color: #222222;
}
.benaa-class div.ere-property-slider.navigation-middle.property-slider-custome .property-inner .property-main-info .property-price .property-price-postfix,
.benaa-class div.ere-property-slider.navigation-middle.property-slider-custome .property-inner .property-main-info .property-price .property-price-prefix {
color: #8f8f8f !important;
}
.benaa-class div.ere-property-slider.navigation-middle.property-slider-custome .property-inner .property-main-info .property-location span {
color: #8f8f8f;
}
.benaa-class div.ere-property-slider.navigation-middle.property-slider-custome .property-inner .property-info > div .property-info-value {
color: #222222;
}
.benaa-class div.ere-property-slider.navigation-middle.property-slider-custome .property-inner .property-info > div .property-info-title {
color: #8f8f8f;
}
.benaa-class .ere-property-gallery .property-image a.entry-thumbnail-overlay.placeholder-image:before {
top: 0;
opacity: 1;
visibility: visible;
background-color: transparent !important;
background: -moz-linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 57%);
background: -webkit-linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 57%);
background: -ms-linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 57%);
height: 100%;
}
.benaa-class .ere-property-gallery .property-image .property-item-content {
opacity: 1;
visibility: visible;
bottom: 18px;
top: auto;
left: 30px;
right: 30px;
}
.benaa-class .ere-property-gallery .property-image .property-status {
margin-bottom: 10px;
}
.benaa-class .ere-property-gallery .property-image .property-status span {
font-weight: 500;
font-size: 12px;
color: #fff;
text-transform: uppercase;
background: #00a0e4;
padding: 1px 18px;
-webkit-border-radius: 10px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px;
-moz-background-clip: padding;
border-radius: 10px;
background-clip: padding-box;
}
.benaa-class .ere-property-gallery .property-image .property-type span {
font-weight: 600;
font-size: 11px;
color: #222222;
text-transform: uppercase;
}
.benaa-class .ere-property-gallery .property-image .property-title a {
font-weight: 600;
font-size: 21px;
color: #222222;
margin-bottom: 5px;
}
.benaa-class .ere-property-gallery .property-image .property-title a:hover {
color: #222222 !important;
}
.benaa-class .ere-property-gallery .property-image .property-location span {
font-weight: 400;
font-size: 12px;
color: #bababa;
}
.benaa-class .ere-property-gallery .property-image .property-price {
font-weight: 600;
padding-right: 0;
font-size: 24px;
color: #222222;
}
.benaa-class .ere-property-gallery .property-image .property-price .property-price-postfix,
.benaa-class .ere-property-gallery .property-image .property-price .property-price-prefix {
font-weight: 600;
font-size: 10px;
color: #aeaeae;
line-height: 19px;
text-transform: uppercase;
position: relative;
top: -4px;
}
.benaa-class .ere-property-gallery.color-dark .property-image a.entry-thumbnail-overlay.placeholder-image:before {
background: -moz-linear-gradient(90deg, #000000 0%, rgba(255, 255, 255, 0) 57%);
background: -webkit-linear-gradient(90deg, #000000 0%, rgba(255, 255, 255, 0) 57%);
background: -ms-linear-gradient(90deg, #000000 0%, rgba(255, 255, 255, 0) 57%);
}
.benaa-class .ere-property-gallery.color-dark .property-image .property-type span {
color: #00a0e4;
}
.benaa-class .ere-property-gallery.color-dark .property-image .property-title a {
color: #fff;
}
.benaa-class .ere-property-gallery.color-dark .property-image .property-title a:hover {
color: #00a0e4 !important;
}
.benaa-class .ere-property-gallery.color-dark .property-image .property-price {
color: #fff;
}
.benaa-class .ere-property-gallery .owl-carousel .owl-item + .owl-item {
padding-left: 1px;
}
.benaa-class .ere-property-gallery .placeholder-image {
background-color: #E0E8EE;
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.benaa-class .ere-property-gallery .placeholder-image:before {
content: '';
display: block;
width: 100%;
}
.benaa-class .ere-property-gallery .entry-thumbnail-overlay {
position: relative;
display: block;
}
.benaa-class .ere-property-gallery .entry-thumbnail-overlay:after {
content: '';
display: block;
position: absolute;
z-index: 1;
left: 0;
right: 0;
top: 0;
bottom: 0;
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
background-color: rgba(0, 0, 0, 0.45);
-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
-ms-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.benaa-class div.ere-property-type {
position: relative;
overflow: hidden;
}
.benaa-class div.ere-property-type .property-type-info {
padding: 27px 30px;
top: 0;
bottom: auto;
background-color: transparent;
}
.benaa-class div.ere-property-type .property-type-info .property-title {
font-size: 24px;
font-weight: 600;
margin-bottom: 4px;
line-height: 1;
}
.benaa-class div.ere-property-type .property-type-info .property-title a:hover {
color: #fff;
}
.benaa-class div.ere-property-type .property-type-info .property-count {
font-weight: 500;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.benaa-class div.ere-property-type .property-type-info .property-count span {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
color: #bababa !important;
}
.benaa-class div.ere-property-type .view-all {
font-weight: 500;
font-size: 14px;
text-transform: uppercase;
color: #fff;
letter-spacing: 0.1em;
position: absolute;
z-index: 1;
bottom: 23px;
left: 30px;
padding-right: 20px;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.benaa-class div.ere-property-type .view-all:after {
content: '';
display: block;
width: 10000px;
height: 1px;
background-color: #fff;
position: absolute;
bottom: 7px;
left: 100%;
}
.benaa-class div.ere-property-type:hover:before {
background-color: rgba(0, 160, 228, 0.9);
}
.benaa-class div.ere-property-type:hover .property-type-info .property-count {
color: #fff;
}
.benaa-class div.ere-property-type:hover .property-type-info .property-count span {
color: #fff !important;
}
.benaa-class div.ere-property-type:hover .view-all {
opacity: 1;
}
.benaa-class div.ere-property-type:before {
content: '';
display: block;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
right: 0;
z-index: 1;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.benaa-class div.ere-property-type .property-type-inner {
min-height: initial;
}
.benaa-class .ere-package-item.active {
border-color: #00a0e4 !important;
}
.benaa-class #ere-map-loading i {
color: #00a0e4;
}
.benaa-class ul.walkscore-list li span.walkscore-score {
color: #00a0e4;
border: 1px solid #00a0e4;
}
.benaa-class ul.walkscore-list li span.walkscore-score:before {
border-bottom: 1px solid #00a0e4;
border-left: 1px solid #00a0e4;
}
.benaa-class .advanced-saved-searches {
border-top: 2px solid #00a0e4;
}
.benaa-class button.ere-btn-arrow.active,
.benaa-class button.ere-btn-arrow:hover {
background: #00a0e4;
}
.benaa-class button.ere-btn-arrow.active:after,
.benaa-class button.ere-btn-arrow:hover:after {
border-left-color: #00a0e4;
}
.benaa-class .ere-property-multi-step .ere-step-nav {
border-top-color: #00a0e4;
}
.benaa-class .single-property-area .property-tab .nav-tabs li.active a,
.benaa-class .single-property-area .property-tab .nav-tabs li:hover a,
.benaa-class .single-property-area .single-property-image-main .owl-next {
background-color: #00a0e4;
}
.benaa-class .single-property-area .single-property-image-main .owl-next:after {
border-bottom-color: #00a0e4;
}
.benaa-class .rating-container .empty-stars {
color: #00a0e4;
}
.benaa-class .rating-container .filled-stars {
color: #00a0e4;
-webkit-text-stroke: 1px #00a0e4;
text-shadow: 1px 1px #00a0e4;
}
.benaa-class .review-date:before {
color: #00a0e4;
}
.benaa-class .overall-rating .reviews-box li .item-list span {
background-color: #00a0e4 !important;
}
.benaa-class .login-for-review,
.benaa-class .waiting-for-approval {
color: #00a0e4;
}
.benaa-class .ere_widget_top_agents .agent-avatar {
height: 70px;
}
.benaa-class .ere_widget_top_agents .agent-info h4 {
font-size: 16px;
font-weight: 600;
margin-bottom: 0;
}
.benaa-class .ere_widget_top_agents .agent-info .agent-position {
font-size: 13px;
color: #727272;
}
.benaa-class .ere_widget_top_agents .agent-total-properties {
font-weight: 600;
font-size: 12px;
color: #00a0e4;
margin-top: 2px;
}
.benaa-class .ere_widget_top_agents .agent-avatar + .agent-info {
margin-left: 90px;
}
.benaa-class .ere_widget_top_agents .agent-item {
margin-bottom: 30px;
}
.benaa-class .ere_widget_mortgage_calculator .ere-mortgage-form input {
height: 42px;
border-color: #ededed;
font-size: 12px;
color: #727272;
-webkit-border-radius: 21px;
-webkit-background-clip: padding-box;
-moz-border-radius: 21px;
-moz-background-clip: padding;
border-radius: 21px;
background-clip: padding-box;
padding: 0 24px;
}
.benaa-class .ere_widget_mortgage_calculator .form-group {
margin-bottom: 12px;
}
.benaa-class .ere_widget_mortgage_calculator button {
margin-top: 18px;
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
background-color: transparent;
color: #00a0e4;
border-color: #00a0e4;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
padding-top: 10px;
padding-bottom: 10px;
}
.benaa-class .ere_widget_mortgage_calculator button:hover {
background-color: #00a0e4;
color: #fff;
border-color: #00a0e4;
}
.benaa-class .ere-mini-search-properties .ere-mini-search-properties-form {
background-color: transparent;
max-width: initial;
position: relative;
}
.benaa-class .ere-mini-search-properties .ere-mini-search-properties-form:before {
content: '';
display: block;
width: 1px;
height: 64px;
background-color: #ddd;
position: absolute;
top: 5px;
left: 167px;
}
.benaa-class .ere-mini-search-properties input {
padding-right: 135px;
}
.benaa-class .ere-mini-search-properties input::-webkit-input-placeholder {
color: #727272 !important;
}
.benaa-class .ere-mini-search-properties input:-moz-placeholder {
color: #727272 !important;
}
.benaa-class .ere-mini-search-properties input::-moz-placeholder {
color: #727272 !important;
}
.benaa-class .ere-mini-search-properties input:-ms-input-placeholder {
color: #727272 !important;
}
.benaa-class .ere-mini-search-properties input:focus {
border-color: #00a0e4;
}
.benaa-class .ere-mini-search-properties select,
.benaa-class .ere-mini-search-properties input {
height: 74px !important;
color: #727272;
font-weight: 500;
font-size: 14px;
background-color: #fff;
border: solid 5px rgba(255, 255, 255, 0.5);
-webkit-border-radius: 37px;
-webkit-background-clip: padding-box;
-moz-border-radius: 37px;
-moz-background-clip: padding;
border-radius: 37px;
background-clip: padding-box;
background-image: initial !important;
}
.benaa-class .ere-mini-search-properties select {
background-image: url(https://ehmarbella.com/wp-content/themes/benaa/assets/images/icon-dropdown-3.png) !important;
border: solid 5px transparent;
padding-left: 28px;
width: 168px;
-webkit-border-top-right-radius: 0;
-moz-border-radius-topright: 0;
border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius-bottomright: 0;
-moz-background-clip: padding;
border-bottom-right-radius: 0;
background-clip: padding-box;
}
.benaa-class .ere-mini-search-properties select + input {
padding-left: 200px;
}
.benaa-class .ere-mini-search-properties button {
height: 64px !important;
-webkit-border-radius: 32px;
-moz-border-radius: 32px;
border-radius: 32px;
min-width: 170px;
right: 5px;
top: 5px;
}
.benaa-class .ere-search-map-properties .property-result-wrap {
margin-top: 0;
background-color: #f6f6f6;
padding: 40px 5px 10px 5px;
}
.benaa-class .ere-search-map-properties .list-property-result-ajax .title-result h2 {
margin-top: 0;
padding-top: 15px;
}
.benaa-class .ere-search-map-properties .ere-search-status-tab {
padding: 20px 15px;
}
.benaa-class .ere-search-map-properties .ere-search-content {
padding: 0;
}
.benaa-class .ere-search-map-properties .sidebar-filter .ui-slider-range.ui-widget-header.ui-corner-all {
background-color: #00a0e4;
}
.benaa-class .ere-search-map-properties .sidebar-filter .ui-slider-handle.ui-state-default.ui-corner-all {
background-color: #00a0e4;
}
.benaa-class .ere-search-map-properties .search-properties-form .row {
padding-top: 30px;
margin: 0;
}
.benaa-class .ere-search-map-properties .property-item {
margin-bottom: 30px;
}
.benaa-class .ere-search-map-properties .ere-map-search {
float: right;
}
.benaa-class .other-features-list .checkbox input[type="checkbox"] {
height: initial !important;
}
.benaa-class .ratings-summary {
padding: 5px;
}
.benaa-class .ratings-summary .ratings-average {
font-size: 30px;
}
.benaa-class .ere-advanced-search-wrap .ere-property-advanced-search {
background: #fff;
-webkit-box-shadow: -8px -8px 0 0 rgba(0, 0, 0, 0.08);
-moz-box-shadow: -8px -8px 0 0 rgba(0, 0, 0, 0.08);
box-shadow: -8px 8px 0 0 rgba(0, 0, 0, 0.08);
}
.benaa-class .ere-advanced-search-wrap .form-search .row {
margin-left: 0;
margin-right: 0;
}
.benaa-class .ere-advanced-search-wrap .advanced-saved-searches {
border-top: none;
}
.benaa-class .ere-advanced-search-wrap .advanced-saved-searches button {
border-top: solid 7px #00a0e4;
}
.benaa-class .ere-advanced-search-wrap .advanced-saved-searches button:hover {
border-color: #222222;
}
.benaa-class .property-item-content-inner {
position: absolute;
z-index: 2;
bottom: 15px;
left: 30px;
right: 30px;
color: #fff;
display: flex;
justify-content: space-between;
align-items: center;
}
.benaa-class .property-item-content-inner > div {
width: 50%;
}
.benaa-class .property-item-content-inner > div i {
width: 16px;
display: inline-block;
}
.benaa-class .property-item-content-inner .property-agent {
text-align: right;
}
.benaa-class .property-item-content-inner .property-agent a {
color: #fff;
}
.benaa-class .property-list .property-item-content-inner {
bottom: 25px;
}
.benaa-class .property-zigzac .property-item-content-inner {
left: 15px;
right: 15px;
}
.benaa-class .ere-package-item .list-group-item .btn.btn-primary {
width: 100%;
-webkit-border-radius: 21px;
-webkit-background-clip: padding-box;
-moz-border-radius: 21px;
-moz-background-clip: padding;
border-radius: 21px;
background-clip: padding-box;
padding: 10px 19px;
}
.benaa-class .listing-btn i {
left: -3px;
top: -2px;
}
.benaa-class .ere-google-map-directions #get-direction:hover {
background-color: #222222;
}
.ere_widget_listing_property_taxonomy .ere-widget-listing-property-taxonomy ul li,
.ere-widget-listing-property-taxonomy ul li {
margin-bottom: 14px;
}
.ere_widget_listing_property_taxonomy .ere-widget-listing-property-taxonomy ul a,
.ere-widget-listing-property-taxonomy ul a {
font-weight: 600;
font-size: 16px;
color: #222222;
}
.ere_widget_listing_property_taxonomy .ere-widget-listing-property-taxonomy ul a:hover,
.ere-widget-listing-property-taxonomy ul a:hover {
color: #00a0e4 !important;
padding-left: 0;
}
.ere_widget_listing_property_taxonomy .ere-widget-listing-property-taxonomy ul a i,
.ere-widget-listing-property-taxonomy ul a i {
display: none;
}
.main-footer-wrapper .ere_widget_listing_property_taxonomy .ere-widget-listing-property-taxonomy ul li,
.main-footer-wrapper .ere-widget-listing-property-taxonomy ul li {
margin-bottom: 5px;
}
.main-footer-wrapper .ere_widget_listing_property_taxonomy .ere-widget-listing-property-taxonomy ul a,
.main-footer-wrapper .ere-widget-listing-property-taxonomy ul a {
font-weight: 400;
font-size: 13px;
color: #bababa;
padding-left: 10px;
}
.main-footer-wrapper .ere_widget_listing_property_taxonomy .ere-widget-listing-property-taxonomy ul a:hover,
.main-footer-wrapper .ere-widget-listing-property-taxonomy ul a:hover {
color: #00a0e4 !important;
}
.main-footer-wrapper .ere_widget_listing_property_taxonomy .ere-widget-listing-property-taxonomy ul a i,
.main-footer-wrapper .ere-widget-listing-property-taxonomy ul a i {
display: inline-block;
width: 5px;
position: absolute;
left: 0;
top: 4px;
} .area-size-info i.fa.fa-arrows:before {
font-family: 'icomoon';
content: '\ef22';
}
.bed-info i.fa.fa-hotel:before {
font-family: 'icomoon';
content: '\f111';
}
.bath-info i.fa.fa-bath:before {
font-family: 'icomoon';
content: '\f113';
}
.panel {
border-radius: 0 !important;
}
.panel-default > .panel-heading {
background-color: #f8f8f8;
font-weight: bold;
text-transform: uppercase;
} @media (min-width: 768px) {
.ere-search-properties.form-container.style-default .ere-search-status-tab-inner,
.ere-property-advanced-search.form-container .ere-search-status-tab-inner,
.ere-search-properties.form-container.style-default .row,
.ere-property-advanced-search.form-container .row {
width: 750px;
margin-left: auto !important;
margin-right: auto !important;
}
.ere-search-properties.form-container.style-mini-line .row {
width: 720px;
margin-left: auto !important;
margin-right: auto !important;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line .row {
width: 720px;
margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 992px) {
.ere-search-properties.form-container.style-default .ere-search-status-tab-inner,
.ere-property-advanced-search.form-container .ere-search-status-tab-inner,
.ere-search-properties.form-container.style-default .row,
.ere-property-advanced-search.form-container .row {
width: 970px;
margin-left: auto !important;
margin-right: auto !important;
}
.ere-search-properties.form-container.style-mini-line .row {
width: 940px;
margin-left: auto !important;
margin-right: auto !important;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line .row {
width: 940px;
margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 1200px) {
.ere-search-properties.form-container.style-default .ere-search-status-tab-inner,
.ere-property-advanced-search.form-container .ere-search-status-tab-inner,
.ere-search-properties.form-container.style-default .row,
.ere-property-advanced-search.form-container .row {
width: 1200px;
margin-left: auto !important;
margin-right: auto !important;
}
.ere-search-properties.form-container.style-mini-line .row {
width: 1170px;
margin-left: auto !important;
margin-right: auto !important;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line .row {
width: 1170px;
margin-left: auto;
margin-right: auto;
}
}
@media (max-width: 1199px) {
.benaa-class div.ere-property-featured.property-sync-carousel .property-main-content {
float: inherit;
width: 100%;
}
.benaa-class div.ere-property-featured.property-sync-carousel .property-image-content {
width: 100%;
}
.benaa-class div.ere-property-featured.property-sync-carousel .property-info {
margin-top: 15px;
}
.benaa-class div.ere-property-slider.navigation-middle .owl-nav {
bottom: 30px;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info .property-heading h4,
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-heading h4 {
font-size: 35px;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info .property-price,
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-price {
font-size: 35px;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info {
padding-top: 0;
}
.benaa-class div.ere-property-slider.navigation-middle.property-slider-custome .property-inner .block-center-inner {
padding: 15px;
border: solid 10px #fff;
}
.benaa-class div.ere-property-slider.navigation-middle.property-slider-custome .property-inner .property-main-info {
padding: 15px;
}
}
@media (max-width: 991px) {
.benaa-class div.ere-property-featured.property-cities-filter .filter-wrap {
padding: 0;
padding-bottom: 30px;
}
.benaa-class div.ere-property-featured.property-cities-filter .filter-wrap a {
margin-right: 1px;
}
.benaa-class div.ere-property-featured.property-cities-filter .filter-wrap a:after {
border-top: 13px solid #00a0e4;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
top: 100%;
left: 0;
right: 0;
margin: auto;
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-o-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);
}
.benaa-class div.ere-property-featured.property-cities-filter .filter-wrap select {
background: #fff;
}
.benaa-class div.ere-property-featured.property-cities-filter .property-content-inner {
padding: 0;
}
.benaa-class div.ere-property-featured.property-cities-filter .property-heading a {
display: block;
}
.benaa-class div.ere-property-featured.property-cities-filter .property-heading span {
display: block;
float: initial;
}
.benaa-class div.ere-property-featured.property-cities-filter.color-light .filter-wrap a:after {
border-top-color: #00a0e4;
border-left-color: transparent;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-content-wrap {
padding: 20px;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-image {
float: initial;
padding: 20px 35px;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-item-content {
padding: 20px 20px 0 20px;
}
.benaa-class .ere-property.property-zigzac .col-md-pull-0.col-sm-pull-6.property-status-price {
left: auto !important;
right: 50% !important;
}
.benaa-class .ere-property.property-zigzac .col-md-pull-6.property-status-price {
left: 50%;
right: auto;
}
.benaa-class .ere-property.property-zigzac .property-status-price.col-md-pull-6.col-sm-pull-6 {
left: auto;
right: 50%;
}
.benaa-class .ere-property.property-zigzac .col-md-pull-6.property-item-content > div:not(.property-agent-avatar) {
padding-left: 40px;
padding-right: 20px;
}
.benaa-class .ere-property.property-zigzac .col-md-pull-6.property-item-content.col-sm-pull-6 > div:not(.property-agent-avatar) {
padding-left: 20px;
padding-right: 40px;
}
.benaa-class .ere-property.property-zigzac .property-item-content.col-md-pull-0.col-sm-pull-6 > div:not(.property-agent-avatar) {
padding-left: 20px;
padding-right: 40px;
}
.benaa-class div.ere-property-slider.navigation-middle .owl-nav {
bottom: auto;
position: initial;
top: auto !important;
}
.benaa-class div.ere-property-slider.navigation-middle .owl-nav .owl-next {
position: absolute;
top: 50%;
right: 10px !important;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.benaa-class div.ere-property-slider.navigation-middle .owl-nav .owl-prev {
position: absolute;
top: 50%;
left: 10px !important;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-info-block-inline {
margin-top: -10px;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-price,
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-heading h4 {
font-size: 26px;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-price .property-price-prefix {
display: inline-block;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-info > div {
padding-top: 5px;
padding-bottom: 5px;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-info > div > span {
width: 30px;
height: 30px;
font-size: 14px;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-info > div .property-info-value {
font-size: 16px;
}
.benaa-class .ere-search-properties.style-vertical .col-no-padding {
float: initial;
}
.benaa-class .ere-search-properties.style-mini-line .form-group:nth-child(3n+1) {
border-left: none;
}
.benaa-class .ere-property .property-info .property-info-inner > div {
width: 50% !important;
}
.benaa-class .ere-property.property-list .property-info .property-info-inner > div {
width: 50% !important;
margin-bottom: -4px;
}
.benaa-class .ere-property.property-list .property-item-content {
margin-top: 10px;
}
.benaa-class .ere-property.property-list .property-item-content .property-info {
margin-top: 0;
}
.benaa-class .ere-property.property-list .property-item-content .property-info .property-info-inner {
height: initial;
}
.benaa-class .property-list .property-item-content-inner {
display: -webkit-flex; -webkit-justify-content: space-between; display: flex;
justify-content: space-between;
}
.benaa-class .property-list .property-item-content-inner > div {
width: 50%;
}
}
.benaa-class .ere-advanced-search-wrap .above-archive-property .ere-heading {
margin-bottom: 15px !important;
}
@media (min-width: 768px) {
.benaa-class .ere-advanced-search-wrap .property-filter,
.benaa-class .ere-advanced-search-wrap .view-as {
padding-top: 30px;
}
}
@media (max-width: 767px) {
.benaa-class .single-property-element:not(.property-gallery-wrap):not(.property-info-tabs):not(.property-floors-tab) .ere-property-element {
padding: 15px !important;
}
.benaa-class .ere-archive-property-wrap .ere-property-advanced-search .ere-search-status-tab {
padding-top: 50px;
}
.benaa-class.single-property .property-info-action .property-info {
display: block;
margin-top: 20px;
}
.benaa-class.single-property .property-price-action {
display: block;
}
.benaa-class.single-property .single-property-area .property-tab .nav-tabs li:first-child {
margin-left: 0;
}
.benaa-class.single-property .single-property-area .property-location .open-on-google-maps {
position: initial;
}
.benaa-class.single-property .single-property-area .ere-google-map-directions .ere-directions {
left: 30px;
top: 20px;
}
.benaa-class.single-property .single-property-area .ere-google-map-directions #directions-input {
width: 170px;
}
.benaa-class.single-property .single-property-area .ere-heading-style2 h2 {
padding: 10px 28px;
}
.benaa-class.single-property .single-property-area #ere-features-tabs-accordion .panel-default > .panel-heading {
text-transform: uppercase;
font-weight: 600;
color: #fff;
font-size: 18px;
background: #222;
padding: 10px 28px;
margin: 0;
position: relative;
}
.benaa-class.single-property .single-property-area #ere-features-tabs-accordion .panel-default > .panel-heading:before {
content: "\f107";
font-family: fontawesome;
display: block;
position: absolute;
right: 30px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.benaa-class .heading-contain-owl-nav .owl-nav {
top: 100% !important;
-webkit-transform: translateY(0) !important;
-moz-transform: translateY(0) !important;
-o-transform: translateY(0) !important;
-ms-transform: translateY(0) !important;
transform: translateY(0) !important;
}
.benaa-class div.ere-property-featured.property-single-carousel .owl-dots {
padding-top: 0;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-heading a,
.benaa-class div.ere-property-featured.property-sync-carousel .property-heading a {
font-size: 25px;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-price,
.benaa-class div.ere-property-featured.property-sync-carousel .property-price {
font-size: 20px;
}
.benaa-class .ere-property.property-list .property-image {
max-width: initial;
margin-right: 0;
padding-bottom: 0;
}
.benaa-class .ere-property.property-list .property-item-content > div:not(.property-agent-avatar) {
padding-left: 15px;
padding-right: 15px;
}
.benaa-class .ere-property.property-list .property-status-price {
padding-right: 0 !important;
}
.benaa-class .ere-property.property-list .property-action {
bottom: 0;
}
.benaa-class .ere-property.property-zigzac .property-item-content > div:not(.property-agent-avatar) {
padding-left: 20px;
padding-right: 20px;
}
.benaa-class .ere-property.property-zigzac .col-md-pull-6.property-item-content > div:not(.property-agent-avatar) {
padding-left: 20px;
padding-right: 20px;
}
.benaa-class .ere-property.property-zigzac .property-status-price {
position: relative;
width: 100%;
left: auto !important;
right: auto !important;
}
.benaa-class .ere-property.property-zigzac .property-inner .property-status-price.col-md-pull-0.col-sm-pull-6 {
left: auto !important;
right: auto !important;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .block-center-inner,
.benaa-class div.ere-property-slider.pagination-image .property-inner .block-center-inner {
background-color: #222222;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info,
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info {
max-width: 300px;
padding-top: 20px;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info .property-status,
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-status {
display: block;
text-align: center;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info .property-status > span,
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-status > span {
margin-left: 10px;
margin-right: 10px;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info .property-location,
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-location {
text-align: center;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info .property-heading h4,
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-heading h4,
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info .property-price,
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-price {
font-size: 30px;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-info > div > span,
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-info > div > span {
display: block;
margin: auto;
line-height: 50px;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-info > div > div,
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-info > div > div {
text-align: center;
display: block;
padding-left: 0;
padding-top: 10px;
}
.benaa-class .ere-property-advanced-search .ere-search-status-tab button + button,
.benaa-class .ere-search-properties .ere-search-status-tab button + button {
margin-left: 0;
}
.benaa-class .ere-property-advanced-search .ere-search-status-tab button,
.benaa-class .ere-search-properties .ere-search-status-tab button {
display: block;
margin-left: auto !important;
margin-right: auto !important;
}
.benaa-class .ere-property-advanced-search .row .form-group,
.benaa-class .ere-search-properties .row .form-group {
text-align: center;
}
.benaa-class .ere-search-properties.style-absolute .form-search-wrap {
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
transform: none;
top: initial;
max-width: 100%;
position: initial;
}
.benaa-class .ere-search-properties.style-mini-line .form-group + .form-group {
border-left: none;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line .form-search {
padding: 10px 15px;
}
.benaa-class .ere-mini-search-properties select {
position: relative;
width: 100%;
padding: 0 20px;
left: initial;
top: initial;
bottom: 5px;
border: solid 5px rgba(255, 255, 255, 0.5);
-webkit-border-radius: 37px;
-webkit-background-clip: padding-box;
-moz-border-radius: 37px;
-moz-background-clip: padding;
border-radius: 37px;
background-clip: padding-box;
background-image: url(https://ehmarbella.com/wp-content/themes/benaa/assets/images/icon-dropdown-3.png) !important;
}
.benaa-class .ere-mini-search-properties select + input {
padding: 0 20px;
}
.benaa-class .ere-mini-search-properties button {
position: relative;
right: initial;
}
.benaa-class .other-features-wrap {
margin-bottom: 30px;
}
.benaa-class .ere-advanced-search-wrap .property-filter,
.benaa-class .ere-advanced-search-wrap .view-as {
padding-top: 0;
}
.benaa-class .property-fields.property-location,
.benaa-class .property-fields.property-type,
.benaa-class .property-fields.property-price,
.benaa-class .property-fields.property-feature,
.benaa-class .property-fields.property-detail,
.benaa-class .property-fields.property-contact,
.benaa-class .property-fields.property-private-note {
padding: 15px 0 !important;
}
.benaa-class .property-fields.property-title,
.benaa-class .property-fields.property-description,
.benaa-class .property-fields.property-private-note,
.benaa-class .property-fields.property-media {
padding: 15px !important;
}
.benaa-class .property-fields .add-tab-row {
padding: 15px !important;
}
.benaa-class .ere-property-multi-step .add-tab-row,
.benaa-class .ere-property-multi-step .property-fields .property-floors-control {
padding: 15px;
}
.benaa-class .ere-property-multi-step .ere-steps {
display: none;
}
}
@media (max-width: 599px) {
.benaa-class div.ere-property-featured .property-info .property-info-inner {
width: 100%;
}
.benaa-class div.ere-property-featured .property-info .property-info-inner > div {
width: 50% !important;
padding-right: 0;
text-align: center;
margin-bottom: 10px;
}
.benaa-class div.ere-property-featured .property-info .property-info-inner .property-info-item-inner > span {
margin: auto;
margin-bottom: 10px;
}
.benaa-class div.ere-property-featured .property-info .property-info-inner .property-info-item-inner .content-property-info {
padding-left: 0;
}
.benaa-class div.ere-property-featured .property-info .property-info-inner .property-bathrooms .property-info-item-inner,
.benaa-class div.ere-property-featured .property-info .property-info-inner .property-bedrooms .property-info-item-inner {
text-align: center;
}
}
body {
background-color: #fff;
}
.block-center {
background-color: rgba(0, 0, 0, 0.3);
}
.property-status.property-filter {
display: block;
}
#wrapper-1 {
background: url(https://ehmarbella.com/wp-content/uploads/2021/02/1-home.jpg) no-repeat scroll center center transparent;
background-size: cover !important;
height: 400px;
width: 100%;
}
#wrapper-2 {
background: url(https://ehmarbella.com/wp-content/uploads/2021/02/1-home-1.jpg) no-repeat scroll center center transparent;
background-size: cover !important;
height: 400px;
width: 100%;
}
#wrapper-3 {
background: url(https://ehmarbella.com/wp-content/uploads/2018/11/1.png) no-repeat scroll center center transparent;
background-size: cover !important;
height: 400px;
width: 100%;
}
#wrapper-4 {
background: url(https://ehmarbella.com/wp-content/uploads/2019/08/1.jpg) no-repeat scroll center center transparent;
background-size: cover !important;
height: 400px;
width: 100%;
}
#wrapper-5 {
background: url(https://ehmarbella.com/wp-content/uploads/2018/11/byuhills-panoramic.jpg) no-repeat scroll center center transparent;
background-size: cover !important;
height: 400px;
width: 100%;
}
#wrapper-6 {
background: url(https://ehmarbella.com/wp-content/uploads/2020/12/Duquesa-Valley-EXTERIOR-FRONTAL.jpg) no-repeat scroll center center transparent;
background-size: cover !important;
height: 400px;
width: 100%;
}
#wrapper-7 {
background: url(https://ehmarbella.com/wp-content/uploads/2021/03/11.jpg) no-repeat scroll center center transparent;
background-size: cover !important;
height: 400px;
width: 100%;
}
#wrapper-8 {
background: url(https://ehmarbella.com/wp-content/uploads/2022/03/13medbluemetrovacesa_piscina_dia_hd-1920x1080-3.jpg) no-repeat scroll center center transparent;
background-size: cover !important;
height: 400px;
width: 100%;
}
#wrapper-9 {
background: url(https://ehmarbella.com/wp-content/uploads/2025/06/5.jpg) no-repeat scroll center center transparent;
background-size: cover !important;
height: 400px;
width: 100%;
}
#soliloquy-slug-shortcode .property-heading h4 a {
font-size: 38px;
color: #fff;
}
#soliloquy-slug-shortcode .property-heading h5 {
font-size: 22px;
color: #fff;
}
body.page-id-5929 .property-item,
body.page-id-3742 .property-item {
max-width: 800px;
margin: 0 auto;
padding-top: 50px;
}
#soliloquy-slug-shortcode .ere-advanced-search-btn {
background-color: #00a0e4;
border-color: #00a0e4;
color: #fff;
}
#soliloquy-slug-shortcode {
position: absolute;
height: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.2);
}