body, h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", Arial, sans-serif
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:hover>span {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.favorite a, .favorite a>i, .service-icon a>i {
    vertical-align: middle
}
.blog-comment ul, .blog-comment ul.comments ul, .sidebar .widget ul, .topbar-nav {
    list-style-type: none
}
.post-img, .testimony-image {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    color: #6b6e80;
    background: #fff;
    overflow-x: hidden;
    scrollbar-face-color: #333
}
::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #3498db
}
::-webkit-selection {
    color: #fff;
    text-shadow: none;
    background: #3498db
}
::selection {
    color: #fff;
    text-shadow: none;
    background: #3498db
}
::-webkit-scrollbar {
    width: 10px
}
::-webkit-scrollbar-track {
    background-color: #333
}
::-webkit-scrollbar-thumb {
    background-color: #666;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}
::-webkit-scrollbar-button {
    display: none
}
::-webkit-scrollbar-corner {
    background-color: #000
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600
}
a {
    color: #008c82;
    text-decoration: none
}
a:hover {
    color: #6f9a37;
    text-decoration: none
}
.uneditable-input, input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], select, textarea {
    color: #333
}
.uneditable-input:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus, input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, select:focus, textarea:focus {
    color: #008c82;
    border-color: #bbb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.btn, .form-control {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}
.heading-title h2::before, .navbar-default .navbar-nav>.active>a::after {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%
}
.form-control:focus {
    color: #008c82;
    border-color: #bbb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.form-control#tx_realty_pi1-city option {
    color: #222;
    background-color: #d9dae9;
    font-size: 14px
}
.clear-marg {
    margin: 0 !important
}
.btn-success {
    background-color: #008c82;
    border-color: #008c82
}
.btn-success.active, .btn-success.dropdown-toggle, .btn-success:active, .btn-success:focus, .btn-success:hover {
    background-color: #33BFB5;
    border-color: #33BFB5
}
ul.propertyFeatures {
    list-style: none;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
ul.propertyFeatures li.badge {
    background-color: #eaeaea;
    color: rgb(107, 110, 128);
    border: 1px solid #bbb;
}
ul.propertyFeatures li i {
    color: #008c82;
}
.panel-heading i {
    margin-right: 5px
}
.topbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #0f101a;
    height: 40px
}
.topbar .container {
    position: relative
}
.topbar-right {
    float: right
}
.topbar-left, .topbar-nav>li {
    float: left
}
.topbar-nav {
    margin: 0;
    padding: 0
}
.signin, .signup {
    margin-top: 19px
}
.topbar-nav>li>a {
    display: block;
    padding: 8px 12px;
    background-color: transparent;
    color: #fff
}
.topbar-nav>li>a:hover {
    background: #1b1d2a
}
.topbar-nav>.active>a, .topbar-nav>.active>a:focus, .topbar-nav>.active>a:hover {
    background: #242636
}
.topbar-nav>.disabled>a, .topbar-nav>.disabled>a:focus, .topbar-nav>.disabled>a:hover {
    color: #ddd;
    background: #0f101a
}
.navbar-default {
    background-color: #fff;
    border-color: #fff
}
.navbar-default.navbar-fixed-top {
    top: 0
}
.navbar-default .navbar-brand img {
    width: auto;
    display: block
}
.navbar-default .navbar-brand {
    position: relative;
    color: #008c82;
    font-size: 26px;
    display: block;
    padding: 10px 0 0 35px;
    margin-left: -35px !important;
    transition: all .2s ease-in-out
}
.navbar-default .navbar-brand span {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 400
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:hover>span {
    color: #fff;
    transition: all .2s ease-in-out
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.navbar-default .navbar-nav>li>a {
    color: #333;
    font-size: 16px;
    text-shadow: none;
    transition: all .2s ease-in-out;
    padding: 40px 20px 30px
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #33BFB5;
    transition: all .2s ease-in-out
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover {
    position: relative;
    color: #fc9604;
    background-color: transparent
}
.navbar-default .navbar-nav>.active>a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 3px;
    width: 100%;
    background: #008c82
}
.navbar-default .navbar-nav>.active>a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    height: 10px;
    width: 10px;
    margin-left: -5px;
    background: #008c82;
    border-radius: 100%
}
.navbar.navbar-default .navbar-nav li.dropdown.open>a, .navbar.navbar-default .navbar-nav li.dropdown.open>a:hover {
    color: #fff;
    background-color: #008c82
}
.dropdown-menu {
    background-color: #008c82;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}
.dropdown-menu>li>a {
    color: #efefef;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #008c82;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
#header .carousel-control.left, #header .carousel-control.right {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.signin {
    padding: 12px 18px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}
.signup {
    padding: 12px 12px 10px !important;
    margin-left: 15px;
    background-color: #008c82 !important;
    color: #fff !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}
.signup:active, .signup:focus, .signup:hover {
    background-color: #33BFB5 !important
}
#modal-signin .modal-header h4, #modal-signup .modal-header h4 {
    text-align: center;
    color: #008c82
}
#modal-signin .modal-footer, #modal-signup .modal-footer {
    margin-top: 0;
    background-color: #f4f4f4;
    text-align: left !important
}
#modal-signin .modal-footer p, #modal-signup .modal-footer p {
    margin-bottom: 15px
}
#header h1 {
    margin-top: 0
}
#header {
    width: 100%;
    min-height: 500px;
    height: auto
}
#header.carousel-fade .carousel-inner .item {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}
#header.carousel-fade .carousel-inner .active {
    opacity: 1;
    filter: alpha(opacity=100)
}
#header.carousel-fade .carousel-inner .active.left, #header.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1
}
#header.carousel-fade .carousel-inner .next.left, #header.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    filter: alpha(opacity=100)
}
#header.carousel-fade .carousel-control {
    z-index: 2
}
#header .carousel-inner .item {
    min-height: 500px;
    height: auto;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat
}
#header .carousel-inner .item .carousel-caption {
    background-color: rgba(255, 255, 255, .9);
    right: 30%;
    left: 30%;
    color: #6b6e80;
    text-shadow: none;
    text-align: left;
    padding: 25px
}
#header .carousel-inner .item .carousel-caption h3 {
    margin-top: 0;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #656D78
}
#header .carousel-inner .item .carousel-caption .list-features {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0
}
#header .carousel-inner .item .carousel-caption .list-features li {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 4px;
    background-color: #eaeaea;
    border-radius: 4px;
    border: 1px solid #ccc
}
#header .carousel-inner .item .carousel-caption .property-btn {
    display: block;
    padding: 15px 0 10px;
    border-top: 1px solid #ccc
}
#header .carousel-control>.fa, #header .carousel-control>.glyphicon {
    font-size: 16px;
    line-height: 30px
}
#header .carousel-control.left, #header .carousel-control.right {
    position: absolute;
    background-image: none;
    width: 50px;
    height: 50px;
    margin-top: 20%;
    background-color: rgba(255, 255, 255, .8) !important;
    color: #008c82;
    text-shadow: none;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    -ms-border-radius: 55px;
    -o-border-radius: 55px;
    border-radius: 55px;
    opacity: 0;
    filter: alpha(opacity=0)
}
#header .carousel-control.left:hover, #header .carousel-control.right:hover {
    background-color: #fff !important;
    color: #7aa93c;
    text-shadow: none
}
#header .carousel-control.left {
    left: 30px;
    transition: all .2s ease-in-out
}
#header .carousel-control.right {
    right: 30px;
    transition: all .2s ease-in-out
}
#header:hover>.carousel-control.left, #header:hover>.carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.form-control {
    font-size: 12px
}
.searchWidget label {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 12px;
}
.searchWidget .form-group {
    margin-bottom: 0;
}
.searchWidget .form-group input, .searchWidget .form-group select {
    margin-top: -3px;
}

.the-search {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f4f4f4
}
#header.heading {
    position: relative;
    min-height: 163px;
    padding-top: 100px;
    padding-bottom: 0;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important
}
#header.heading>* {
    position: relative;
    z-index: 2
}
#header.heading::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .60)
}
#header.heading .page-title {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 40px;
    text-align: center;
    color: #ddd;
    font-size: 14px;
    line-height: 24px
}
#header.heading .page-title h2 {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-weight: 600
}
#header.heading .page-title h2 span {
    font-weight: 400
}
#header.heading .breadcrumb {
    position: relative;
    z-index: 2;
    display: table;
    margin-left: auto;
    margin-right: 15px;
    margin-bottom: 10px;
    padding: 8px 0;
    background-color: transparent
}
#header.heading .breadcrumb>.active {
    color: #dedede
}
.quick-search {
    margin-top: 0;
    font-size: 12px;
    justify-content: space-evenly;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding: 20px 20px 10px 20px;
    margin-bottom: 8px;
    background: rgba(255, 255, 255, .7)
}
.quick-search .search-group {
    flex-basis: max-content;
    flex-grow: 1;
}
.quick-search .search-group a i, a.btn.with-icon i {
    margin-right: 5px;
}
.quick-search .search-group.search-col-6 {
    flex-basis: min-content;
    flex-grow: 10;
}
.quick-search .input-group {
    margin-bottom: 10px;
}
.quick-search .input-group-addon {
    font-size: 14px;
    min-width: 40px;
}
.quick-search .checkbox {
    margin: 0;
}
.quick-search span.label {
    color: #555;
    font-size: 12px;
    padding: 0;
    font-weight: 400;
}

#detail .carousel-caption p {
    background-color: rgba(0, 0, 0, .4)
}
#service {
    width: 100%;
    padding: 40px 0
}
#service h2 {
    display: block;
    margin-bottom: 60px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase
}
.service-container, .service-icon {
    margin-bottom: 20px;
    display: block
}
#service h2 small {
    display: block;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400
}
.heading-title h2, .service-content h3 {
    font-weight: 600;
    text-transform: uppercase
}
.service-container:hover>.service-icon a {
    -webkit-box-shadow: 0 0 0 5px #008c82;
    -moz-box-shadow: 0 0 0 5px #008c82;
    -ms-box-shadow: 0 0 0 5px #008c82;
    -o-box-shadow: 0 0 0 5px #008c82;
    box-shadow: 0 0 0 5px #008c82
}
.service-icon a {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    background: #008c82;
    border: 8px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%
}
.service-icon a>i {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 45px;
    height: 45px;
    margin-left: -22px;
    margin-top: -22px;
    font-size: 45px;
    color: #fff;
    text-align: center
}
.service-content {
    text-align: center
}
.service-content h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px
}
.filter {
    font-size: 12px
}
.checkbox-inline {
    margin-right: 10px
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-right: 10px;
    margin-left: 0
}
#content {
    position: relative;
    width: 100%;
    padding: 20px 0;
    background: #f4f4f4
}
p.error {
    color: red
}
.heading-title {
    display: block;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 60px
}
.heading-title h2 {
    position: relative;
    display: inline;
    padding: 12px 20px;
    font-size: 28px;
    line-height: 32px;
    border: 2px solid #898ba2
}
.heading-title h2::after, .heading-title h2::before {
    content: '';
    position: absolute;
    left: 50%;
    display: block;
    top: 0
}
.heading-title.heading-title-sm h2 {
    padding: 10px 14px;
    font-size: 18px;
    line-height: 24px
}
.heading-title.bg-white h2::before {
    background: #fff
}
.heading-title h2::before {
    width: 30px;
    height: 30px;
    margin-top: -16px;
    margin-left: -15px;
    background: #f4f4f4;
    border-radius: 100%
}
.heading-title h2::after {
    width: 12px;
    height: 12px;
    margin-top: -7px;
    margin-left: -6px;
    background: #898ba2;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%
}
.heading-title.heading-title-alt {
    text-align: left;
    margin: 0 0 30px
}
.heading-title.heading-title-alt h3 {
    font-size: 26px;
    line-height: 30px
}
.property-container {
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #eee
}
.property-image {
    position: relative;
    overflow: hidden
}
.property-image img {
    max-width: 100%;
    width: 100%;
    height: auto
}
.property-price {
    position: absolute;
    display: block;
    width: auto;
    font-weight: 400;
    color: #fff;
    left: 16px;
    top: 1px;
    max-width: 80%;
    padding: 8px 16px;
    background: #008c82;
    text-align: center;
    font-size: 18px;
    line-height: 22px
}
.property-price.rent {
    background: #fb9504;
}
.photoamount {
    position: absolute;
    left: 20px;
    bottom: 60px;
    max-width: 80%;
    padding: 0 5px;
    background: transparent;
    text-align: center;
    font-size: 14px;
    line-height: 20px
}
.property-price-single {
    position: static;
    display: inline
}
.property-price h4 {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 5px;
    font-weight: 400
}
.property-price small {
    font-size: 13px;
    font-weight: 400
}
.property-features {
    display: block;
    padding: 2px 10px;
    background: #008c82;
    color: #fff
}
.property-features span {
    padding: 0px 5px 0 0;
    font-size: 13px
}
.property-features span i {
    padding: 0 5px 0 0;
}
.property-features span.label {
    padding: 1px 5px;
}
.property-features span.listFooterProp::after {
    content: ' |';
    font-weight: bold;
}
.property-content {
    padding: 10px 15px
}
.property-content h3, .property-text h2, .property-text h3 {
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    display: block;
    margin: -5px 0 5px 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600
}
.property-text small.label {
    margin: 0 0 5px 0;
    display: inline-block;
}
.property-content h3 small, .property-text h2 small, .property-text h3 small {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    font-style: italic
}
.property-content-list {
    display: flex;
    flex-wrap: wrap;
    height: 238px;
    overflow: hidden;
}
.property-image-list, .property-text {
    flex: 50%;
}
.property-text {
    padding: 10px;
    width: 50%
}
.property-image-list img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.property-text .property-status {
    position: absolute;
    bottom: 0;
    right: 0;
    background: transparent;
    width: 0;
    height: 0;
    border-bottom: 65px solid #008c82;
    border-left: 65px solid transparent;
    padding: 0;
    color: white;
}
.property-text .property-status.rent {
    border-bottom: 65px solid #fb9504;
}
.property-text .property-status p.skewedText {
    position: absolute;
    transform: rotate(-45deg);
    right: -14px;
    bottom: -53px;
    line-height: 25px;
    width: 70px;
    height: 25px;
    margin: 0;
    text-align: center;
    font-weight: bold;
}
.property-image-list .property-footer a {
    background: #d9dae9;
    color: #898ba2
}
.property-image-list .property-footer a:hover {
    background: #898ba2;
    color: #d9dae9
}
.property-text {
    position: relative;
    width: 50%;
    padding: 15px
}
.property-text p:first-child {
    height: 79px;
    max-height: 79px;
    overflow: hidden;
}
.property-footer {
    position: relative;
    display: table;
    width: 100%;
    padding: 0
}
.property-footer a {
    display: table-cell;
    width: 50%;
    padding: 8px 12px;
    text-align: center;
    background: #008c82;
    font-size: 18px;
    color: #ddd;
    overflow: hidden
}
.property-footer a:focus, .property-footer a:hover {
    color: #eee;
    background: #6f9a37;
    overflow: hidden;
    outline: 0
}
@media (max-width: 600px) {
    .property-image-list, .property-text {
        flex: 100%;
        height: unset;
    }
    .property-content-list {
        height: unset;
    }
    .property-price {
        left: 0;
        top: 0;
    }
    .property-status {
        right: 0 !important;
        bottom: 0 !important;
    }
}

.button_bar, .new-button_bar {
    margin: 0 0 5px
}
.sort {
    padding-bottom: 20px
}
.sort .form-inline {
    float: right
}
.property-text p.btn-success a {
    color: #fff
}
.pagination {
    font-family: Arial, Helvetica, sans-serif
}
.pagination>li>a, .pagination>li>span {
    color: #008c82;
    background-color: #fff;
    border: 1px solid #ddd
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #008c82;
    border-color: #008c82
}
.pagination li.totalobjects {
    padding: 6px 0 0 12px;
    display: inline-table
}
.blog-container {
    position: relative;
    width: auto;
    padding: 0;
    margin: 0 0 40px
}
.blog-image {
    position: relative;
    width: 100%;
    height: 320px;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed
}
.blog-image .blog-author {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff;
    text-shadow: 1px 1px #999
}
.blog-image .blog-author img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    margin-right: 10px
}
.blog-image .blog-author a {
    color: #fff;
    text-shadow: 1px 1px #999
}
.blog-image .blog-author a:hover {
    border-bottom: 1px dashed #fff
}
.blog-content {
    position: relative;
    padding: 30px 0
}
.blog-title {
    display: block;
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 40px
}
.blog-title h2 {
    font-size: 46px;
    line-height: 52px;
    font-weight: 600
}
.blog-text {
    display: block;
    font-size: 18px;
    line-height: 32px;
    padding: 30px 15%
}
.blog-meta, .blog-paged {
    padding: 20px 15%
}
.blog-meta {
    display: block;
    font-size: 13px
}
.blog-comment-form::after, .blog-comment-form::before, .blog-comment::after, .blog-comment::before, .blog-paged::after, .blog-paged::before, .the-team::after, .the-team::before {
    display: table;
    content: "";
    clear: both
}
.blog-paged>.pager li>a:focus, .blog-paged>.pager li>a:hover {
    background-color: #008c82;
    color: #fff;
    border-color: #6f9a37
}
.blog-paged>.pager .disabled>a, .blog-paged>.pager .disabled>a:focus, .blog-paged>.pager .disabled>a:hover, .blog-paged>.pager .disabled>span {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}
.blog-comment {
    padding-left: 15%;
    padding-right: 15%
}
.blog-comment ul {
    padding: 0
}
.blog-comment img {
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}
.blog-comment img.avatar {
    position: relative;
    float: left;
    margin-left: 0;
    margin-top: 0;
    width: 65px;
    height: 65px
}
.blog-comment .post-comments {
    border: 1px solid #eee;
    margin-bottom: 20px;
    margin-left: 85px;
    margin-right: 0;
    padding: 10px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #6b6e80;
    position: relative
}
.blog-comment .meta {
    font-size: 13px;
    color: #aaa;
    padding-bottom: 8px;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #eee
}
.blog-comment ul.comments ul {
    padding: 0;
    margin-left: 85px
}
.blog-comment-form, .the-team {
    padding-left: 15%;
    padding-right: 15%
}
.blog-comment-form {
    padding-top: 40px
}
.blog-comment h3, .blog-comment-form h3 {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600
}
.contact {
    font-size: 14px;
    line-height: 26px
}
#map, #map-property {
    width: 100%;
    height: 450px
}
.panel-body img.ocr-code {
    width: 160px;
}
.panel-body img.team-member {
    margin-right: .5em;
    border-radius: 50%;
}
.panel-body img.ocr-code:first-child,
.panel-body img.team-member:first-child {
    margin-left: -2em;
}
.team-container.team-dark {
    background: #1b1d2a;
    border-color: none;
    color: #898ba2
}
.team-description {
    padding: 0;
    border: none;
}
.team-description img {
    width: 180px;
    margin-right: 2em;
}
.team-description h3 {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600
}
.team-description h3 small {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600
}
.team-container.team-dark h3 small {
    color: #ccc
}
.team-social {
    padding: 20px 0 5px;
    font-size: 20px;
    text-align: center
}
.team-social span:first-child {
    padding-left: 0
}
.team-social span:last-child {
    padding-right: 0
}
.team-social span {
    padding: 5px 10px;
    display: inline-block
}
.team-social a {
    color: #6b6e80
}
.team-social a:focus, .team-social a:hover {
    color: #008c82
}
.sidebar {
    margin-bottom: 20px
}
.sidebar .widget-sidebar:after, .sidebar .widget-sidebar::before, .sidebar .widget:after, .sidebar .widget::before {
    content: "";
    display: table;
    clear: both
}
.sidebar .widget-white {
    position: relative;
    padding: 15px;
    background: #fff;
    margin-bottom: 30px !important;
    border-bottom: 2px solid #ddd
}
.sidebar .widget-white::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-width: 25px;
    border-top: 25px solid #008c82;
    border-right: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 0 solid transparent
}
.sidebar .widget, .sidebar .widget .widget-header, .sidebar .widget-sidebar {
    margin-bottom: 20px
}
.sidebar .widget .widget-header span {
    font-family: "Open Sans", Arial, sans-serif;
    color: #7f8c8d;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background-image: url(../img/widget_header.png);
    background-repeat: repeat-x;
    background-position: bottom center;
    margin-top: 20px;
    padding-bottom: 30px;
    display: block
}
.sidebar .widget ul>li {
    display: block;
    padding: 3px 0;
    margin-left: -40px
}
.sidebar .widget ul>li:first-child>a {
    padding-top: 0
}
.sidebar .widget ul>li>a::before {
    font-family: FontAwesome;
    content: "\f067";
    padding-right: 10px
}
.sidebar .widget ul>li.active>a::before {
    content: "\f068";
}
.sidebar .widget ul>li>a {
    display: inline;
    font-size: 14px
}
.sidebar .widget ul>li.active>a {
    font-weight: bold;
}
.advance-search::after, .advance-search::before {
    content: '';
    display: table;
    clear: both
}
.advance-search .btn-group {
    display: table;
    text-align: center;
    margin: 10px auto
}
.sidebar .widget-sidebar .list-check>li>a::before {
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 12px;
    color: #008c82;
    padding-right: 8px;
    position: relative;
    left: 0;
    top: -1px
}
.sidebar .widget-sidebar .list-check>li>a:hover::before {
    color: #6f9a37
}
.sidebar .widget-sidebar .nav-tabs {
    border-bottom: 3px solid #ddd
}
.sidebar .widget-sidebar .nav-tabs>li>a {
    font-size: 18px;
    border: none;
    position: relative
}
.sidebar .widget-sidebar .nav-tabs>li>a:hover {
    color: #2C3E50;
    border-color: transparent;
    background: 0 0
}
.sidebar .widget-sidebar .nav-tabs>li>a:hover::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background: #ccc
}
.sidebar .widget-sidebar .nav-tabs>li.active>a, .sidebar .widget-sidebar .nav-tabs>li.active>a:focus, .sidebar .widget-sidebar .nav-tabs>li.active>a:hover {
    color: #2C3E50;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent
}
.sidebar .widget-sidebar .nav-tabs>li.active>a::before, .sidebar .widget-sidebar .nav-tabs>li.active>a:focus::before, .sidebar .widget-sidebar .nav-tabs>li.active>a:hover::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background: #008c82
}
.sidebar .widget-sidebar .tab-content {
    padding-top: 20px
}
#testimony {
    position: relative;
    width: 100%;
    min-height: 450px;
    height: auto;
    padding-top: 120px;
    padding-bottom: 60px;
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important
}
#testimony::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .65)
}
#testislider {
    position: relative;
    z-index: 2
}
#testislider .carousel-inner .item {
    z-index: 1;
    left: 0 !important;
    -webkit-transition: opacity .7s ease-in-out;
    -moz-transition: opacity .7s ease-in-out;
    -ms-transition: opacity .7s ease-in-out;
    -o-transition: opacity .7s ease-in-out;
    transition: opacity .7s ease-in-out;
    opacity: 1
}
#testislider.carousel .active.left, #testislider.carousel .active.right {
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity .7s ease-in-out;
    -moz-transition: opacity .7s ease-in-out;
    -ms-transition: opacity .7s ease-in-out;
    -o-transition: opacity .7s ease-in-out;
    transition: opacity .7s ease-in-out
}
#testislider .carousel-control.left, #testislider .carousel-control.right {
    opacity: .7;
    filter: alpha(opacity=70);
    background: 0 0;
    height: 60px;
    width: 50px;
    margin-top: 15%;
    margin-left: 0;
    margin-right: 0
}
#testislider .carousel-control.left {
    left: -70px;
    right: auto
}
#testislider .carousel-control.right {
    right: -70px;
    left: auto
}
#testislider .carousel-control i, #testislider .carousel-control span {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 5;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-left: 0
}
.testimony-container {
    padding: 0;
    margin: 0;
    height: auto
}
.testimony-image {
    float: left;
    width: 100px;
    height: 100px;
    border: 4px solid #fff;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}
#slider-property .carousel-indicators li, .post-img {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}
.testimony-content {
    margin-left: 150px;
    font-size: 16px;
    line-height: 26px;
    color: #fff
}
.testimony-content h3 {
    font-size: 28px;
    line-height: 32px;
    color: #fff
}
.testimony-content blockquote {
    position: relative;
    border-left: none;
    padding-left: 0;
    text-indent: 2em
}
.testimony-content blockquote::before {
    content: '\f10d';
    font-family: FontAwesome;
    position: absolute;
    left: -2em;
    top: 0;
    display: block;
    width: 20px;
    height: 20px
}
#news {
    width: 100%;
    padding: 60px 0;
    background: #fff
}
.post-container {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd
}
.post-noborder {
    border-bottom: none
}
.post-img {
    position: relative;
    float: left;
    display: inline;
    width: 75px;
    height: 75px;
    margin-right: 18px;
    box-sizing: border-box;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center
}
#slider-property .carousel-indicators li, .jcarousel li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.post-img-circle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%
}
.post-img h3 {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    background: #008c82;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    text-align: center
}
.post-content>.heading-title h2::after, .post-content>.heading-title h2::before {
    left: 0;
    width: 0;
    height: 0;
    position: relative;
    display: block;
    content: '';
    top: 0
}
.post-content {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px
}
.post-content.list-agent>.post-meta {
    font-size: 14px;
    font-weight: 400
}
.post-content>.post-meta {
    display: block;
    padding-top: 0 !important;
    padding-bottom: 5px;
    font-size: 12px
}
.post-content>.heading-title h2 {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-transform: none;
    border: none
}
.post-content.list-agent>.heading-title h2 {
    font-size: 16px;
    line-height: 20px
}
.post-content>.heading-title h2 span {
    font-weight: 600;
    font-size: 16px
}
.post-content>.heading-title {
    display: block;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px
}
#footer .widget, .single-post, .single-post h1, .single-post h2 {
    margin-bottom: 20px
}
.post-content>.heading-title h2::before {
    margin-top: 0;
    margin-left: -15px;
    background: #f4f4f4;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}
.post-content>.heading-title h2::after {
    margin-top: 0;
    margin-left: 0;
    background: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}
#content .post-meta, .post-single .post-meta span {
    font-size: 13px;
    line-height: 16px;
    color: #888
}
#content .post-meta, .post-single .post-meta {
    display: block;
    padding-top: 20px;
    padding-bottom: 15px
}
.single-post h1 {
    margin-top: 0;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600
}
.single-post h2 {
    font-size: 20px;
    line-height: 26px;
    font-family: "Open Sans Condensed", Arial, sans-serif;
}
.single-post .well h2 {
    margin-top: 0;
}
.single-post .panel-heading h2 {
    margin-top: 0;
    margin-bottom: 0;
}
.single-post .nav-tabs>li>a {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
    font-weight: 600
}
.single-post .tab-content {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #ddd;
    border-top: none
}
.sidebar .widget-white.favorite::before {
    content: '';
    border: none
}
.favorite a {
    position: relative;
    display: block
}
.favorite a.padd-bott {
    padding-bottom: 10px
}
.favorite a::before {
    content: '';
    position: absolute;
    left: 34px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #008c82
}
.favorite a>i {
    font-size: 20px;
    padding-right: 25px;
    display: inline-block;
    text-align: center;
    width: 20%
}
#partner, #subscribe {
    padding: 60px 0 55px
}
#slider-property {
    margin-bottom: 40px
}
#slider-property .carousel-inner .item img {
    width: 100%;
    max-width: 100%;
    height: auto
}
#slider-property .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100)
}
#slider-property .carousel-control.left, #slider-property .carousel-control.right {
    position: absolute;
    background-image: none;
    width: 50px;
    height: 50px;
    margin-top: 20%;
    background-color: rgba(255, 255, 255, .8) !important;
    color: #008c82;
    text-shadow: none;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    -ms-border-radius: 55px;
    -o-border-radius: 55px;
    border-radius: 55px
}
#slider-property .carousel-control.left:hover, #slider-property .carousel-control.right:hover {
    background-color: #fff !important;
    color: #7aa93c;
    text-shadow: none
}
#slider-property .carousel-control.left {
    left: 30px
}
#slider-property .carousel-control.right {
    right: 30px
}
#slider-property .carousel-control>.fa, #slider-property .carousel-control>.glyphicon {
    font-size: 16px;
    line-height: 30px;
    margin-left: -15px;
    margin-top: -15px
}
#slider-property .carousel-control .glyphicon.glyphicon-chevron-right {
    margin-right: -15px;
    margin-top: -15px
}
#slider-property .carousel-indicators li {
    position: relative;
    width: 100px;
    height: 65px;
    margin: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border-width: 2px;
    border-color: #fff;
    text-indent: 0;
    box-sizing: border-box
}
#slider-property .carousel-indicators li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    -webkit-transition: background .1s ease-in-out;
    -moz-transition: background .1s ease-in-out;
    -ms-transition: background .1s ease-in-out;
    -o-transition: background .1s ease-in-out;
    transition: background .1s ease-in-out
}
#slider-property .carousel-indicators li img {
    width: 100%;
    max-width: 100%;
    height: auto
}
#slider-property .carousel-indicators .active::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .1);
    -webkit-transition: background .1s ease-in-out;
    -moz-transition: background .1s ease-in-out;
    -ms-transition: background .1s ease-in-out;
    -o-transition: background .1s ease-in-out;
    transition: background .1s ease-in-out
}
#slider-property .carousel-indicators .active {
    border-color: #008c82;
    border-width: 2px
}
#subscribe {
    width: 100%;
    background-color: #f4f4f4;
    background-image: url(../img/bgfooter.png);
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center bottom;
    background-repeat: no-repeat
}
#subscribe h3 {
    margin-top: 5px;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase
}
#partner {
    width: 100%;
    background: #fff
}
.jcarousel-wrapper {
    position: relative;
    margin: 20px auto;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    -ms-box-shadow: 0 0 2px #999;
    -o-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999
}
.jcarousel {
    position: relative;
    width: 100%;
    overflow: hidden
}
.jcarousel ul {
    position: relative;
    width: 20000em;
    margin: 0;
    padding: 0;
    list-style: none
}
.jcarousel li {
    width: 200px;
    float: left;
    border: 1px solid #fff;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}
.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important
}
.jcarousel-control-next, .jcarousel-control-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    text-align: center;
    background: #1b1d2a;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font-size: 14px;
    line-height: 30px
}
.jcarousel-control-prev {
    left: 15px
}
.jcarousel-control-next {
    right: 15px
}
.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}
.jcarousel-pagination a {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 7px;
    font-size: 11px;
    line-height: 10px;
    text-decoration: none;
    background: #fff;
    color: #4e443c;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    text-indent: -9999px;
    -webkit-box-shadow: 0 0 2px #4e443c;
    -moz-box-shadow: 0 0 2px #4e443c;
    -ms-box-shadow: 0 0 2px #4e443c;
    -o-box-shadow: 0 0 2px #4e443c;
    box-shadow: 0 0 2px #4e443c
}
.jcarousel-pagination a.active {
    background: #008c82;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 0 1px #6f9a37;
    -moz-box-shadow: 0 0 0 1px #6f9a37;
    -ms-box-shadow: 0 0 0 1px #6f9a37;
    -o-box-shadow: 0 0 0 1px #6f9a37;
    box-shadow: 0 0 0 1px #6f9a37
}
#footer .widget span.h2, #footer .widget span.h3 {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 600;
    color: #d9dae9;
    margin-top: 0
}
#footer {
    width: 100%;
    padding: 40px 0 0;
    background-color: #272727
}
#footer .widget:after, #footer .widget::before {
    content: "";
    display: table;
    clear: both
}
#footer .widget p {
    font-size: 13px;
    line-height: 21px
}
#footer .widget span.h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
    display: block
}
#footer .widget span.h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
    display: block
}
#footer .widget ul, #footer .widget>ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0
}
#footer .widget ul>li, #footer .widget ul>li>a, #footer .widget>ul>li, #footer .widget>ul>li>a {
    display: block;
    padding: 2px 0;
    font-size: 14px;
    color: #898ba2;
    font-weight: 400
}
#footer .widget ul>li>a::before, #footer .widget>ul>li>a::before {
    content: '\f10c';
    font-family: FontAwesome;
    font-size: 15px;
    font-weight: 400;
    padding-right: 15px
}
#footer .widget ul>li>a:focus, #footer .widget ul>li>a:hover, #footer .widget>ul>li>a:focus, #footer .widget>ul>li>a:hover {
    color: #008c82
}
#footer .widget.widget_recent_comments ul>li>a, #footer .widget.widget_recent_comments>ul>li>a {
    display: inline-block
}
#footer .widget.widget_recent_comments ul>li>a::before, #footer .widget.widget_recent_comments>ul>li>a::before {
    content: "";
    font-family: "Open Sans", Arial, sans-serif;
    padding-right: 0
}
#footer .widget.widget_recent_comments ul>li::before, #footer .widget.widget_recent_comments>ul>li::before {
    content: '\f05d';
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 400;
    padding-right: 15px
}
#logo-footer {
    display: block;
    margin: -20px 0 10px
}
.copyright {
    position: relative;
    margin-top: 10px;
    padding: 25px 0;
    border-top: 1px solid #666
}
.copyright .scroltop {
    position: absolute;
    right: 0;
    top: 35px
}
#tpg-currency-converter {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 270px;
    margin: 0 20px 0 0;
    z-index: 500;
    display: none
}
#tpg-currency-converter .panel-info {
    border-color: #ccc
}
#tpg-currency-converter .panel-heading {
    color: #333;
    background-color: #ccc;
    border-color: #ccc
}
#tpg-currency-converter>div {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
}
#tpg-currency-converter .close {
    margin-top: -2px
}
#tpg-currency-converter .control-label {
    margin-bottom: 0;
    padding: 7px 15px 0 27px;
    text-align: left;
    font-weight: 400
}
#tpg-currency-converter .form-control-static {
    text-align: right;
    padding-right: 10px
}
#tpg-currency-converter .form-group {
    margin-bottom: 0
}
#tpg-currency-converter input[type=text] {
    text-align: right;
    font-weight: 700
}
#tpg-currency-converter select {
    padding-left: 7px
}
#tpg-currency-converter select>option:first-child {
    display: none
}
#tpg-currency-converter hr {
    margin: 0
}
#tpg-currency-converter hr.bm10 {
    margin-bottom: 10px
}
#tpg-currency-converter .panel-body {
    position: relative
}
#tpg-currency-converter .loading-overlay .fa-spin {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -35px
}
#tx_realty_pi1_search .dropdown, .panel-title {
    margin-bottom: 0
}
#tpg-currency-converter .loading-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(255, 255, 255, .7)
}
.currency-convert {
    display: none;
    border: 1px dotted
}
.emphasized input, .objectType input {
    display: inline;
    vertical-align: bottom
}
a.tpg-currency-converter-button {
    color: #fff
}
.property-price a.tpg-currency-converter-button {
    margin-left: 5px
}
.panel-grey>.panel-heading {
    background: #008c82
}
.panel-grey {
    border-color: #008c82
}
.panel-title {
    margin-top: 0;
    font-size: 16px;
    font-weight: 400
}
.objectType input {
    width: 5%
}
.objectType label {
    margin-right: 20px
}
.emphasized {
    margin-top: 25px
}
.emphasized input {
    width: 20%
}
.toolbar {
    background-color: white;
    margin-bottom: 10px;
    padding: 7px;
    border: 1px solid #ddd;
    display: flex;
    gap: 10px;
    align-items: center;
}
.toolbar .nav-pills li > a {
    padding: 2px 15px;
    color: rgb(107, 110, 128);
}
.toolbar .nav-pills li > a:hover {
    background-color: #f5f5f5;
}
.toolbar .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.toolbar .pagination {
    margin: 0;
}

#tx_realty_pi1_search {
    position: relative;
    z-index: 10
}
#tx_realty_pi1_search a {
    color: #fff
}
#tx_realty_pi1_search .dropdown dd, #tx_realty_pi1_search .dropdown dt {
    margin: 0;
    padding: 0
}
#tx_realty_pi1_search .dropdown dt {
    width: 80%;
    float: left;
    margin: 0 5px 0 0
}
#tx_realty_pi1_search .dropdown button {
    padding: 6px 10px;
    border-radius: 0
}
#tx_realty_pi1_search .dropdown ul {
    margin: -1px 0 0
}
#tx_realty_pi1_search .dropdown dd {
    position: relative;
    clear: both
}
#tx_realty_pi1_search .dropdown a, #tx_realty_pi1_search .dropdown a:visited {
    color: #fff;
    text-decoration: none;
    outline: 0;
    font-size: 12px
}
#tx_realty_pi1_search .dropdown dt a {
    background-color: #fc9604;
    display: block;
    padding: 5px 0 3px 10px;
    min-height: 25px;
    line-height: 24px;
    overflow: hidden;
    border: 0
}
#tx_realty_pi1_search .dropdown dt a span, #tx_realty_pi1_search .multiSel span {
    cursor: pointer;
    display: inline-block;
    padding: 0 3px 2px 0;
    color: #fff;
    font-weight: 400
}
#tx_realty_pi1_search .dropdown dt a span span {
    padding: 0 3px 0 0;
    color: #fff
}
#tx_realty_pi1_search .dropdown dd ul {
    background-color: #d9dae9;
    border: 0;
    color: #222;
    display: none;
    left: 0;
    padding: 5px 15px 5px 10px;
    position: absolute;
    top: 2px;
    list-style: none;
    height: auto;
    overflow: auto
}
#tx_realty_pi1_search .dropdown dd ul li#filterBox1, #tx_realty_pi1_search .dropdown dd ul li#filterBox2, #tx_realty_pi1_search .dropdown dd ul li#filterBox3, #tx_realty_pi1_search .dropdown dd ul li#filterBox4, #tx_realty_pi1_search .dropdown dd ul li#filterBox5, #tx_realty_pi1_search .dropdown dd ul li#filterBox6, #tx_realty_pi1_search .dropdown dd ul li#filterBox7 {
    cursor: alias
}
#tx_realty_pi1_search .dropdown dd ul li input {
    margin: 0 5px 0 0;
    cursor: auto
}
#tx_realty_pi1_search .dropdown span.value {
    display: none
}
#tx_realty_pi1_search .dropdown dd ul li a {
    padding: 5px;
    display: block
}
#tx_realty_pi1_search .dropdown dd ul li a:hover {
    background-color: #fff
}
#mapfilterBox1, #mapfilterBox2, #mapfilterBox3, #mapfilterBox4, #mapfilterBox5, #mapfilterBox6, #mapfilterBox7 {
    height: 551px;
    width: 422px;
    position: absolute;
    top: -100px;
    left: 216px;
    z-index: 32;
    box-shadow: 0 0 10px 3px #fff
}
#mapfilterBox5, #mapfilterBox6 {
    height: 551px;
    width: 262px
}
#mapfilterBox1 {
    background: url(area-1-neu.jpg) top left no-repeat
}
#mapfilterBox2 {
    background: url(area-2.jpg) top left no-repeat
}
#mapfilterBox3 {
    background: url(area-3-neu.jpg) top left no-repeat
}
#mapfilterBox4 {
    background: url(area-4-neu.jpg) top left no-repeat
}
#mapfilterBox5 {
    background: url(map-5.jpg) top left no-repeat
}
#mapfilterBox6 {
    background: url(map-6.jpg) top left no-repeat
}
#mapfilterBox7 {
    background: url(area-7-neu.jpg) top left no-repeat
}

@media screen and (max-width: 743px) {
    .owl-theme .owl-nav.disabled + .owl-dots {
        display: none;
    }
}
